issues
search
AngoraFuzzer
/
Angora
Angora is a mutation-based fuzzer. The main goal of Angora is to increase branch coverage by solving path constraints without symbolic execution.
Apache License 2.0
927
stars
168
forks
source link
Fix up compiler warnings
#120
Open
bossmc
opened
2 years ago
bossmc
commented
2 years ago
Correct signedness for c-strings in angora-clang
Const-correctness throughout
Move
#[link]
attribute to
extern
block
Fixes all warnings emitted by
clang
version 14.
#[link]
attribute toextern
blockFixes all warnings emitted by
clang
version 14.