]> 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)
committerJeff Lucovsky <jeff@lucovsky.org>
Sun, 5 Apr 2020 19:01:15 +0000 (15:01 -0400)
commit6f77c0d0ca075f7264e9b7425336d08ddb9e749a
tree6b4caaaf5b53a89f9499a58c7ef921340ac5da96
parent2fe01d93a58b563de24dd19beef20c5296692774
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.

(cherry picked from commit 5b38bc989492672277178e93b8685b9e63fe6ec8)
src/detect-bsize.c