Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src



Module Name:    src
Committed By:   christos
Date:           Sun Jun  3 17:39:27 UTC 2007

Modified Files:
        src/common/lib/libc/string: strncpy.c
        src/lib/libc/gen: getcwd.c
        src/lib/libc/stdio: fgets.c gets.c snprintf.c sprintf.c vsnprintf.c
            vsprintf.c
        src/lib/libc/string: strncat.c

Log Message:
Make these work with _FORTIFY_SOURCE, by overriding the fortified definitions


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 src/common/lib/libc/string/strncpy.c
cvs rdiff -r1.43 -r1.44 src/lib/libc/gen/getcwd.c
cvs rdiff -r1.20 -r1.21 src/lib/libc/stdio/fgets.c \
    src/lib/libc/stdio/snprintf.c src/lib/libc/stdio/vsnprintf.c
cvs rdiff -r1.15 -r1.16 src/lib/libc/stdio/gets.c
cvs rdiff -r1.14 -r1.15 src/lib/libc/stdio/sprintf.c \
    src/lib/libc/stdio/vsprintf.c
cvs rdiff -r1.10 -r1.11 src/lib/libc/string/strncat.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