Files
tinygo/transform
Nia Waldvogel 2c93a4085c transform (MakeGCStackSlots): do not move the stack chain pop earlier
Previously, the MakeGCStackSlots pass would attempt to pop the stack chain before a tail call.
This resulted in use-after-free bugs when the tail call allocated memory and used a value allocated by its caller.
Instead of trying to move the stack chain pop, remove the tail flag from the call.
2022-06-10 17:25:02 +02:00
..
2022-05-30 07:53:28 +02:00
2021-11-30 21:53:16 +01:00
2022-03-12 12:55:38 +01:00
2022-01-19 14:42:02 -05:00