Module Name: src
Committed By: rillig
Date: Fri Nov 6 20:59:52 UTC 2020
Modified Files:
src/usr.bin/make: main.c
Log Message:
make(1): fix wrong condition in mkTempFile (since 2020-10-31)
The wrong negation had been added in main.c 1.414 from 2020-10-31.
Found by GCC 10, which complained about a potential null pointer
dereference in line 2188.
To generate a diff of this commit:
cvs rdiff -u -r1.426 -r1.427 src/usr.bin/make/main.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.