]> git.ipfire.org Git - thirdparty/suricata.git/commit
detect/frames: fix too strict debug check
authorVictor Julien <vjulien@oisf.net>
Fri, 26 Aug 2022 18:45:33 +0000 (20:45 +0200)
committerShivani Bhardwaj <shivani@oisf.net>
Mon, 29 Aug 2022 04:25:59 +0000 (09:55 +0530)
commitd31beba8d4e75218994a6654af41c947cf24ae51
tree611f7fb74aeded0c50071dfce0e302e4c46a24df
parentf04b7a1827845d72b4d0c12f76eadfcc77d726cf
detect/frames: fix too strict debug check

Frame::len is -1 if it is still unknown. Handle that in the debug
check.
src/detect-engine-frame.c