]> git.ipfire.org Git - thirdparty/suricata.git/commit
output/http: log invalid status as a string 12222/head
authorPhilippe Antoine <pantoine@oisf.net>
Tue, 8 Oct 2024 13:40:01 +0000 (15:40 +0200)
committerVictor Julien <victor@inliniac.net>
Wed, 4 Dec 2024 13:49:48 +0000 (14:49 +0100)
commit09ba69cfb082535f0098d4b0ee379ba466bdd79e
tree7049107d92fccdfc894b7b3de179ef832bf15237
parent923ad6af7709c9eca6f0f5856ee267845b425ae5
output/http: log invalid status as a string

Ticket: 7311

If response_status_number is not a valid poisitive integer,
we should not try to parse it again, and fail again,
but just log the raw string.
etc/schema.json
src/output-json-http.c