]> git.baikalelectronics.ru Git - kernel.git/commit
batman-adv: fix potential kernel paging error for unicast transmissions
authorAntonio Quartulli <antonio@meshcoding.com>
Sat, 15 Feb 2014 20:50:37 +0000 (21:50 +0100)
committerAntonio Quartulli <antonio@meshcoding.com>
Mon, 17 Feb 2014 16:17:02 +0000 (17:17 +0100)
commitdee56f8c86cc0d4d7bee644b75b3e441764b1483
treebb8f4e8e8f9833d993b8f09638a063d6290f5281
parent64fe34649c0417f8c206027b5c0496ede71b889b
batman-adv: fix potential kernel paging error for unicast transmissions

batadv_send_skb_prepare_unicast(_4addr) might reallocate the
skb's data. If it does then our ethhdr pointer is not valid
anymore in batadv_send_skb_unicast(), resulting in a kernel
paging error.

Fixing this by refetching the ethhdr pointer after the
potential reallocation.

Signed-off-by: Linus Lüssing <linus.luessing@web.de>
Signed-off-by: Antonio Quartulli <antonio@meshcoding.com>
net/batman-adv/send.c