]> git.ipfire.org Git - thirdparty/suricata.git/commit
detect/mpm: don't test for impossible condition
authorVictor Julien <vjulien@oisf.net>
Fri, 5 Jan 2024 07:29:16 +0000 (08:29 +0100)
committerVictor Julien <victor@inliniac.net>
Thu, 29 Feb 2024 10:24:41 +0000 (11:24 +0100)
commitae6a6636401356e5811e75c4219cdf5734b23396
treea1c0a270196cc428b7feab30fb8dc439e09a2af2
parente5b006beb961ceb0d749ecb1f0ce0890efa99b38
detect/mpm: don't test for impossible condition

Functions can't get called with NULL signature or NULL
Signature::init_data.

(cherry picked from commit 124a8dea204b400f27ac2b8c15c994ffa996b1ea)
src/detect-engine-mpm.c