Re: [PATCH] Add configure --disable-textrelcheck option to enable CC=afl-fuzz on 32bit.

2014-12-04 Thread Mark Wielaard
On Fri, 2014-11-28 at 00:08 +0100, Mark Wielaard wrote: > Using american fuzzy lop has found a lot of issues. It would be nice to > make using it a bit easier. Our build files make sure that no shared > library uses text relocations, but afl-gcc will insert some on i686. > http://www.akkadia.org/dr

[PATCH] Add configure --disable-textrelcheck option to enable CC=afl-fuzz on 32bit.

2014-11-27 Thread Mark Wielaard
Using american fuzzy lop has found a lot of issues. It would be nice to make using it a bit easier. Our build files make sure that no shared library uses text relocations, but afl-gcc will insert some on i686. http://www.akkadia.org/drepper/textrelocs.html Now CC=afl-gcc ./configure --disable-text