]> git.ipfire.org Git - thirdparty/suricata.git/commit
detect/http_raw_header: Correct type mismatch
authorAngelo Mirabella <amirabella@lastline.com>
Tue, 16 Jun 2020 09:04:06 +0000 (10:04 +0100)
committerVictor Julien <victor@inliniac.net>
Mon, 29 Jun 2020 07:06:26 +0000 (09:06 +0200)
commit0cdc009da1c97784b3c1742b33fa817e9597ea68
treef1c9e462aa8169e37ef00fafe932cf3711356a1d
parent06f414d66de9fd8b64ad443aaa5d10e5e13ec335
detect/http_raw_header: Correct type mismatch

This changeset fixes a bug on the computation of the buffer
lenght for raw http headers. The bug is due to a mismatch
on the data type of the length (uint8_t vs uint32_t) and it
was causing signature misses.
src/detect-http-raw-header.c