From 47f974a39528ce08a6278e790666fa283175a79a Mon Sep 17 00:00:00 2001 From: wm4 Date: Sun, 4 Dec 2016 13:18:48 +0100 Subject: demux_lavf: blacklist ffm (ffserver) --- demux/demux_lavf.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/demux/demux_lavf.c b/demux/demux_lavf.c index 7857934642..d5598a942b 100644 --- a/demux/demux_lavf.c +++ b/demux/demux_lavf.c @@ -167,6 +167,8 @@ static const struct format_hack format_hacks[] = { BLACKLIST("bin"), // Useless, does not work with custom streams. BLACKLIST("image2"), + // Probably a security risk. + BLACKLIST("ffm"), // Image demuxers ("_pipe" is detected explicitly) {"image2pipe", .image_format = true}, {0} -- cgit v1.2.3