▲ | ameliaquining 5 days ago | |||||||
IIUC even single-threaded Zig programs built with ReleaseSafe are not guaranteed to be free of memory corruption vulnerabilities; for example, dereferencing a pointer to a local variable that's no longer alive is undefined behavior in all optimization modes. | ||||||||
▲ | skeezyboy 4 days ago | parent [-] | |||||||
well just dont do it then | ||||||||
|