On Sunday, February 28, 2016 11:38:52 Sven Eckelmann wrote: > The callers of batadv_interface_rx have to make sure that enough data can > be pulled from the skb when they read the batman-adv header. The only two > functions using it are either calling pskb_may_pull with hdr_size directly > (batadv_recv_bcast_packet) or indirectly via batadv_check_unicast_packet > (batadv_recv_unicast_packet). > > Reported-by: Marek Lindner > Signed-off-by: Sven Eckelmann > --- > net/batman-adv/soft-interface.c | 4 ---- > 1 file changed, 4 deletions(-) Applied in revision d1c596a. Thanks, Marek