Fix multiple relative pointer transform
amitsingh19975 opened this issue · comments
amitsingh19975 commented
We don't track if we applied the relative pointer transform on a pointer when we save or load. Since multiple variables can be aliased to the same pointer, we may apply the transform more than once.
Bahushruth commented
Good catch!
Should look into this when we get bandwidth!