From: Joe Perches Date: Fri, 18 Sep 2009 13:04:06 +0000 (+0000) Subject: lib/vsprintf.c: Avoid possible unaligned accesses in %pI6c X-Git-Tag: v2.6.32-rc1~27^2~28 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eb78cd26b9b519d94e20ce9c0697e5056046669d;p=pandora-kernel.git lib/vsprintf.c: Avoid possible unaligned accesses in %pI6c Jens Rosenboom noticed that a possibly unaligned const char* is cast to a const struct in6_addr *. Avoid this at the cost of a struct in6_addr copy on the stack. Signed-off-by: Joe Perches Signed-off-by: David S. Miller --- Reading git-diff-tree failed