Disable %n in printf and vfwprintf.

Bug: 14492135
Change-Id: If190bede29e5f68a65043ddbe8e878c660933d03
This commit is contained in:
Elliott Hughes
2014-05-02 18:16:32 -07:00
parent e987803c35
commit e2341d08fa
4 changed files with 20 additions and 6 deletions

View File

@@ -102,6 +102,7 @@ extern int __sdidinit;
#define FLOATING_POINT
#define PRINTF_WIDE_CHAR
#define SCANF_WIDE_CHAR
#define NO_PRINTF_PERCENT_N
/* OpenBSD exposes these in <stdio.h>, but we only want them exposed to the implementation. */
__BEGIN_DECLS