I’m trying to experiment some fuzz testing with the tool afl (link). I downloaded the source code of ImageMagick as described in the docs, but when I try to run ./configure with the afl compiler I get an error: $ CC=/usr/local/bin/afl-gcc CXX=/usr/local/bin/afl-g++ ./configure –disable-shared […] checking whether we are using the GNU C++ compiler… no ..
Recent Comments