]> git.ipfire.org Git - thirdparty/suricata.git/commit
detect/urilen: fix applying urilen as depth
authorVictor Julien <vjulien@oisf.net>
Thu, 23 Mar 2023 14:42:18 +0000 (15:42 +0100)
committerVictor Julien <vjulien@oisf.net>
Fri, 24 Mar 2023 05:28:54 +0000 (06:28 +0100)
commitba7db2583b0d96627d3088dd3d89b69ad21ff757
tree60bf7e469bf03178d45868a8f3dc463f7d3a18f9
parent50dba4665dedd70b81afb569fcf90f8448838cb8
detect/urilen: fix applying urilen as depth

If urilen induced depth was set, later DetectContentPropagateLimits()
would apply a wrong depth setting, leading to a false negative in
some cases.

Bug: #5929.
src/detect-urilen.c