Skip to content

test: vlc-demux-libfuzzer: read target from cmdline name

Thomas Guillem requested to merge tguillem/vlc:fuzzer-target into master

Work-arround oss-fuzz that can't accept scripts like the following:

export VLC_TARGET=$target
exec ./vlc-demux-dec-libfuzzer "\$@"

Therefore, append the target to the binary name.

cf. https://github.com/google/oss-fuzz/issues/1462#issuecomment-393362400

Merge request reports

Loading