diff options
author | Jan Beulich <JBeulich@novell.com> | 2011-05-25 02:13:18 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-05-25 17:39:47 +0200 |
commit | d9be9b90d6dc5e712ca5d6109691a8de753ce7f1 (patch) | |
tree | 1ba560ac75dd1a2575ee5ec95f91a9d549467361 /lib/Makefile | |
parent | sparse: Undef __compiletime_{warning,error} if __CHECKER__ is defined (diff) | |
download | linux-d9be9b90d6dc5e712ca5d6109691a8de753ce7f1.tar.xz linux-d9be9b90d6dc5e712ca5d6109691a8de753ce7f1.zip |
lib/vsprintf.c: fix interaction of kasprintf() and vsnprintf() when using %pV
Otherwise, the warning at the top of vsnprintf() gets triggered by
kvasprintf()'s first invocation (with NULL buffer and zero size) of
vsnprintf().
Signed-off-by: Jan Beulich <jbeulich@novell.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'lib/Makefile')
0 files changed, 0 insertions, 0 deletions