From 708d96fd060bd1e729fc93048cea8901f8bacb7c Mon Sep 17 00:00:00 2001 From: Ryan Mallon Date: Thu, 3 Apr 2014 14:48:37 -0700 Subject: [PATCH] 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-format-patch failed