0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2025-03-12 17:37:04 +00:00
Ondrej Zajicek (work) 1e6acf34bb Filter: Fix bug in variable shadowing
When a new variable used the same name as an existing symbol in an outer
scope, then offset number was defined based on a scope of the existing
symbol ($3) instead of a scope of the new symbol (sym_). That can lead
to two variables sharing the same memory slot.
2022-06-27 21:13:31 +02:00
..
2022-06-27 21:13:31 +02:00
2022-06-27 21:13:31 +02:00
2022-06-27 21:13:31 +02:00
2022-06-27 21:13:31 +02:00
2022-06-27 21:13:31 +02:00
2019-12-17 00:01:53 +01:00
2020-05-02 02:47:18 +02:00
2022-06-27 21:13:31 +02:00
2020-05-02 02:47:18 +02:00
2021-02-07 19:21:42 +01:00
2022-02-06 23:42:10 +01:00
2022-02-06 23:27:13 +01:00