=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== cmark-gfm-0.29.0.gfm.0/Makefile-192-bench: $(BENCHFILE) cmark-gfm-0.29.0.gfm.0/Makefile:193: { for x in `seq 1 $(NUMRUNS)` ; do \ cmark-gfm-0.29.0.gfm.0/Makefile-194- /usr/bin/env time -p $(PROG) </dev/null >/dev/null ; \ ############################################## cmark-gfm-0.29.0.gfm.0/Makefile-200- for f in $(BENCHSAMPLES) ; do \ cmark-gfm-0.29.0.gfm.0/Makefile:201: printf "%26s " `basename $$f` ; \ cmark-gfm-0.29.0.gfm.0/Makefile:202: { for x in `seq 1 $(NUMRUNS)` ; do \ cmark-gfm-0.29.0.gfm.0/Makefile-203- /usr/bin/env time -p $(PROG) </dev/null >/dev/null ; \ ############################################## cmark-gfm-0.29.0.gfm.0/README.md-133-under active development, may not work with your system-installed version of cmark-gfm-0.29.0.gfm.0/README.md:134:clang. Assuming LLVM has been built in `$HOME/src/llvm/build` the fuzzer can be cmark-gfm-0.29.0.gfm.0/README.md-135-run with: ############################################## cmark-gfm-0.29.0.gfm.0/changelog.txt-200- The new approach sets an internal `libdir` variable to cmark-gfm-0.29.0.gfm.0/changelog.txt:201: `lib${LIB_SUFFIX}`. This variable is used both to set the cmark-gfm-0.29.0.gfm.0/changelog.txt-202- install destination and in the libcmark.pc.in template. ############################################## cmark-gfm-0.29.0.gfm.0/changelog.txt-349- `-DCMARK_STATIC=ON/OFF`. cmark-gfm-0.29.0.gfm.0/changelog.txt:350: * Added support for built-in `${LIB_SUFFIX}` feature (Azamat H. cmark-gfm-0.29.0.gfm.0/changelog.txt:351: Hackimov). Replaced `${LIB_INSTALL_DIR}` option with built-in cmark-gfm-0.29.0.gfm.0/changelog.txt:352: `${LIB_SUFFIX}` for installing for 32/64-bit systems. Normally, cmark-gfm-0.29.0.gfm.0/changelog.txt:353: CMake will set `${LIB_SUFFIX}` automatically for required enviroment. cmark-gfm-0.29.0.gfm.0/changelog.txt-354- If you have any issues with it, you can override this option with ############################################## cmark-gfm-0.29.0.gfm.0/changelog.txt-434- some platforms. cmark-gfm-0.29.0.gfm.0/changelog.txt:435: * Use `$(MAKE)` in Makefile instead of hardcoded `make` (#146, cmark-gfm-0.29.0.gfm.0/changelog.txt-436- Tobias Kortkamp). ############################################## cmark-gfm-0.29.0.gfm.0/changelog.txt-1093- * Add Makefile target to fuzz with AFL (Nick Wellnhofer) cmark-gfm-0.29.0.gfm.0/changelog.txt:1094: The variable `$AFL_PATH` must point to the directory containing the AFL cmark-gfm-0.29.0.gfm.0/changelog.txt-1095- binaries. It can be set as an environment variable or passed to make on