shithub: mp3dec

Download patch

ref: e9977ffce0f7f5fd2fff783cb995fe33a649c09e
parent: 285cba95a68175b3dccb22a43d024162d001ac30
author: Saga Musix <sagamusix@users.noreply.github.com>
date: Fri Feb 16 10:04:43 EST 2018

No need to compile libdislocator, minimp3 is allocation-free.

--- a/fuzzing/get-afl.sh
+++ b/fuzzing/get-afl.sh
@@ -9,8 +9,6 @@
 cd llvm_mode
 # may need to prepend LLVM_CONFIG=/usr/bin/llvm-config-3.8 or similar, depending on the system
 make || exit
-cd ../libdislocator
-make || exit
 cd ../..
 rm -rf afl
 mv afl-* afl
\ No newline at end of file