Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-10-04 | fuzzer: move to using external curl-fuzzer | Max Dymond | |
Use the external curl-fuzzer repository for fuzzing. Closes #1923 | |||
2017-09-08 | rtsp: do not call fwrite() with NULL pointer FILE * | Daniel Stenberg | |
If the default write callback is used and no destination has been set, a NULL pointer would be passed to fwrite()'s 4th argument. OSS-fuzz bug https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=3327 (not publicly open yet) Detected by OSS-fuzz Closes #1874 |