View Single Post
Old 23rd August 2010
BSDfan666 BSDfan666 is offline
Real Name: N/A, this is the interweb.
Banned
 
Join Date: Apr 2008
Location: Ontario, Canada
Posts: 2,223
Default

OpenBSD has stack protection which can prevent overflows, it provides safer string API's, and runtime overflow detection.

It doesn't eliminate programming errors, or save you after they've been made.. a bad process is going to be terminated.
Reply With Quote