Module Name: src Committed By: rillig Date: Sat May 7 17:25:28 UTC 2022
Modified Files: src/usr.bin/make: parse.c Log Message: make: fix off-by-one error in buffer for .WAIT nodes Strangely, GCC didn't warn about this error. For the buffer overflow to actually happen, there would have to be a billion .WAIT nodes. To generate a diff of this commit: cvs rdiff -u -r1.670 -r1.671 src/usr.bin/make/parse.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.