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:
60c39c7
)
batman-adv: check for more space before accessing the skb
author
Antonio Quartulli
<ordex@autistici.org>
Sun, 26 Aug 2012 21:25:59 +0000
(23:25 +0200)
committer
Antonio Quartulli
<ordex@autistici.org>
Mon, 29 Oct 2012 08:42:45 +0000
(09:42 +0100)
In batadv_check_unicast_ttvn() the code accesses both the unicast header and the
Ethernet header in the payload. For this reason pskb_may_pull() must be invoked
to check for the required space.
Signed-off-by: Antonio Quartulli <ordex@autistici.org>
net/batman-adv/routing.c
patch
|
blob
|
history
diff --cc
net/batman-adv/routing.c
Simple merge