Source-Changes archive

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

CVS commit: src/gnu/dist/gcc4



Module Name:    src
Committed By:   mrg
Date:           Fri May 12 00:51:13 UTC 2006

Modified Files:
        src/gnu/dist/gcc4/gcc/doc: cppenv.texi
        src/gnu/dist/gcc4/libcpp: files.c

Log Message:
pull across from GCC3 tree:
>date: 2004/11/30 01:51:13;  author: jwise;  state: Exp;  lines: +21 -3
>As discussed on tech-toolchain%netbsd.org@localhost, make cpp refuse to 
>attempt to
>parse a #include'd file which does not pass S_ISREG() if the environment 
>variable
>CPP_RESTRICTED is set.
>
>This is primarily intended for use by programs such as calendar(1) which
>use cpp to parse untrusted user files -- without this change (and the 
>corresponding
>change to calendar(1)), any user can cause a denial-of-service for the daily
>calendar -a run by #include'ing a named pipe.
>
>Many thanks to christos@netbsd for his help in polishing this.


To generate a diff of this commit:
cvs rdiff -r1.1.1.1 -r1.2 src/gnu/dist/gcc4/gcc/doc/cppenv.texi
cvs rdiff -r1.1.1.1 -r1.2 src/gnu/dist/gcc4/libcpp/files.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