Update of /cvsroot/devil-linux/build/scripts/configuration/help
In directory sc8-pr-cvs1:/tmp/cvs-serv26215/scripts/configuration/help
Added Files:
libsafe.help
Log Message:
initial checkin of libsafe
--- NEW FILE: libsafe.help ---
CONFIG_LIBSAFE
Libsafe is a library which defends against buffer overflow and format string
attacks. It works by putting a wrapper around dangerous functions that
contain any buffer overflows within the current stack frame, so that the
return address can not be changed.
|