]> git.ipfire.org Git - thirdparty/suricata.git/commit
defrag: fix off by one
authorPhilippe Antoine <pantoine@oisf.net>
Mon, 15 Jul 2024 07:52:00 +0000 (09:52 +0200)
committerVictor Julien <vjulien@oisf.net>
Wed, 25 Sep 2024 04:54:59 +0000 (06:54 +0200)
commit9203656496c4081260817cce018a0d8fd57869b5
treeb1614fda66dff9014ae0f643a4fff53928bf6966
parent45eb7e48817f0435040c3efc15e66383d78ed71f
defrag: fix off by one

Ticket: 7067

This off by one could lead to an empty fragment being inserted
in the rb tree, which led to integer underflow
src/defrag.c