Hacker News new | ask | show | jobs
by mytherin 1351 days ago
If anything, it might make use-after frees more painful. Now the address sanitizer won't help you find them.
1 comments

In zig, you can run your a subset of tests with a normal allocator (or better yet, a page allocator) that will really help you find these and then swap out for the statically allocated system later.