Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:dirkmueller:acdc:as_python3_module
ffmpeg.21074
ffmpeg-CVE-2020-22044.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File ffmpeg-CVE-2020-22044.patch of Package ffmpeg.21074
diff --unified --recursive --text --new-file --color ffmpeg-3.4.2.old/libavformat/nutenc.c ffmpeg-3.4.2.new/libavformat/nutenc.c --- ffmpeg-3.4.2.old/libavformat/nutenc.c 2021-06-02 15:52:46.102175485 +0800 +++ ffmpeg-3.4.2.new/libavformat/nutenc.c 2021-06-03 10:45:15.202999797 +0800 @@ -1170,8 +1170,11 @@ while (nut->header_count < 3) write_headers(s, bc); + if (!nut->sp_count) + return 0; + ret = avio_open_dyn_buf(&dyn_bc); - if (ret >= 0 && nut->sp_count) { + if (ret >= 0) { av_assert1(nut->write_index); write_index(nut, dyn_bc); put_packet(nut, bc, dyn_bc, 1, INDEX_STARTCODE);
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor