Joe Perches
eb78cd26b9
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>
2009-09-22 14:00:05 -07:00
..
2009-07-29 19:10:35 -07:00
2009-08-21 09:26:15 -07:00
2009-06-19 14:58:13 +02:00
2009-06-11 19:27:07 +03:00
2009-04-12 16:10:51 +02:00
2009-03-17 12:28:30 +01:00
2009-06-16 19:47:47 -07:00
2009-08-07 10:39:56 -07:00
2009-08-07 10:39:56 -07:00
2009-08-07 10:39:56 -07:00
2009-08-21 10:04:24 +02:00
2009-07-28 13:45:22 -07:00
2009-06-12 21:47:04 +09:30
2009-08-26 20:06:52 -07:00
2009-06-18 13:04:05 -07:00
2009-06-16 19:47:53 -07:00
2009-06-16 19:47:51 -07:00
2009-04-02 19:04:53 -07:00
2009-07-17 09:11:31 +10:00
2009-06-15 13:27:38 +10:00
2009-09-11 13:20:18 -07:00
2009-06-15 15:49:17 +02:00
2009-04-16 16:17:09 -07:00
2009-06-15 21:30:24 -07:00
2009-08-27 12:25:26 -07:00
2009-03-13 01:32:36 +01:00
2009-07-29 19:10:36 -07:00
2009-03-26 22:45:23 -07:00
2009-06-16 19:47:49 -07:00
2009-06-11 08:51:08 -07:00
2009-06-16 19:47:56 -07:00
2009-07-31 12:28:45 +02:00
2009-08-21 10:36:03 +02:00
2009-09-22 14:00:05 -07:00