]> git.ipfire.org Git - thirdparty/suricata.git/commit
detect/engine: fix -Wshorten-64-to-32 warnings
authorPhilippe Antoine <pantoine@oisf.net>
Tue, 20 May 2025 09:11:21 +0000 (11:11 +0200)
committerVictor Julien <victor@inliniac.net>
Tue, 10 Jun 2025 20:13:55 +0000 (22:13 +0200)
commit7b492bc83b6895ace639c0cabc36db559bbc6260
tree29625f8ba8342bf7a140c6cb07adf92698d41578
parentc3f054b6258b4319a1322fe0e976f6cbb0dc3034
detect/engine: fix -Wshorten-64-to-32 warnings

Ticket: #6186

Especially take care of the case where byte_extract extracts a u64
value that does not fit in a u32
src/detect-engine-content-inspection.c