jca and I converted %n to a syslog warning about a year ago, and the ports
authorderaadt <deraadt@openbsd.org>
Mon, 30 Aug 2021 11:16:49 +0000 (11:16 +0000)
committerderaadt <deraadt@openbsd.org>
Mon, 30 Aug 2021 11:16:49 +0000 (11:16 +0000)
commit3db6bc30f0e26d953bca864b431c6c743877e324
treecd771204a09a3f91cca8ef9aad567a263f6b6bac
parent8e654069714b571c96cf1a22c66a7af2dcfe2946
jca and I converted %n to a syslog warning about a year ago, and the ports
ecosystem experienced a very good cleanup.  Time has arrived to switch (as
planned) to syslog + abort, which will result in a coredump thus identifying
the remaining culprits in a more visible fashion.
vfprintf(3) and vfwprintf(3) man pages still require documentation changes.
with jca
lib/libc/stdio/vfprintf.c
lib/libc/stdio/vfwprintf.c