Make sure binaries with fuzzing support are used for fuzzing-related things
authorFabian Keil <fk@fabiankeil.de>
Mon, 29 May 2017 10:12:50 +0000 (10:12 +0000)
committerFabian Keil <fk@fabiankeil.de>
Mon, 29 May 2017 10:12:50 +0000 (10:12 +0000)
... and exit otherwise.

In case of fuzzing builds various data structures are static
which is unsafe when using threads.


No differences found