Module Name: src Committed By: rillig Date: Mon Dec 21 02:09:34 UTC 2020
Modified Files: src/usr.bin/make: parse.c Log Message: make(1): fix garbled output for failed shell command (since 2020-12-20) Passing a struct as printf argument for the %s conversion doesn't work. On NetBSD-8.0-x86_64, the output looks normal, but on SunOS-5.9, the output is garbled, containing bytes 0xFF and 0xFE. This bug had been introduced in parse.c 1.507 from 2020-12-20 14:52:16. Thanks to sjg for finding this bug so quickly. To generate a diff of this commit: cvs rdiff -u -r1.508 -r1.509 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.