Source-Changes archive

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

CVS commit: [netbsd-4] src



Module Name:    src
Committed By:   liamjfoy
Date:           Fri Aug 24 20:07:40 UTC 2007

Modified Files:
        src/include [netbsd-4]: stdio.h string.h strings.h unistd.h
        src/lib/libc/ssp [netbsd-4]: fgets_chk.c gets_chk.c snprintf_chk.c
            sprintf_chk.c vsnprintf_chk.c vsprintf_chk.c

Log Message:
Pull up following revision(s) (requested by kristerw in ticket #833):
        include/unistd.h: revision 1.112
        lib/libc/ssp/snprintf_chk.c: revision 1.4
        lib/libc/ssp/sprintf_chk.c: revision 1.4
        lib/libc/ssp/vsprintf_chk.c: revision 1.4
        lib/libc/ssp/gets_chk.c: revision 1.4
        include/stdio.h: revision 1.70
        lib/libc/ssp/vsnprintf_chk.c: revision 1.4
        lib/libc/ssp/fgets_chk.c: revision 1.4
        include/strings.h: revision 1.12
        include/string.h: revision 1.33
Do not include SSP files unless _FORTIFY_SOURCE > 0.
Update includes so that this builds for USE_FORT=no too.


To generate a diff of this commit:
cvs rdiff -r1.66.2.2 -r1.66.2.3 src/include/stdio.h
cvs rdiff -r1.31.2.1 -r1.31.2.2 src/include/string.h
cvs rdiff -r1.10.10.1 -r1.10.10.2 src/include/strings.h
cvs rdiff -r1.110.4.1 -r1.110.4.2 src/include/unistd.h
cvs rdiff -r1.3.2.2 -r1.3.2.3 src/lib/libc/ssp/fgets_chk.c \
    src/lib/libc/ssp/gets_chk.c src/lib/libc/ssp/snprintf_chk.c \
    src/lib/libc/ssp/sprintf_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