]> git.ipfire.org Git - thirdparty/suricata.git/commit
radix-tree - prevent out of bounds array access
authorJason Ish <ish@unx.ca>
Mon, 11 May 2015 16:20:25 +0000 (10:20 -0600)
committerVictor Julien <victor@inliniac.net>
Tue, 19 May 2015 15:35:36 +0000 (17:35 +0200)
commit56f6e373049b037567313ea2c8c6748fb5321f89
tree32f9d55bbca263087a6a2385cff5fb569db70892
parent3e5b8f48b191205b5337f77be4f410661b6982c7
radix-tree - prevent out of bounds array access

An IPv6 entry specified before an IPv4 entry on the host-os-policy
table can cause the stream byte array to be access one byte after
the end of the allocated memory at util-radix-tree.c:578.
src/util-radix-tree.c