fb0ba59c41
which generates a crash (double-free) on detecting a round-trip corruption
48 lines
417 B
Plaintext
48 lines
417 B
Plaintext
# local binary (Makefile)
|
|
zstd
|
|
zstd32
|
|
fullbench
|
|
fullbench32
|
|
fuzzer
|
|
fuzzer32
|
|
zbufftest
|
|
zbufftest32
|
|
datagen
|
|
paramgrill
|
|
roundTripCrash
|
|
|
|
# Object files
|
|
*.o
|
|
*.ko
|
|
|
|
# Libraries
|
|
*.lib
|
|
*.a
|
|
|
|
# Shared objects (inc. Windows DLLs)
|
|
*.dll
|
|
*.so
|
|
*.so.*
|
|
*.dylib
|
|
|
|
# Executables
|
|
*.exe
|
|
*.out
|
|
*.app
|
|
|
|
# Visual solution files
|
|
*.suo
|
|
*.user
|
|
|
|
# Default result files
|
|
dictionary
|
|
grillResults.txt
|
|
_*
|
|
|
|
# fuzzer
|
|
afl
|
|
|
|
# Misc files
|
|
*.bat
|
|
fileTests.sh
|