Add #ifndef NO_PRINTF_PERCENT_N. Since we are fully standardized, we
authorderaadt <deraadt@openbsd.org>
Sat, 3 May 2014 12:36:45 +0000 (12:36 +0000)
committerderaadt <deraadt@openbsd.org>
Sat, 3 May 2014 12:36:45 +0000 (12:36 +0000)
commit6b86ff879b2a2d4b68b2dcc80eb96bbf1f99247f
treed1a6c88fadfee063108e976899d1839d796e2c62
parentd3d2bf17a9efcb55a5d263c50736ca139f002edb
Add #ifndef NO_PRINTF_PERCENT_N.  Since we are fully standardized, we
don't use disable %n ourselves.  But Google's Android libc is based
on our libc....  Giving them an easy knob to disable this dangerous
feature easily make their job easier without making our job any harder.
Request from Elliott @ google
lib/libc/stdio/vfprintf.c
lib/libc/stdio/vfwprintf.c