]> git.ipfire.org Git - thirdparty/suricata.git/commit
defrag: be sure to output NULL tracker
authorEric Leblond <eric@regit.org>
Thu, 6 Sep 2012 09:31:42 +0000 (11:31 +0200)
committerVictor Julien <victor@inliniac.net>
Thu, 6 Sep 2012 11:40:46 +0000 (13:40 +0200)
commit4e6a4c65f691e2e3c72670d89a1634a903c81d26
tree406eda142d5c04192b75c47a3ec898a768683c97
parenta7afa845a646e7b78bac90ccd053cf886e1c0d90
defrag: be sure to output NULL tracker

Coverity 720337 pointed out a use after free. We can't be dependent
to HashListTableAdd outputting a NULL tracker.
src/defrag.c