🛠️🐜 Antkeeper superbuild with dependencies included https://antkeeper.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
C. J. Howard c020614567 Add tinyexr module 2 years ago
..
Makefile Add tinyexr module 2 years ago
README.md Add tinyexr module 2 years ago
fuzz.cc Add tinyexr module 2 years ago
issue-62-tinyexr_memcpy_heap-buffer-overflow Add tinyexr module 2 years ago
issue-63-tinyexr_signed-integer-overflow Add tinyexr module 2 years ago
issue-77-heap-buffer-overflow Add tinyexr module 2 years ago

README.md

Test with llvm Fuzzer

Requirements

clang 12 or later (recent clang does not require libFuzzer anymore)

Compile and run

$ make
$ make t

TODO

  • Move to use Catch unit test framework