3b8f9f Update afl to version 4.07c / rev 78 via SR 1092592

6 files Authored by msmeissn 10 months ago, Committed by Bernhard M. Wiedemann 10 months ago,
    Update afl to version 4.07c / rev 78 via SR 1092592
    
    https://build.opensuse.org/request/show/1092592
    by user msmeissn + dimstar_suse
    - updated to 4.07c
      - afl-fuzz:
        - reverse reading the seeds only on restarts (increases performance)
        - new env `AFL_POST_PROCESS_KEEP_ORIGINAL` to keep the orignal
          data before post process on finds (for atnwalk custom mutator)
        - new env `AFL_IGNORE_PROBLEMS_COVERAGE` to ignore coverage from
          loaded libs after forkserver initialization (required by Mozilla)
      - afl-cc:
        - added @responsefile support
        - new env `AFL_LLVM_LTO_SKIPINIT` to support the AFL++ based WASM
          (https://github.com/fgsect/WAFL) project
        - error and print help if afl-clan-lto is used with lto=thin
        - rewrote our PCGUARD pass to be compatible with LLVM 15+ shenanigans,
          requires LLVM 13+ now instead of 10.0.1+
        - fallback to native LLVM PCGUARD if our PCGUARD is unavailable
    
        
file modified
+0 -0
file modified
+35 -0
file removed
-1
file added
+1
file modified
+32 -0
file modified
+1 -6