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)
commit05b18a8cb1864e52703997c92c6831356ee2fa1c
treee7208429ed64d350ece18999ef117bbdfdaa1409
parentb74fedb146c49ba5374965b1a0d38d74a920b520
Make sure binaries with fuzzing support are used for fuzzing-related things

... and exit otherwise.

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