mirror of https://github.com/OISF/suricata
defrag: fix potential use after free.
Coverity pointed out that PoolReturn is almost like free and detected a use after free when accessing to tracker->af (issue 720339). This patch fixes this by storing the value in a local variable.pull/58/merge
parent
90052609ee
commit
d3824bd1ab
Loading…
Reference in New Issue