mirror of https://github.com/google/oss-fuzz.git
e48b906242
OpenSIPS runs on a custom memory allocator, which makes use of a pre-allocated, large heap chunk, so buffer read overflows are harmless and allow for some SIP parsing optimizations. By enabling FUZZ_BUILD for the fuzzer runs, we add extra runtime checks, so the fuzzer should no longer crash due to ASan detecting false-positive buffer read overflows in the SIP parser. |
||
---|---|---|
.. | ||
Dockerfile | ||
build.sh | ||
fuzz_csv_parser.c | ||
fuzz_msg_parser.c | ||
fuzz_uri_parser.c | ||
patch.diff | ||
project.yaml |