Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/lib/libc/ssp
Module Name: src
Committed By: christos
Date: Sun Jun 3 17:34:37 UTC 2007
Modified Files:
src/lib/libc/ssp: fgets_chk.c gets_chk.c memcpy_chk.c memmove_chk.c
memset_chk.c snprintf_chk.c sprintf_chk.c strcpy_chk.c
strncpy_chk.c vsnprintf_chk.c vsprintf_chk.c
Log Message:
#undef the fortified functions we use, otherwise we end up calling ourselves
recursively.
XXX: Do we need namespace.h here?
To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 src/lib/libc/ssp/fgets_chk.c \
src/lib/libc/ssp/gets_chk.c src/lib/libc/ssp/memcpy_chk.c \
src/lib/libc/ssp/memmove_chk.c src/lib/libc/ssp/memset_chk.c \
src/lib/libc/ssp/snprintf_chk.c src/lib/libc/ssp/sprintf_chk.c \
src/lib/libc/ssp/strcpy_chk.c src/lib/libc/ssp/strncpy_chk.c \
src/lib/libc/ssp/vsnprintf_chk.c src/lib/libc/ssp/vsprintf_chk.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index