Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 4b1437b

Browse filesBrowse files
committed
disable hls demuxer
we never expect to receive hls content from users, so we should not support this at all. This will prevent ffmpeg/ffprobe from parsing the hls content and potentially following malicious urls
1 parent b6bb7ad commit 4b1437b
Copy full SHA for 4b1437b

File tree

Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed

‎build-ffmpeg

Copy file name to clipboardExpand all lines: build-ffmpeg
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -409,6 +409,7 @@ cd "$PACKAGES"/ffmpeg-4.3.1/ || exit
409409
--disable-shared \
410410
--disable-ffplay \
411411
--disable-doc \
412+
--disable-demuxer="hls" \
412413
--enable-openssl \
413414
--enable-version3 \
414415
--enable-pthreads \

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.