git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
201a95a
)
[XFRM] xfrm_user: Fix unaligned accesses.
author
David S. Miller
<davem@sunset.davemloft.net>
Fri, 27 Oct 2006 22:29:47 +0000
(15:29 -0700)
committer
David S. Miller
<davem@sunset.davemloft.net>
Mon, 30 Oct 2006 23:24:35 +0000
(15:24 -0800)
Use memcpy() to move xfrm_address_t objects in and out
of netlink messages. The vast majority of xfrm_user was
doing this properly, except for copy_from_user_state()
and copy_to_user_state().
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found