Files
libjpeg-turbo/CMakeLists.txt
DRC ea49d2278c Fuzz: Avoid using temporary files
- When built for fuzzing, expose special versions of tj3LoadImage*()
  that accept a FILE handle.

- Rename cjpeg_main() to cjpeg_fuzzer() and allow a FILE handle to be
  passed to it as well.

- Use fmemopen() to obtain a FILE handle from the fuzzer input data.
2026-01-12 09:54:24 -05:00

89 KiB