]> git.ipfire.org Git - thirdparty/suricata.git/commit
detect: fix possible leak found by coverity
authorPhilippe Antoine <contact@catenacyber.fr>
Fri, 21 Jan 2022 15:31:54 +0000 (16:31 +0100)
committerVictor Julien <vjulien@oisf.net>
Tue, 25 Apr 2023 13:19:47 +0000 (15:19 +0200)
commit79b89df331658e05fc950491622e37e1a4158525
treedf1af318602026309353c134edbd2db4c29e7e5a
parent5f1651282dbd5dc753dd7d0e9d117020662fc529
detect: fix possible leak found by coverity

Conditions to create the leak are likely not reachable,
but this is still a bad pattern.

(cherry picked from commit e8060990d17960dd97b6c81c813a6204d4d2bd46)
src/detect-engine-port.c