What's Changed
Bug fixes
- Fix OSS-Fuzz #508342856: cap
Content-Lengthreservation bypayload_max_length_to prevent excessive memory allocation (2d2efe4) - Fix OSS-Fuzz #508087118: avoid stack overflow in
str2tag(92aecf8)
Fuzzing / tests
- Run all fuzzers via
make fuzz_test(cae7534) - Add OSS-Fuzz #508370122 reproducer to
client_fuzzercorpus (b223e29) - Make
fuzz_testrobust to missing corpus files (35c4026) - Drop
Str2tagTestunit test that broke split /-fno-exceptionsbuilds (f6524c0) - Document
str2tag_core's compile-time-only role (40e1846)
Full Changelog: v0.43.2...v0.43.3