]> git.ipfire.org Git - people/ms/suricata.git/commit
packetpool: ReleasePacket callback check on getter
authorVictor Julien <victor@inliniac.net>
Fri, 5 Nov 2021 19:09:17 +0000 (20:09 +0100)
committerVictor Julien <vjulien@oisf.net>
Mon, 22 Nov 2021 12:56:07 +0000 (13:56 +0100)
commit373278438d425983e743c997c102639832e11681
tree362b231d0bb784bb6efa21c0d847aa46d15e24a5
parent8a5b945c7be94c48532826b8d6ae6bfe799c067b
packetpool: ReleasePacket callback check on getter

Any packet coming from the pool should have `PacketPoolReturnPacket`
as its callback. Check that this is the case.
src/decode.c