]> git.ipfire.org Git - thirdparty/suricata.git/commit
Fix BytesToString indexing array using wrong index 870/head
authorVictor Julien <victor@inliniac.net>
Tue, 4 Mar 2014 11:42:16 +0000 (12:42 +0100)
committerVictor Julien <victor@inliniac.net>
Tue, 4 Mar 2014 11:42:16 +0000 (12:42 +0100)
commit00d2f2d627bfe3eb1245dda28033a459fb55de27
treee79e3ee8b6af1ed27cc6d8a7618a0519274b205b
parent88e9c85e36fd4901b6ed1b56a552d37b93942c89
Fix BytesToString indexing array using wrong index

This would lead to reading past the end of the buffer and also writing
past the end of the newly allocated buffer.

Bug #1121
src/util-byte.c