Module Name: src Committed By: rillig Date: Sat Sep 3 08:03:27 UTC 2022
Modified Files: src/usr.bin/make: job.c src/usr.bin/make/unit-tests: job-output-null.exp job-output-null.mk Log Message: make: fix handling of null bytes in the output in jobs mode The test job-output-null failed occasionally, depending on the exact timing of the child's write and make's read. To generate a diff of this commit: cvs rdiff -u -r1.453 -r1.454 src/usr.bin/make/job.c cvs rdiff -u -r1.3 -r1.4 src/usr.bin/make/unit-tests/job-output-null.exp \ src/usr.bin/make/unit-tests/job-output-null.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.