39d64a Update afl to version 4.03c / rev 72 via SR 1005009

6 files Authored by msmeissn 2 years ago, Committed by Bernhard M. Wiedemann 2 years ago,
    Update afl to version 4.03c / rev 72 via SR 1005009
    
    https://build.opensuse.org/request/show/1005009
    by user msmeissn + dimstar_suse
    - updated to 4.03c
      - Building now gives a build summary what succeeded and what not
      - afl-fuzz:
        - added AFL_NO_STARTUP_CALIBRATION to start fuzzing at once instead
          of calibrating all initial seeds first. Good for large queues
          and long execution times, especially in CIs.
        - default calibration cycles set to 7 from 8, and only add 5 cycles
          to variables queue items instead of 12.
      - afl-cc:
        - fixed off-by-one bug in our pcguard implemenation, thanks for
          @tokatoka for reporting
        - fix for llvm 15 and reenabling LTO, thanks to nikic for the PR!
        - better handling of -fsanitize=..,...,.. lists
        - support added for LLVMFuzzerRunDriver()
        - fix gcc_mode cmplog
        - obtain the map size of a target with setting AFL_DUMP_MAP_SIZE=1
          note that t
    
        
file modified
+0 -0
file modified
+35 -0
file removed
-1
file added
+1
file modified
+32 -0
file modified
+1 -1