4187e6 Update afl to rev 49 via SR 793420

Authored and Committed by Bernhard M. Wiedemann 3 years ago
    Update afl to rev 49 via SR 793420
    
    https://build.opensuse.org/request/show/793420
    by user msmeissn + dimstar_suse
    - updated to 2.63c
      - all:
        - big code changes to make afl-fuzz thread-safe so afl-fuzz can spawn
          multiple fuzzing threads in the future or even become a library
        - afl basic tools now report on the environment variables picked up
        - more tools get environment variable usage info in the help output
        - force all output to stdout (some OK/SAY/WARN messages were sent to
          stdout, some to stderr)
        - uninstrumented mode uses an internal forkserver ("fauxserver")
        - now builds with `-D_FORTIFY_SOURCE=2`
        - drastically reduced number of (de)allocations during fuzzing
      - afl-fuzz:
        - python mutator modules and custom mutator modules now use the same
          interface and hence the API changed
        - AFL_AUTORESUME will resume execution without the need to specify `-
    
        
file modified
+0 -0
file modified
+37 -0
file removed
-1
file added
+1
afl-2.63c-fix-paths.patch afl-1.58b-fix-paths.patch
file renamed
+4 -8
file modified
+54 -0
file modified
+4 -4