Home
last modified time | relevance | path

Searched hist:eb78cd26b9b519d94e20ce9c0697e5056046669d (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/lib/
H A Dvsprintf.cdiff eb78cd26b9b519d94e20ce9c0697e5056046669d Fri Sep 18 08:04:06 CDT 2009 Joe Perches <joe@perches.com> 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 <joe@perches.com>
Signed-off-by: David S. Miller <davem@davemloft.net>