Module Name: src Committed By: rillig Date: Fri Aug 28 06:47:15 UTC 2020
Modified Files: src/usr.bin/make: meta.c Log Message: make(1): fix the other assertion from Lst_FindFrom When I migrated the Lst_FindFrom to the strict API variant, I forgot that Lst_FindFrom requires both arguments (list and node) to be non-null. I had only checked that the list is non-null. There are only very few calls to Lst_FindFrom, and they are all ok now. To generate a diff of this commit: cvs rdiff -u -r1.106 -r1.107 src/usr.bin/make/meta.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.