]> git.ipfire.org Git - thirdparty/suricata.git/commit
range: checks that end is after start for HTTP2 6492/head
authorPhilippe Antoine <contact@catenacyber.fr>
Tue, 19 Oct 2021 10:38:49 +0000 (12:38 +0200)
committerPhilippe Antoine <contact@catenacyber.fr>
Tue, 19 Oct 2021 21:10:29 +0000 (23:10 +0200)
commit5bd065cb3c4daea720608db55b19e7f06f71c284
tree046804f2c4f807e17f0a9296b94f8fff988aeda6
parent07370ed5c072da2006929bb6fa8c7ebb69b3f2b6
range: checks that end is after start for HTTP2

As was done only for HTTP1 in previous commit

The verification part stays separated from the parsing part,
as we want to keep on logging invalid ranges values.
rust/src/http2/http2.rs
rust/src/http2/range.rs