Linked by Thom Holwerda on Thu 3rd May 2012 21:26 UTC, submitted by PhilJ

Thread beginning with comment 517003
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.
Member since:
2011-06-17
I am developing an open source program and for fun tried to run it in OpenBSD, it crushed with segfault. After using valgrind+memcheck I dicovered that program was reading 1 byte above its allocated memory, in other systems Linux based or Windows's program wasn't crashing.
Memory boundaries checking in OpenBSD is superb.