]> git.ipfire.org Git - thirdparty/suricata.git/commit
detect/bytejump: Improve end-of-buffer handling 9717/head
authorJeff Lucovsky <jlucovsky@oisf.net>
Fri, 27 Oct 2023 13:10:47 +0000 (09:10 -0400)
committerShivani Bhardwaj <shivanib134@gmail.com>
Tue, 31 Oct 2023 10:52:36 +0000 (16:22 +0530)
commit9e0c7c4b54f4230044ee57dfc2dce464e469bacf
tree898b6ea77e2476709bc32858c27497b0de53eecf
parent6509d201ac6b8ef8a2369f5a7b2186485ee303ee
detect/bytejump: Improve end-of-buffer handling

Issue: 4623

This commit addresses the issues reported in issue 4623 when the jump
value points at the last byte in the buffer.

(cherry picked from commit f363b99fd7592824dbcbec465f1968c6f615ccaa)
src/detect-bytejump.c