diff options
author | Paul Smith <psmith@gnu.org> | 2013-09-15 16:41:42 -0400 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2013-09-15 17:09:01 -0400 |
commit | 1b9024889384fc26d296ee4340ffca32e8c73017 (patch) | |
tree | 88312b516ca64a727dffcbe87bf9aec3674e7a92 /ChangeLog | |
parent | a4d8444b594e53b13659a9f2c64424418f255e27 (diff) | |
download | gunmake-1b9024889384fc26d296ee4340ffca32e8c73017.tar.gz |
[SV 27374] Fatal immediately on unrecoverable fopen() errors.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2013-09-15 Paul Smith <psmith@gnu.org> + * read.c (eval_makefile): If the file open fails with an + unrecoverable error, stop now rather than trying to make it. + Fixes Savannah bug #27374. + * main.c (main): Perform the validation of the jobserver FDs early, before we read makefiles, to ensure that something hasn't opened and used those FDs for some other reason. |