From: Ryan Mallon Date: Thu, 3 Apr 2014 21:48:37 +0000 (-0700) Subject: vsprintf: remove %n handling X-Git-Tag: v3.15-rc1~106^2~126 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=708d96fd060bd1e729fc93048cea8901f8bacb7c;p=pandora-kernel.git 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 Acked-by: Kees Cook Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed