mirror of
https://github.com/lieff/minimp3.git
synced 2026-01-14 03:40:03 +00:00
5 lines
93 B
Bash
Executable File
5 lines
93 B
Bash
Executable File
#!/usr/bin/env bash
|
|
cd "${0%/*}"
|
|
|
|
afl/afl-fuzz -m none -i ../vectors/fuzz -o findings ./fuzz
|