summaryrefslogtreecommitdiff
path: root/dissector_eth.h
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2013-06-13 16:47:13 +0200
committerTobias Klauser <tklauser@distanz.ch>2013-06-13 16:47:13 +0200
commit0cc5ca825656dbb2dc91fb130924abe66c97b254 (patch)
tree6f815e726eb0f543115823c7940c1e325fbe195d /dissector_eth.h
parentbdf2285959f985bb1d9a92ba22eefadc6d85a393 (diff)
dissector: eth: Free allocated record if line is skipped
We would currently leak the record in case we skip a line, fix this by xfree()ing the memory in these cases. Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'dissector_eth.h')
0 files changed, 0 insertions, 0 deletions
> 2017-02-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller9-30/+40 2017-02-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds4-19/+26 2017-02-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-0/+1 2017-02-01Merge tag 'wireless-drivers-next-for-davem-2017-02-01' of git://git.kernel.or...David S. Miller2-1/+2 2017-02-01net: fix ndo_features_check/ndo_fix_features comment orderingDimitris Michailidis1-14/+15