diff options
author | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2022-03-06 22:57:33 +0100 |
---|---|---|
committer | Ondrej Zajicek <santiago@crfreenet.org> | 2022-06-27 21:13:31 +0200 |
commit | 1e6acf34bbf2d9c31246c6fc450ac3b0232531e2 (patch) | |
tree | c72db255eb9df1790b4559c717e9281b662cab2a /NEWS | |
parent | 946cedfcfe3bdfd850613c4d891f8abfd6b2cafd (diff) |
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.
Diffstat (limited to 'NEWS')
0 files changed, 0 insertions, 0 deletions