commit_msg
stringlengths
1
24.2k
commit_hash
stringlengths
2
84
project
stringlengths
2
40
source
stringclasses
4 values
labels
int64
0
1
repo_url
stringlengths
26
70
commit_url
stringlengths
74
118
commit_date
stringlengths
25
25
mov: Rework the check for invalid indexes in stsc There are samples with invalid stsc that may work fine as is and do not need extradata change. So ignore any out of range index, and error out only when explode is set. Found-by: Matthieu Bouron <[email protected]> Signed-off-by: Vittorio Giovara <[email protected]>
ed9b2a5178d7a7c5a95694da3a808af327f36aff
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/ed9b2a5178d7a7c5a95694da3a808af327f36aff
2016-07-20 19:30:22+02:00
d3d11va: don't keep the context lock while waiting for a frame also fixes a deadlock found by Денис Кулаков <[email protected]> Signed-off-by: Anton Khirnov <[email protected]>
99cf943339a2e5171863c48cd1a73dd43dc243e1
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/99cf943339a2e5171863c48cd1a73dd43dc243e1
2016-07-11 16:27:30+02:00
avfilter/vf_uspp: Check for encoding failure Fixes CID1363015 Signed-off-by: Michael Niedermayer <[email protected]>
e879819e7b271e08cfdea9cbcf0f879b04bd09c3
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/e879819e7b271e08cfdea9cbcf0f879b04bd09c3
2016-07-13 20:16:27+02:00
lavc/magicyuv: fix undefined behaviour introduced in 8a135a55b Order of evaluation of parameters in C is not defined.
fd1d84bcf6f43b28c4658d6e3f6ded08094e8867
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/fd1d84bcf6f43b28c4658d6e3f6ded08094e8867
2016-06-19 19:01:14+02:00
avcodec/nvenc: Fix forcing constqp rc mode The CONSTQP enum value is 0, so this check failed for it.
1330a0f31f373f3b9f1ea53d48b94edc47759b76
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/1330a0f31f373f3b9f1ea53d48b94edc47759b76
2016-05-31 16:53:38+02:00
vaapi_encode: Check config attributes before creating config This prevents attempts to use unsupported modes, such as low-power H.264 mode on non-Skylake targets. Also fixes a crash on invalid configuration, when trying to destroy an invalid VA config/context.
2bfa067d0b636e7b2004fb0ad5a53d0d48c6de32
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/2bfa067d0b636e7b2004fb0ad5a53d0d48c6de32
2016-05-27 10:56:45+01:00
avcodec/nvenc: split large functions into smaller ones Functions names and scopes are from libav. This commit basically moves code around without changing it; it shouldn't change any functionality except some small leak fixes on error paths. Signed-off-by: Timo Rothenpieler <[email protected]>
82d705e245050c1040321022e200969f9c3ff9c3
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/82d705e245050c1040321022e200969f9c3ff9c3
2016-05-25 12:16:33+02:00
avformat/avio: Fix null pointer dereference in case of memleak Signed-off-by: Michael Niedermayer <[email protected]>
936751b6527cff789ef077a4e43a04ae9e658232
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/936751b6527cff789ef077a4e43a04ae9e658232
2016-05-18 00:53:21+02:00
avcodec/exr: Fix potential integer overflow Fixes CID1361949 Signed-off-by: Michael Niedermayer <[email protected]>
df01a29c1b15850e350c977d1b96f83f30faa0ae
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/df01a29c1b15850e350c977d1b96f83f30faa0ae
2016-05-19 03:28:25+02:00
lavc: make avcodec_open2() fail when the timebase is not set for encoding Many encoders use it. There is also a divide by the timebase lower in this function, which would crash when it is not set.
e62ff72fc1052273deb708ba715f73e5187281d4
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/e62ff72fc1052273deb708ba715f73e5187281d4
2016-05-16 10:30:57+02:00
avutil/eval-test: Check av_expr_parse_and_eval() for failure and also check it in the fate test Fixes CID1361940 Signed-off-by: Michael Niedermayer <[email protected]>
b50bd695168976b70e5fab2f2f3a9b0ef8063157
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/b50bd695168976b70e5fab2f2f3a9b0ef8063157
2016-05-20 19:32:02+02:00
asfenc: fix some possible integer overflows Store the file duration in the same timebase it arrives (i.e. milliseconds) and only convert it to the file duration units (100ns) when it's actually written, thus simplifying some calculations. Also, store the duration as unsigned, since it cannot be negative. CC: [email protected] Bug-ID: CVE-2016-2326
ff3db937ef3aa30046a3936146f86ad48ee2ff90
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/ff3db937ef3aa30046a3936146f86ad48ee2ff90
2016-03-05 08:43:04+01:00
lavf: add a protocol whitelist/blacklist for file opened internally Should make the default behaviour safer for careless callers that open random untrusted files. Bug-Id: CVE-2016-1897 Bug-Id: CVE-2016-1898
ec4c48397641dbaf4ae8df36c32aaa5a311a11bf
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/ec4c48397641dbaf4ae8df36c32aaa5a311a11bf
2016-02-22 11:48:30+01:00
avcodec/h264_cabac: Check decode_cabac_mb_mvd() for failure Fixes harmless integer overflow Fixes Ticket5150 No speedloss measured, actually its slightly faster, but please benchmark & double check this Signed-off-by: Michael Niedermayer <[email protected]>
e5655a32bc745462cb820f4ccc3eaee146dd2cdc
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/e5655a32bc745462cb820f4ccc3eaee146dd2cdc
2016-02-14 21:09:07+01:00
avformat/mux: Fix error when writing uncoded frames. commit "avpacket: Deprecate av_dup_packet" broke the use av_interleaved_write_uncoded_frame as any input uncoded frame has an invalid packet size that will crash when av_packet_ref tries to allocate 'size' new memory. Since the packet is a temporary created within mux.c itself it can be used directly without needing a new ref. Signed-off-by: Matt Oliver <[email protected]>
b66ac803fac2394309797193cc3fdd265a285b03
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/b66ac803fac2394309797193cc3fdd265a285b03
2016-01-27 17:16:43+11:00
avcodec/diracdec: Fix qfactor/offset tables It seems the previous tables where calculated with 32bit integers ignoring overflows. Also check for the max qindex, the value is choosen so that the qfactor/offset fit in int32. Fixes: 070b7914fd5dfe8f93248bea71363410/asan_static-oob_c8d034_2764_258e20f4a3c79158aecddb61a833d756.drc Fixes out of array reads Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
5fbd97fc756a827f62f556c66272f851cc3c7f90
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/5fbd97fc756a827f62f556c66272f851cc3c7f90
2016-01-17 17:28:20+01:00
xwddec: prevent overflow of lsize * avctx->height This is used to check if the input buffer is larger enough, so if this overflows it can cause a false negative leading to a segmentation fault in bytestream2_get_bufferu. Signed-off-by: Andreas Cadhalpun <[email protected]> Signed-off-by: Anton Khirnov <[email protected]>
8431629dd112874293380a6d8a852459fc1a76b6
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/8431629dd112874293380a6d8a852459fc1a76b6
2016-01-13 09:39:13+01:00
avformat/avio: Limit url option parsing to the documented cases This feature is not know much or used much AFAIK, and it might be helpfull in exploits. No specific case is known where it can be used in an exploit though subsequent commits depend on this commit though Signed-off-by: Michael Niedermayer <[email protected]>
984d58a3440d513f66344b5332f6b589c0a6bbc6
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/984d58a3440d513f66344b5332f6b589c0a6bbc6
2016-01-20 21:21:31+01:00
diracdec: add missing check for pixel_range_index This fixes an out-of-bounds read introduced in commit 0379603. Reviewed-by: Kieran Kunhya <[email protected]> Signed-off-by: Andreas Cadhalpun <[email protected]>
b648b246f07a4b041dcefd7309af407c1b74862a
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/b648b246f07a4b041dcefd7309af407c1b74862a
2015-12-22 20:23:36+01:00
avfilter/avf_showspectrum: fix null pointer dereference if allocation fails Signed-off-by: Paul B Mahol <[email protected]>
d35c029cbf3abf8ce3697ac6145da5eb49950e5d
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/d35c029cbf3abf8ce3697ac6145da5eb49950e5d
2016-01-02 18:53:09+01:00
lavfi/drawtext: fix crash when no text, file or timecode provided
4cb26c3c354e3dc0adcd5d69a4c1bcf1246d15d9
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/4cb26c3c354e3dc0adcd5d69a4c1bcf1246d15d9
2015-12-21 15:54:20+01:00
AAC encoder: fix possible assertion failure in PNS Fix possible SF delta violation that would cause an eventual assertion failure in some corner cases (esp on very low bitrates) when marking bands for PNS due to misuse of the sf_delta utilities
4720a562c8d45b15c49ea3535a8e74933b1ac260
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/4720a562c8d45b15c49ea3535a8e74933b1ac260
2015-12-22 05:26:12-03:00
avutil/mathematics: Fix division by 0 Fixes: CID1341571 Signed-off-by: Michael Niedermayer <[email protected]>
bc8b1e694cc395fdf5e2917377ef11263c937d85
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/bc8b1e694cc395fdf5e2917377ef11263c937d85
2015-12-09 17:39:38+01:00
aacenc: update max_sfb when num_swb changes This fixes out-of-bounds reads in avoid_clipping. Reviewed-by: Rostislav Pehlivanov <[email protected]> Signed-off-by: Andreas Cadhalpun <[email protected]>
5b0da6999fdd0135b6f269d3691d74720f773c85
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/5b0da6999fdd0135b6f269d3691d74720f773c85
2015-12-08 22:53:09+01:00
fate/api-codec-param: fix codec context leak
bd0a9f603d0c1d0f3be782865f72ac29ab89bc5b
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/bd0a9f603d0c1d0f3be782865f72ac29ab89bc5b
2015-12-08 08:12:35+01:00
openh264: Directly include the deprecation guards header Make easier to avoid compile failure when reworking the internal headers.
81c95eb8eee856d98d4ac37367dbc761f2faf875
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/81c95eb8eee856d98d4ac37367dbc761f2faf875
2015-12-08 18:12:33+01:00
avformat/msf: Check channels when reading the header Fixes integer overflow Fixes: 0c2625f236ced104d402b4a03c0d65c7/asan_generic_274e1ce_5990_9314e7a67c26aecf011b178ade9f217c.avi Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
689a8674131c3852fc78eff1d7c044850d263e22
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/689a8674131c3852fc78eff1d7c044850d263e22
2015-12-04 18:54:39+01:00
ffmpeg: Check pkt_dts for AV_NOPTS_VALUE Fixes integer overflow Fixes: 1536b9b096a8f95b742bae9d3d761cc6/signal_sigsegv_294aaed_2039_8d1797aeb823ea43858d0fa45c9eb899.ogv Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
9d44e236187c9cfefb0602149c631f18b9303c21
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/9d44e236187c9cfefb0602149c631f18b9303c21
2015-12-04 13:37:04+01:00
avformat/utils: Fix "libavformat/utils.c:927:35: runtime error: signed integer overflow: -2450238577049583619 - 9223090561878065151 cannot be represented in type long long" Fixes Mozilla bug 1229205 Found-by: Tyson Smith Signed-off-by: Michael Niedermayer <[email protected]>
cafb19560401612a07760d230a50d9c1d0564daf
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/cafb19560401612a07760d230a50d9c1d0564daf
2015-12-04 00:44:06+01:00
ffserver: Clear avio context after closing it Fixes: ==13287== Invalid read of size 4 ==13287== at 0x45161A: flush_buffer (aviobuf.c:143) ==13287== by 0x451971: avio_flush (aviobuf.c:200) ==13287== by 0x512CCF: av_write_trailer (mux.c:1016) ==13287== by 0x41A5E0: close_connection (ffserver.c:853) ==13287== by 0x421EDC: rtsp_cmd_interrupt (ffserver.c:3245) ==13287== by 0x420B9C: rtsp_parse_request (ffserver.c:2854) ==13287== by 0x41A9C2: handle_connection (ffserver.c:930) ==13287== by 0x41A04B: http_server (ffserver.c:700) ==13287== by 0x423A60: main (ffserver.c:3897) ==13287== Address 0xb6cd258 is 88 bytes inside a block of size 192 free'd ==13287== at 0x4C2B5D9: free (vg_replace_malloc.c:446) ==13287== by 0x1004DAC: av_free (mem.c:239) ==13287== by 0x454835: avio_close_dyn_buf (aviobuf.c:1170) ==13287== by 0x41F385: http_prepare_data (ffserver.c:2368) ==13287== by 0x41F59B: http_send_data (ffserver.c:2416) ==13287== by 0x41ABE2: handle_connection (ffserver.c:986) ==13287== by 0x41A04B: http_server (ffserver.c:700) ==13287== by 0x423A60: main (ffserver.c:3897) Reviewed-by: "Reynaldo H. Verdejo Pinochet" <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
40063a900b6d5e39d3fab8ec9890cf8af02f8268
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/40063a900b6d5e39d3fab8ec9890cf8af02f8268
2015-11-30 23:31:12+01:00
avcodec/jpeg2000dec: Check SIZ dimensions to be within the supported range Fixes potential integer overflows Fixes: 03e0abe721b1174856d41a1eb5d6a896/signal_sigabrt_7ffff6ae7cc9_3813_e71bf3541abed3ccba031cd5ba0269a4.avi This fix is choosen to be simple to backport, better solution for master is planed Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
6ef819c40bcc2175edba7ce9e20c3036c01b36b9
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/6ef819c40bcc2175edba7ce9e20c3036c01b36b9
2015-11-15 21:36:19+01:00
avformat/cache: Avoid int-overflow in cache compare function cache protocol indexes its cache using AVTreeNodes which require a cmp function for inserting and searching new cache-entries. This cmp function expects a 32-bit int return value (negative, zero, or positive) but the cache cmp function returns an int64_t which can overflow the int, giving negative numbers for when it should be positive, vice versa. This manifests itself only for very large files (e.g. 4GB+) Signed-off-by: Michael Niedermayer <[email protected]>
72f9a6349cae0eba7caf9e338bee46c1d9baed27
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/72f9a6349cae0eba7caf9e338bee46c1d9baed27
2015-11-09 19:25:05+01:00
avcodec: disallow hwaccel with frame threads HWAccels with frame threads are fundamentally flawed in avcodecs current design, and there are several known problems ranging from image corruption to driver crashes. These problems come down to two design problems in the interaction of threads and HWAccel decoding: (1) While avcodec prevents parallel decoding and as such simultaneous access to the hardware accelerator from the decoding threads, it cannot account for the user code and its access to the hardware surfaces and the hardware itself. This can result in image corruption or even driver crashes if the user code locks image surfaces while they are being used by the decoder threads as reference frames. The current HWAccel API does not offer any way to ensure exclusive access to the hardware or the surfaces if frame threading is used. (2) Initialization of the HWAccel with frame threads is non-trivial, and many decoders had and still have issues that cause excess calls to the get_format callback. This will potentially cause duplicate HWAccel initialization, which in extreme cases can even lead to driver crashes if the HWAccel is re-initialized while the user code is actively accessing the hardware surfaces associated with it, or lead to image corruption due to lost reference frames. While both of these issues are solvable, fixing (1) would at least require a huge API redesign which would move a lot of complexity into the user code. The only reason the combination of frame threads and HWAccel was considered useful is to allow a seamless fallback to multi-threaded software decoding if the HWAccel is not available, however the issues outlined above far outweigh this. The proper solution for a fallback is to re-open the AVCodecContext with threading enabled if the HWAccel failed, which is a practice commonly used by various user applications using avcodec today already. Reviewed-by: Gwenole Beauchesne <[email protected]> Reviewed-by: wm4 <[email protected]> Signed-off-by: Hendrik Leppkes <[email protected]>
31741aecbf9938194b25f14de434104be33f5809
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/31741aecbf9938194b25f14de434104be33f5809
2015-10-27 10:19:05+01:00
videodsp: don't overread edges in vfix3 emu_edge. Fixes trac ticket 3226. Also see Andreas' analysis in https://bugs.debian.org/801745, which was very helpful.
52f84d82bdf1851ecfcc412c1719e5f6f3396209
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/52f84d82bdf1851ecfcc412c1719e5f6f3396209
2015-10-24 14:34:50-04:00
vp9_parser: fix endless loop w/0-sized frame treat this the same as an over-sized superframe packet to break out of the parser loop and allow the decoder to fail. Reviewed-by: Ronald S. Bultje <[email protected]> Signed-off-by: James Zern <[email protected]>
7b4367d93ea2a34baeab2c734630df5e0f11d4c1
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/7b4367d93ea2a34baeab2c734630df5e0f11d4c1
2015-10-19 12:10:52-07:00
fate: increase fuzz on fate-aac-tns-encode test Fails on SunOS and old GCC (<=4.6 is ancient) versions.
ccd3b3df39de4c2c4e30fb2012675f99e56dbc5e
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/ccd3b3df39de4c2c4e30fb2012675f99e56dbc5e
2015-10-12 17:15:30+01:00
avfilter/formats: add av_warn_unused_result to function prototypes This uses the av_warn_unused_result attribute liberally to catch some forms of improper usage of functions defined in avfilter/formats.h. Reviewed-by: Nicolas George <[email protected]> Signed-off-by: Ganesh Ajjanagadde <[email protected]>
bf0d2d6030c239f91e0368a20fb2dc0705bfec99
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/bf0d2d6030c239f91e0368a20fb2dc0705bfec99
2015-10-14 10:19:26-04:00
checkasm: v210: Fix array overwrite
6115966ad3473aff2309f19c4e27f279109efe3a
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/6115966ad3473aff2309f19c4e27f279109efe3a
2015-09-16 13:50:09+02:00
avcodec/sonic: Check init_get_bits8() for failure Fixes: CID1322310 Signed-off-by: Michael Niedermayer <[email protected]>
6ae1a32d8ac7b20099b35ff376ac92dd793b1852
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/6ae1a32d8ac7b20099b35ff376ac92dd793b1852
2015-09-04 02:14:10+02:00
configure: Do not let the webm muxer suggest external libraries. This can fail as seen on fate and the usefulness of the suggestion is limited.
b009d5b1f73cd095b1bf1c1857d12f2a1b8aabbb
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/b009d5b1f73cd095b1bf1c1857d12f2a1b8aabbb
2015-08-28 06:03:58+02:00
avcodec/movtextdec: check that ftab has been allocated before dereferencing it Fixes potential null pointer dereference on deallocation Signed-off-by: Michael Niedermayer <[email protected]>
ae413a48e64274b9740c3b27398fea92108a0f0e
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/ae413a48e64274b9740c3b27398fea92108a0f0e
2015-08-06 23:38:55+02:00
avcodec/aacdec: Fix integer overflow in argument to decode_audio_specific_config() Signed-off-by: Michael Niedermayer <[email protected]>
7f46a641bf2540b8cf1293d5e50c0c0e34264254
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/7f46a641bf2540b8cf1293d5e50c0c0e34264254
2015-08-03 01:41:13+02:00
avcodec/vp8: Fix null pointer dereference in ff_vp8_decode_free() Fixes: signal_sigsegv_d5de23_967_vp80_00_comprehensive_010.ivf with memlimit 524288 Found-by: Samuel Groß, Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
a84f0e8d8f293df3c535f9b893730a835bed6520
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/a84f0e8d8f293df3c535f9b893730a835bed6520
2015-07-18 19:03:23+02:00
brstm: fix use of uninitialized variables Fixes valgrind complaining about "Conditional jump or move depends on uninitialised value(s)" Signed-off-by: James Almer <[email protected]>
58d7dde081d1aef2cfa79c3675c54023371d1060
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/58d7dde081d1aef2cfa79c3675c54023371d1060
2015-06-24 14:31:54-03:00
ffprobe: check av_asprintf() for failure Found-by: Daemon404 Signed-off-by: Michael Niedermayer <[email protected]>
a75d22445ecb7adbe3fb8f705cb4fd9aa0d6b5ee
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/a75d22445ecb7adbe3fb8f705cb4fd9aa0d6b5ee
2015-06-13 01:45:27+02:00
ffserver: Check for ffio_set_buf_size() failure Signed-off-by: Michael Niedermayer <[email protected]>
ddda9cee1c4b308921c37a61efda411244152e8f
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/ddda9cee1c4b308921c37a61efda411244152e8f
2015-06-07 15:10:24+02:00
mov: Rely on box type rather than file type for colr atom Although it's not allowed to use only allows 'nclc' in ISOM files, there are samples that do not always respect this rule. This change prevents atom overread and a spurious color range initialization. Signed-off-by: Vittorio Giovara <[email protected]>
be089af38f65dc8b1fe3564f98020fc815577edb
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/be089af38f65dc8b1fe3564f98020fc815577edb
2015-04-09 13:46:54+02:00
lavf/mov: Do not overread iTunes metadata. Fixes ticket #4425.
072198166e9a333662042deef066fe41b3ad8070
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/072198166e9a333662042deef066fe41b3ad8070
2015-04-04 17:35:06+02:00
avformat/movenc: avoid using uninitialized display_matrix_size Signed-off-by: Michael Niedermayer <[email protected]>
3c5c6870a7ffa4997928caddb0802c7a1e5fcfeb
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/3c5c6870a7ffa4997928caddb0802c7a1e5fcfeb
2015-03-21 00:24:31+01:00
configure: Silence warnings about constant unsigned overflows in MSVC unsigned overflows are well defined in C and used for example in crypto and various other places. None of the affected warnings currently shown points to an actual defect untested Signed-off-by: Michael Niedermayer <[email protected]>
e8446a685077b071361cc997116c315c68ef8da3
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/e8446a685077b071361cc997116c315c68ef8da3
2015-03-20 15:53:44+01:00
mxfenc: don't try to write footer without header This fixes a crash, when trying to mux h264 into mxf_opatom. Signed-off-by: Andreas Cadhalpun <[email protected]> Previous version reviewed-by: [email protected] Signed-off-by: Michael Niedermayer <[email protected]>
b61cb61ab8f9abca98cc8c4d67cbefdb30f1e82a
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/b61cb61ab8f9abca98cc8c4d67cbefdb30f1e82a
2015-03-19 02:20:30+01:00
ac3_fixed: fix out-of-bound read Should also improve decoding, but actually doesn't... Signed-off-by: Michael Niedermayer <[email protected]>
b0834400608b3980c06bf6d2cf747116e60d10c7
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/b0834400608b3980c06bf6d2cf747116e60d10c7
2015-03-14 14:05:18+01:00
avformat/mov: Check av_add_index_entry() return value Fixes NULL pointer dereference Fixes: signal_sigsegv_b060e0_3794_cov_1293954059_vc1-wmapro.ism Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
4d1b017c380e3794cd938009faab356390cbe0ad
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/4d1b017c380e3794cd938009faab356390cbe0ad
2015-02-23 22:48:35+01:00
avformat/oggdec: Check for ost allocation failure Fixes CID1257798 Signed-off-by: Michael Niedermayer <[email protected]>
40adcf576f7d93cc46269ce73f64a1d4638ad786
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/40adcf576f7d93cc46269ce73f64a1d4638ad786
2015-02-22 19:21:53+01:00
avformat/wtvdec: Use 64bit for ret to avoid overflow Signed-off-by: Michael Niedermayer <[email protected]>
d44e0d8b930732a4a247b4884d75cf62b4ad3664
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/d44e0d8b930732a4a247b4884d75cf62b4ad3664
2015-02-20 20:57:31+01:00
avformat/mvdec: Use 64bit for ret to avoid overflow Signed-off-by: Michael Niedermayer <[email protected]>
26c0cc154e06cb0064b3a3da49447ac44d82444f
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/26c0cc154e06cb0064b3a3da49447ac44d82444f
2015-02-20 20:41:35+01:00
avcodec/libaacplus: Check for av_malloc() failure Fixes CID1271046 Signed-off-by: Michael Niedermayer <[email protected]>
642c49c983df2f56b656ce668f2a0257a1939578
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/642c49c983df2f56b656ce668f2a0257a1939578
2015-02-22 14:00:53+01:00
avfilter/vf_eq: fix leak of input frame Signed-off-by: Paul B Mahol <[email protected]>
7ccd625a46c5a5a2f1cd6a20d7a6bf8137c7191c
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/7ccd625a46c5a5a2f1cd6a20d7a6bf8137c7191c
2015-01-26 09:43:51+00:00
avformat/utils: fix calculating the absolute difference of timestamps we dont use FFABS(a-b) as that could result in undefined behavior if it overflows Signed-off-by: Michael Niedermayer <[email protected]>
a5e5959d52860678d028df07ad1351a11aaf47f7
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/a5e5959d52860678d028df07ad1351a11aaf47f7
2014-12-09 06:13:32+01:00
avcodec/mjpegdec: Fix integer overflow in shift Fixes: signal_sigabrt_7ffff6ac7bb9_2683_cov_4120310995_m_ijpg.avi Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
970a8f1c256f08d2f6414d573a54f2fa035c8e7a
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/970a8f1c256f08d2f6414d573a54f2fa035c8e7a
2014-11-27 19:30:31+01:00
lavc/smacker: fix mem leak in case of init failure Signed-off-by: Lukasz Marek <[email protected]>
969382162f1884da758934cb86fc4a2c948635dd
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/969382162f1884da758934cb86fc4a2c948635dd
2014-11-23 03:25:34+01:00
libswresample: move condition to start of loop. This avoids several issue like calculating sum/maxcoef incorrectly due to adding up matrix entries that will be overwritten, as well as out-of-range writes to s->matrix if the maximum allowed number of channels is used. Signed-off-by: Reimar Döffinger <[email protected]>
2c5c37ade115b5efa3f77ce11bc2c4e46b384959
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/2c5c37ade115b5efa3f77ce11bc2c4e46b384959
2014-09-07 11:31:34+02:00
libavformat/ftp: Do not leak memory in routine ftp_features Setting the pointer to NULL inside both ftp_send_command and ftp_features is redundant. Generally always setting to NULL in ftp_send_command seems safer, but throughout the file that parameter was always passed initialized. So I do it here too for consistency. Should fix CID1231988 (RESOURCE_LEAK) OKed-by: Lukasz Marek <[email protected]> Signed-off-by: Alexander Strasser <[email protected]>
db85d11d9d880c932b13d37b5f1ca2bc9e3a253b
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/db85d11d9d880c932b13d37b5f1ca2bc9e3a253b
2014-08-26 00:52:29+02:00
hevc: fix incorrect sao buffer size It previously used the output, cropped size, causing overreads/writes. Fixes ticket #3839. This issue was introduced by d249e682, which is not part of any release Signed-off-by: Michael Niedermayer <[email protected]>
7117547298b13d6f52a20d6a62a27dc0a1c3e263
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/7117547298b13d6f52a20d6a62a27dc0a1c3e263
2014-08-10 12:34:57+02:00
cdgraphics: switch to bytestream2 Fixes possible invalid memory accesses on corrupted data. CC:[email protected] Bug-ID: CVE-2013-3674
a1599f3f7ea8478d1f6a95e59e3bc6bc86d5f812
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/a1599f3f7ea8478d1f6a95e59e3bc6bc86d5f812
2014-08-06 18:32:38+00:00
avformat/format: Check for av_guess_format() failure Fixes null pointer dereference Fixes Ticket3812 Signed-off-by: Michael Niedermayer <[email protected]>
98e42a249e7891d295228ff19892450ba1f09092
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/98e42a249e7891d295228ff19892450ba1f09092
2014-08-02 04:16:02+02:00
dump_stream_format: fix division by 0 Signed-off-by: Michael Niedermayer <[email protected]>
75511c293add07db1cca58dcd8b08c33fc2f1075
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/75511c293add07db1cca58dcd8b08c33fc2f1075
2014-06-18 19:49:23+02:00
ffprobe: fix crash happening because of new streams occuring Fix trac ticket #3603. Signed-off-by: Stefano Sabatini <[email protected]>
73a60633143b7c51333a0772b45a47282ac445b6
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/73a60633143b7c51333a0772b45a47282ac445b6
2014-05-18 20:04:02+02:00
bytestream: add bytestream2_copy_buffer() functions This is basically an overread/overwrite-safe memcpy between a GetByteContext and a PutByteContext. CC:[email protected]
5748faf291fec297ef25d81962b52b3438f54278
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/5748faf291fec297ef25d81962b52b3438f54278
2014-04-12 14:49:08-04:00
mpegvideo: operate with pointers to AVFrames instead of whole structs The most interesting parts are initialization in ff_MPV_common_init() and uninitialization in ff_MPV_common_end(). ff_mpeg_unref_picture and ff_thread_release_buffer have additional NULL checks for Picture.f, because these functions can be called on uninitialized or partially initialized Pictures. NULL pointer checks are added to ff_thread_release_buffer() stub function. Signed-off-by: Vittorio Giovara <[email protected]>
f6774f905fb3cfdc319523ac640be30b14c1bc55
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/f6774f905fb3cfdc319523ac640be30b14c1bc55
2014-04-09 02:12:19+02:00
arm: hpeldsp: fix put_pixels8_y2_{,no_rnd_}armv6 The overread avoidance fix in cbddee1cca0ebd01e8c5aa694d31228eb4de4b41 broke the computation for the last row since it prevented the safe reading from the height+1-th row. CC: [email protected]
61985ad72c47bbb668f2d3923bf5c9df83e79323
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/61985ad72c47bbb668f2d3923bf5c9df83e79323
2014-03-08 18:31:57+01:00
avcodec/vp7: Fix null pointer dereference in vp7_decode_frame_header() This simply copies the "interframe without a prior keyframe" check thats done later into vp7_decode_frame_header() Found-by: Vittorio Giovara <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
57e939d963800f8e6977d0238e6116c7d1b53315
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/57e939d963800f8e6977d0238e6116c7d1b53315
2014-03-27 05:02:18+01:00
avconv: Do not divide by zero
5c79d2e12d13959fc6aed92d102c25194a06de05
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/5c79d2e12d13959fc6aed92d102c25194a06de05
2014-02-20 18:58:38+01:00
vp9: fix bugs in updating coef probabilities with parallelmode=1 - The memcpy was completely wrong because s->prob_ctx[s->framectxid].coef is a [4][2][2][6][6][3] array, whereas s->prob.coef is a [4][2][2][6][6][11] array. - The additional check was committed to ffmpeg by Ronald S. Bultje. Signed-off-by: Anton Khirnov <[email protected]>
50866c8d95bfd97c299199aec0d68291f38a72e1
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/50866c8d95bfd97c299199aec0d68291f38a72e1
2014-01-24 07:03:11+01:00
avcodec/bitstream: assert that no integer overflow happened when writing codes in build_table() Signed-off-by: Michael Niedermayer <[email protected]>
622d463000371467cb0365744f0c1d92b56bed52
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/622d463000371467cb0365744f0c1d92b56bed52
2014-01-23 01:43:00+01:00
avformat/pjsdec: dont increase pointer when its already at the end in read_ts() Fixes use of uninitialized memory Fixes: msan_uninit-mem_7f91f2de7764_2649_PJS_capability_tester.pjs Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
b84a7330af41cec93384bf59ed68c67b09d105cd
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/b84a7330af41cec93384bf59ed68c67b09d105cd
2014-01-11 02:28:17+01:00
tools/zmqsend: use valid NULL log context The zmq context is not a valid log context. Fix crash.
dd00f9cac373be1d184e5d11f3506a90cf4fb983
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/dd00f9cac373be1d184e5d11f3506a90cf4fb983
2013-12-23 18:44:52+01:00
avcodec/apedec: more checks for k Fixes assertion failure Fixes part of msan_uninit-mem_7fa0d8c8bd58_8417_sh3.ape Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
d5128fce38646d3f64c55feda42084888ba0e87e
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/d5128fce38646d3f64c55feda42084888ba0e87e
2013-12-23 18:10:44+01:00
avcodec/mpegvideo_enc: fix integer overflow with -skip_exp >= 2 Signed-off-by: Michael Niedermayer <[email protected]>
241eccd62898207906df6998807551a565a71138
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/241eccd62898207906df6998807551a565a71138
2013-12-20 14:10:34+01:00
avcodec/interplayvideo: Check that enough data is available for opcode_0xA Fixes use of uninitialized memory Fixes: msan_uninit-mem_7f90e5be6b30_3965_baldursgate_camp.mve Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
ff1e30c059386db05131fe2f5bca1f35e1f5ac7e
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/ff1e30c059386db05131fe2f5bca1f35e1f5ac7e
2013-12-19 00:38:11+01:00
avcodec/pngdec: fix signed overflow fixes fate ftrapv failure Signed-off-by: Michael Niedermayer <[email protected]>
cb079b1b2bb1f7d0609ea7196090802a2788913a
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/cb079b1b2bb1f7d0609ea7196090802a2788913a
2013-12-18 22:15:32+01:00
hdsenc: Fix an off by one error in an array size check Signed-off-by: Martin Storsjö <[email protected]>
b8ed15d6378f00e158c72c526fa0fce17da77361
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/b8ed15d6378f00e158c72c526fa0fce17da77361
2013-12-14 17:48:42+02:00
hevc: do not dereference pointer before NULL check in verify_md5() Signed-off-by: Anton Khirnov <[email protected]>
b769cf4b44c8112827c2fdfcab74bd95600fd6d3
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/b769cf4b44c8112827c2fdfcab74bd95600fd6d3
2013-12-11 20:39:54+01:00
avconv: initialize hwaccel_pix_fmt Fixes an assertion failure in vdpau_get_buffer() when -hwaccel auto is used, but hwaccel init fails.
c255f0b001da3afa4709f5378680880b8a2dbe61
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/c255f0b001da3afa4709f5378680880b8a2dbe61
2013-12-03 18:11:27+01:00
h264_refs: make sure not to write over the bounds of the default ref list Fixes invalid writes. Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC:[email protected]
4d388c0cd05dd4de545e8ea333ab4de7d67ad12d
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/4d388c0cd05dd4de545e8ea333ab4de7d67ad12d
2013-11-27 22:24:40+01:00
pcx: round up in bits->bytes conversion in a buffer size check Fixes invalid reads. Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC:[email protected]
430d12196432ded13f011a3bf7690f03c9b2e5d6
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/430d12196432ded13f011a3bf7690f03c9b2e5d6
2013-11-21 20:58:27+01:00
avformat/smacker: check width/height in probe Fixes probetest failure Signed-off-by: Michael Niedermayer <[email protected]>
0062869ae25007c8506517dcfcbe6f439dc6958a
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/0062869ae25007c8506517dcfcbe6f439dc6958a
2013-11-12 19:37:37+01:00
avutil/opt: fix flags check on non x86 This should fix several fate failures Signed-off-by: Michael Niedermayer <[email protected]>
15b1b0887466f5c9ab3185a8fb62ebe54c0ff01b
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/15b1b0887466f5c9ab3185a8fb62ebe54c0ff01b
2013-10-29 21:07:45+01:00
ac3dec: fix outptr increment. Fixes corrupt data errors when downmixing in the AC-3 decoder. Signed-off-by: Michael Niedermayer <[email protected]> Signed-off-by: Justin Ruggles <[email protected]> CC:[email protected]
6c82c87dbbc0582658968eae46cfebeea90a9c5e
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/6c82c87dbbc0582658968eae46cfebeea90a9c5e
2013-10-28 08:33:21-04:00
avcodec/tiff: remove byte based bpp special case This case does not work as off is uninitialized and it should be handled fine by the generic code below Fixes CID1108608 Signed-off-by: Michael Niedermayer <[email protected]>
6338f1b3c095d44c2b461550aa1e4b88d220bb78
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/6338f1b3c095d44c2b461550aa1e4b88d220bb78
2013-10-20 01:50:34+02:00
xwma: Avoid division by zero Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC: [email protected] Signed-off-by: Martin Storsjö <[email protected]>
adc09136a4a63b152630abeacb22c56541eacf60
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/adc09136a4a63b152630abeacb22c56541eacf60
2013-09-29 19:56:44+03:00
avfilter/avfilter: check allocation failure in ff_insert_pad() Signed-off-by: Paul B Mahol <[email protected]>
211a185cba78aa8410e85de91630aa3a8c083883
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/211a185cba78aa8410e85de91630aa3a8c083883
2013-09-15 11:09:23+00:00
avutil/pixdesc: Prevent minor array overread in ff_check_pixfmt_descriptors() Signed-off-by: Michael Niedermayer <[email protected]>
a25585bb50720ca14c34c297a82435774b40441e
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/a25585bb50720ca14c34c297a82435774b40441e
2013-09-13 20:51:04+02:00
proresdec: Properly make sure an index doesn't run past the limit If idx equaled num_coeffs - 1 on entry to the loop, the previous check failed to break out of the loop. Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC: [email protected] Signed-off-by: Martin Storsjö <[email protected]>
ac9d159015a88aa2721b271875d18482f713f354
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/ac9d159015a88aa2721b271875d18482f713f354
2013-09-16 11:04:52+03:00
pngdec: do not release buffer on failure instead report full progress Should fix heap-use-after-free as reported by Address Sanitizer. Signed-off-by: Paul B Mahol <[email protected]>
2a7545951926a17459cbde045a4c5f8cca7cbc46
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/2a7545951926a17459cbde045a4c5f8cca7cbc46
2013-08-23 21:08:32+00:00
lavfi/tile: do not leak input frame Signed-off-by: Paul B Mahol <[email protected]>
8fbf940e167389c67a5eb869901773fcc517113d
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/8fbf940e167389c67a5eb869901773fcc517113d
2013-08-23 10:28:29+00:00
snowenc: check for memory allocation failures Signed-off-by: Michael Niedermayer <[email protected]>
129f50692ef3a1e38c4f349a08354a6b73b43024
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/129f50692ef3a1e38c4f349a08354a6b73b43024
2013-08-28 16:52:30+02:00
avformat/oggparsevorbis: fix leak of ct Fixes CID1061058 Fixes fate Signed-off-by: Michael Niedermayer <[email protected]>
d0a882ab1d2a4197da1edd77450af30e2da3460e
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/d0a882ab1d2a4197da1edd77450af30e2da3460e
2013-08-07 17:18:19+02:00
avcodec/jpeg2000dec: check sample sepration for validity Fixes division by 0 Fixes Ticket2841 Signed-off-by: Michael Niedermayer <[email protected]>
5cd57e8758e336e86698d4994ee088077869e42d
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/5cd57e8758e336e86698d4994ee088077869e42d
2013-08-07 15:09:35+02:00
avisynth: Exit gracefully when trying to serve video from v2.5.8. 'Fixes' ticket #2526 insofar as it stops 2.5.8 from crashing and tells the user to upgrade to 2.6 if they want to make video input work. A real solution to #2526 would be to get video input from 2.5.8 to work right. Signed-off-by: Michael Niedermayer <[email protected]>
9db353bc4727d2a184778c110cf4ea0b9d1616cb
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/9db353bc4727d2a184778c110cf4ea0b9d1616cb
2013-08-07 10:38:48+02:00