]> git.ipfire.org Git - thirdparty/suricata.git/commit
Fix the bug specified in the previous commit. 388/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 15:02:35 +0000 (20:32 +0530)
commit318fe7d43372d3b9cf7a74b2d26e1ea4801eae40
tree7d12cef86007c0e228016fea20d4208148a347ff
parenteecf314480dfe5e36e592237e7a92a6eeafb8d62
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