]> git.ipfire.org Git - thirdparty/suricata.git/commit
Fix the bug specified in the previous commit. 387/head
authorAnoop Saldanha <anoopsaldanha@gmail.com>
Thu, 13 Jun 2013 14:54:55 +0000 (20:24 +0530)
committerAnoop Saldanha <anoopsaldanha@gmail.com>
Thu, 13 Jun 2013 14:58:00 +0000 (20:28 +0530)
commitc3d98f96402064b67d67b9481431010e8fd3f42e
tree8e86da926bd9cd23b1f9b0b00b4ba2129b4472bc
parentbd6896bee182c4dec24775bbdca70c3d422dd68d
Fix the bug specified in the previous commit.

Bug emanates from byte_test, byte_jump and byte_extract keyword being
unable to handle negative offsets when the inspection pointer is at the
end of the buffer.
src/detect-byte-extract.c
src/detect-bytejump.c
src/detect-bytetest.c