]> git.ipfire.org Git - thirdparty/suricata.git/commit
detect/bsize: Ensure numeric values fit
authorJeff Lucovsky <jeff@lucovsky.org>
Mon, 30 Mar 2020 13:51:27 +0000 (09:51 -0400)
committerVictor Julien <victor@inliniac.net>
Tue, 31 Mar 2020 13:51:27 +0000 (15:51 +0200)
commit5b38bc989492672277178e93b8685b9e63fe6ec8
treedce8b556bd14fe8493198ce341105201ee0d42b2
parent095981cb2a7b204e66770ab5ab4efcf5034caa27
detect/bsize: Ensure numeric values fit

This commit ensures that the numeric values will not exceed the size of
the containers used to hold them.
src/detect-bsize.c