2002-07-03 Ben Elliston <bje@redhat.com>

* config.guess (set_cc_for_build): Create a chmod 700 directory in
	/tmp (or $TMPDIR, if set) to store temporary files generated for
	use by the C compiler.  This should resist the /tmp symbolic link
	race vulnerability reported by Lawrence Teo.
This commit is contained in:
Ben Elliston
2002-07-03 16:29:31 +00:00
parent ea1f282bc2
commit dc77abbdfd
2 changed files with 39 additions and 23 deletions

View File

@ -1,3 +1,10 @@
2002-07-03 Ben Elliston <bje@redhat.com>
* config.guess (set_cc_for_build): Create a chmod 700 directory in
/tmp (or $TMPDIR, if set) to store temporary files generated for
use by the C compiler. This should resist the /tmp symbolic link
race vulnerability reported by Lawrence Teo.
2002-07-03 Ben Elliston <bje@redhat.com>
* config.sub: Handle freebsd*. From Bruno Haible.