837015 Update afl to version 3.0c / rev 55 via SR 856003

8 files Authored by msmeissn 3 years ago, Committed by Bernhard M. Wiedemann 3 years ago,
    Update afl to version 3.0c / rev 55 via SR 856003
    
    https://build.opensuse.org/request/show/856003
    by user msmeissn + dimstar_suse
    - updated to 3.0c
      - llvm_mode/ and gcc_plugin/ moved to instrumentation/
      - examples/ renamed to utils/
      - moved libdislocator, libtokencap and qdbi_mode to utils/
      - all compilers combined to afl-cc which emulates the previous ones
      - afl-llvm/gcc-rt.o merged into afl-compiler-rt.o
      - afl-fuzz
        - not specifying -M or -S will now auto-set "-S default"
        - deterministic fuzzing is now disabled by default and can be enabled with
          -D. It is still enabled by default for -M.
        - a new seed selection was implemented that uses weighted randoms based on
          a schedule performance score, which is much better that the previous
          walk the whole queue approach. Select the old mode with -Z (auto enabled
          with -M)
        - Marcel Boehme submitted a patch that improves all AFFas
    
        
file modified
+0 -0
file modified
+37 -0
file removed
-1
file added
+1
file modified
+65 -0
file modified
+15 -6