Module Name: src Committed By: rillig Date: Sat Sep 12 23:12:44 UTC 2020
Modified Files: src/usr.bin/make: dir.c Log Message: make(1): fix assertion failure in Dir_Destroy in -DCLEANUP mode When the openDirectories path list is cleaned up, each path from it is first dequeued and then freed via Dir_Destroy. At this point, the path is no longer in openDirectories, which triggered an assertion in Lst_Remove, called by Dir_Destroy. To generate a diff of this commit: cvs rdiff -u -r1.140 -r1.141 src/usr.bin/make/dir.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.