This website works better with JavaScript.
Home
Explore
Help
Sign In
antkeeper
/
superbuild
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Activity
🛠️
🐜
Antkeeper superbuild with dependencies included
https://antkeeper.com
72
Commits
1
Branch
60 MiB
C
67%
C++
20.2%
HTML
6.1%
Objective-C
1.8%
Shell
1.7%
Other
2.8%
Tree:
d7d779bfd2
superbuild
/
modules
/
tinyexr
/
test
/
fuzzer
History
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