On Tuesday 11 February 2014 17:05:07 Antonio Quartulli wrote:
From: Antonio Quartulli antonio@open-mesh.com
When the TVLV parsing routine succeed the skb is left untouched thus leading to a memory leak.
Fix this by consuming the skb in case of success.
Introduced by 0b6aa0d43767889eeda43a132cf5e73df4e63bf2 ("batman-adv: tvlv - basic infrastructure")
Signed-off-by: Antonio Quartulli antonio@open-mesh.com
routing.c | 2 ++ 1 file changed, 2 insertions(+)
Applied in revision 9289542.
Thanks, Marek