commit | b7e52c2c182868e79d2ed6abe74608037011f8f1 | [log] [tgz] |
---|---|---|
author | Gary V. Vaughan <gary@gnu.org> | Mon May 02 21:21:43 2005 +0000 |
committer | Eric Blake <ebb9@byu.net> | Fri Oct 05 22:01:03 2007 -0600 |
tree | 4e7f5bd922c76cfd3fd99721890b2eb563f9637c | |
parent | e46a681a9fea0deb568d13b51f8b3fab4fa4e4a1 [diff] |
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=84416 * doc/m4.texinfo (Maketemp): Change maketemp to refer to a new, empty file rather than to a nonexistent file. This closes a common security hole. * modules/m4.c (m4_maketemp): Implement the above, by using mkstemp rather than mktemp.