summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorRyan Mallon <rmallon@gmail.com>2014-04-04 01:48:37 +0400
committerLinus Torvalds <torvalds@linux-foundation.org>2014-04-04 03:21:07 +0400
commit708d96fd060bd1e729fc93048cea8901f8bacb7c (patch)
tree1dc1656df18d946b6521f1c1c6b676dd8b2b465b /include/linux
parent28ab49ff7f3dcaf4df8d2bd0d4099b8c08285ed7 (diff)
downloadlinux-708d96fd060bd1e729fc93048cea8901f8bacb7c.tar.xz
vsprintf: remove %n handling
All in-kernel users of %n in format strings have now been removed and the %n directive is ignored. Remove the handling of %n so that it is treated the same as any other invalid format string directive. Keep a warning in place to deter new instances of %n in format strings. Signed-off-by: Ryan Mallon <rmallon@gmail.com> Acked-by: Kees Cook <keescook@chromium.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions