Files
cpp-httplib/test/fuzzing/corpus
yhirose 2d2efe46da Fix OSS-Fuzz #508342856: cap Content-Length reservation by payload_max_length_
A malicious or malformed server response with an enormous Content-Length
header (e.g. 20000000000) caused the client to call res.body.reserve(len)
with the untrusted value, triggering OOM before read_content's
payload_max_length_ check could take effect. Cap the pre-reservation
at payload_max_length_, since reading more than that is never useful.
2026-05-01 21:28:57 +09:00
..
2020-10-15 08:11:40 -04:00
2020-10-15 08:11:40 -04:00
2021-12-14 18:35:20 -05:00
2022-05-03 14:53:59 -04:00