1
0
mirror of https://github.com/YosysHQ/nextpnr.git synced 2026-05-09 09:09:40 +00:00
Files
YosysHQ.nextpnr/nexus
jdavidberger b8c350b3e4 Update pack.cc (#1685)
This fixes a memory issue. When you assign to base_iodelay_rules from itself, the LHS when you do `base_iodelay_rules[id_DELAYA] = base_iodelay_rules[id_DELAYB]`, can cause a heap allocation which possibly invalidates the memory of the RHS. 

This was found while running nextpnr under ASAN. It might be useful to add testing under libasan into CI.
2026-04-02 20:53:07 +02:00
..
2026-04-01 19:17:04 +02:00
2021-09-24 15:26:16 +01:00
2026-01-25 17:00:26 +01:00
2026-02-25 11:18:14 +01:00
2024-09-30 14:51:33 +02:00
2026-04-02 20:53:07 +02:00
2024-09-30 14:51:33 +02:00
2026-02-25 11:18:14 +01:00
2024-09-30 14:51:33 +02:00