]> git.ipfire.org Git - thirdparty/suricata.git/commit
bytejump: fix ubsan warning
authorPhilippe Antoine <contact@catenacyber.fr>
Thu, 7 Oct 2021 14:39:42 +0000 (16:39 +0200)
committerVictor Julien <vjulien@oisf.net>
Thu, 24 Feb 2022 17:23:29 +0000 (18:23 +0100)
commita6a6f6d538c72cc5866fae6ea301b54cbc969a62
treebb0cd9f6d7d2cc077bf3f32b8888235b734b8623
parent4f2f745bed4858c6441b1b936f66453e87b715bb
bytejump: fix ubsan warning

Instead of checking the offset, we checked the pointer after
adding the offset ot it...
src/detect-bytejump.c