Hacker News new | ask | show | jobs
by steveklabnik 2877 days ago
That's already true in cases; for example, I've seen FFI code that has a use-after-free bug in it, but because of the different way that the allocator works on different platforms, on OS X it "worked", but on Linux, it segfaulted.