Zap _THIS_PORT helper for printf("%n") tracking in ports land
authorjca <jca@openbsd.org>
Wed, 8 Sep 2021 15:57:27 +0000 (15:57 +0000)
committerjca <jca@openbsd.org>
Wed, 8 Sep 2021 15:57:27 +0000 (15:57 +0000)
commitf88b40218849498b617e3f1ebe9b1af8ef577670
treedf6c036b57c4beb9b9f43a78ff64aafca061c12e
parentc60ad60d9b8e99bd71aa57439d2c874791253091
Zap _THIS_PORT helper for printf("%n") tracking in ports land

This hack isn't very useful now that libc aborts on printf("%n") calls,
it's expected that the resulting error would lead to a build
failure, and that the coredump along with the syslog message should be
enough to find the culprit.

Hinted by naddy@ and prodded by deraadt@
lib/libc/stdio/vfprintf.c
lib/libc/stdio/vfwprintf.c