mirror of https://gitlab.com/cppit/jucipp
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.
|
|
5 years ago | |
|---|---|---|
| .. | ||
| README.md | 5 years ago | |
| cmake.cpp | 5 years ago | |
| ctags.cpp | 5 years ago | |
| docstring.cpp | 5 years ago | |
| doxygen.cpp | 5 years ago | |
| grep.cpp | 5 years ago | |
| markdown.cpp | 5 years ago | |
README.md
Prior to running the fuzzers, build and prepare for instance as follows:
CXX=clang++ cmake -DBUILD_FUZZING=1 ..
make
export LSAN_OPTIONS=detect_leaks=0