Module Name: src Committed By: rillig Date: Wed Sep 30 06:27:02 UTC 2020
Modified Files:
src/usr.bin/make: lst.c
Log Message:
make(1): remove redundant assertions in lst.c
These pointers are dereferenced shortly after the assertion, which
reliably leads to a SIGSEGV.
To generate a diff of this commit:
cvs rdiff -u -r1.73 -r1.74 src/usr.bin/make/lst.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
