4d37ba Update afl to version 4.01c / rev 70 via SR 985621

7 files Authored by msmeissn 2 years ago, Committed by Bernhard M. Wiedemann 2 years ago,
    Update afl to version 4.01c / rev 70 via SR 985621
    
    https://build.opensuse.org/request/show/985621
    by user msmeissn + dimstar_suse
    - updated to 4.01c
      - fixed */build_...sh scripts to work outside of git
      - new custom_mutator: libafl with token fuzzing :)
      - afl-fuzz:
        - when you just want to compile once and set CMPLOG, then just
          set -c 0 to tell afl-fuzz that the fuzzing binary is also for
          CMPLOG.
        - new commandline options -g/G to set min/max length of generated
          fuzz inputs
        - you can set the time for syncing to other fuzzer now with
          AFL_SYNC_TIME
        - reintroduced AFL_PERSISTENT and AFL_DEFER_FORKSRV to allow
          persistent mode and manual forkserver support if these are not
          in the target binary (e.g. are in a shared library)
        - add AFL_EARLY_FORKSERVER to install the forkserver as earliest as
          possible in the target (for afl-gcc-fast/afl-clang-fast/
          afl-cl
    
        
file modified
+0 -0
file modified
+37 -0
file removed
-1
file added
+1
file modified
+43 -0
file modified
+1 -3
file removed
-140