Purifier bug?
Posted: Mon Oct 14, 2024 8:35 am
On this blog post, you can find this code:
The error is only caught if you compile with the ASM backend. In C, the Purifier doesn't seem to do its job.
Code: Select all
Procedure a()
a.l = 10
*CrazyPointer.Long = @a
*CrazyPointer+1
*CrazyPointer\l = 152 ; stack corruption
EndProcedure
a()