oss-fuzz/projects/mupdf
Sebastian Rasmussen ad33fea957 [mupdf] Plug memory leaks in fuzzer itself. (oss-fuzz #5497) (#1778)
If mupdf throws an exception (extremely likely in when fuzzing),
none of the resources such as the rendered pixmap, document or
stream were reclaimed before exiting causing memory leaks. These
leaks were blamed on the software itself, when it actually was
the fuzzer implementation that leaked.

Fix this by always cleaning up all resources.
2018-08-31 06:06:39 -07:00
..
Dockerfile [mupdf] Add mupdf fuzzer (#1067) 2018-01-18 07:45:09 -08:00
build.sh [mupdf] Change the name of the library used. (#1409) 2018-05-10 09:43:10 -07:00
pdf_fuzzer.cc [mupdf] Plug memory leaks in fuzzer itself. (oss-fuzz #5497) (#1778) 2018-08-31 06:06:39 -07:00
pdf_fuzzer.options [mupdf] Add mupdf fuzzer (#1067) 2018-01-18 07:45:09 -08:00
project.yaml [mupdf] Add @sebras to auto_ccs (#1100) 2018-01-21 10:16:13 -08:00