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
fate: some AAC tests need FUZZ=2 on ARM Originally committed as revision 24166 to svn://svn.ffmpeg.org/ffmpeg/trunk
06970a4ca32375f661e5a0f9b0faea92b33b8c86
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/06970a4ca32375f661e5a0f9b0faea92b33b8c86
2010-07-10 18:01:16+00:00
Do not use pkt->size when it is potentially uninitialized. Patch by Thierry Foucu, tfoucu gmail Originally committed as revision 23017 to svn://svn.ffmpeg.org/ffmpeg/trunk
e1954bb5ca27def0863ee6e4efd63275c8e1e2f4
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/e1954bb5ca27def0863ee6e4efd63275c8e1e2f4
2010-05-04 17:17:16+00:00
DCA: Occasionally a false XCH sync word can turn up after the core DTS data, to verify the sync word the extension fsize field should be compared to the core data length field. Patch by nick.nbrereton@net Originally committed as revision 24054 to svn://svn.ffmpeg.org/ffmpeg/trunk
0712c230ae8b15f920e877e680e0fa6e856e8006
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/0712c230ae8b15f920e877e680e0fa6e856e8006
2010-07-05 08:16:43+00:00
Fix erroneous behaviour when format probe hits end of file If the format probe hits end of file, do not add the error code to the buffer position. This is obviously wrong, and with a small input file would cause a negative buffer overflow. Fixes issue 1818. Originally committed as revision 22571 to svn://svn.ffmpeg.org/ffmpeg/trunk
c7f625eecff0fb76f077d516c15a586576466e67
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/c7f625eecff0fb76f077d516c15a586576466e67
2010-03-16 21:45:30+00:00
Issue a more general message when the function which sets an option fails. It may fail not only because of an invalid value for the option, but also for other reasons, e.g. memory problems etc. Originally committed as revision 22738 to svn://svn.ffmpeg.org/ffmpeg/trunk
330d86f59377aca20372ba2e758f75e6ce45c4c2
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/330d86f59377aca20372ba2e758f75e6ce45c4c2
2010-03-30 23:46:30+00:00
Plug memory leak in NUT muxer and demuxer Originally committed as revision 22174 to svn://svn.ffmpeg.org/ffmpeg/trunk
4b83fc0fe414dc7959a5511fcdce320ad90ac7ba
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/4b83fc0fe414dc7959a5511fcdce320ad90ac7ba
2010-03-03 17:31:24+00:00
Plug some memory leaks in the VP6 decoder Originally committed as revision 22172 to svn://svn.ffmpeg.org/ffmpeg/trunk
0a41faa9a77dc83d8d933e99f1ba902ecd146e79
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/0a41faa9a77dc83d8d933e99f1ba902ecd146e79
2010-03-03 17:24:32+00:00
Clear freed pointer in ffplay.c. Fixes a crash when audio stream is cycled twice. Originally committed as revision 22026 to svn://svn.ffmpeg.org/ffmpeg/trunk
bc77fce6ba17cb7c87f7c19751ba22ceba713aca
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/bc77fce6ba17cb7c87f7c19751ba22ceba713aca
2010-02-24 14:45:18+00:00
Move variable declaration to block where it is used and simplify code. Avoids a (incorrect) "possibly used uninitialized" warning, no measurable speed difference. Originally committed as revision 21518 to svn://svn.ffmpeg.org/ffmpeg/trunk
836fc7778513fa97c1852444155f82627ecbb8cd
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/836fc7778513fa97c1852444155f82627ecbb8cd
2010-01-28 21:01:50+00:00
Do not initialize ff_cos_* tables again in rdft_init, they are already initialized by ff_fft_init and using different code can result in slightly different values, in addition it crashes when the tables are hardcoded. On amd64 this slightly changes qdm2 output. Originally committed as revision 20237 to svn://svn.ffmpeg.org/ffmpeg/trunk
aafd659518356d1ae3624830a36816f154d94d83
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/aafd659518356d1ae3624830a36816f154d94d83
2009-10-15 11:50:32+00:00
Add more sanity checks for header elements, rejecting files with clearly invalid values that wouldn't play right anyway and reduce probe score to MAX/2. Passes probetest v2. Originally committed as revision 19842 to svn://svn.ffmpeg.org/ffmpeg/trunk
ddbb7c9be2f8a006325ec64cd5b90e1ade5bc476
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/ddbb7c9be2f8a006325ec64cd5b90e1ade5bc476
2009-09-14 19:58:51+00:00
Fix mem leak when user preallocates an AVFormatContext, passes it to av_open_input_file(), but the file does not exist. Patch by Art Clarke a$(surname) xuggle com Originally committed as revision 19370 to svn://svn.ffmpeg.org/ffmpeg/trunk
56c6cf287b9f1d25f4c91e00892c5ab3f8436d10
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/56c6cf287b9f1d25f4c91e00892c5ab3f8436d10
2009-07-08 08:26:57+00:00
Check that palctrl is available on init instead of crashing when trying to use it on decode. Fixes mpeg2/smclockmpeg2.avi.2.1 from issue 1240. Originally committed as revision 19347 to svn://svn.ffmpeg.org/ffmpeg/trunk
5be5daf1e5929192650dc17eab02c26447df13d1
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/5be5daf1e5929192650dc17eab02c26447df13d1
2009-07-05 12:14:05+00:00
Use new packet reading API, fixes a memory leak. patch by Zdenek Kabelac, zdenek.kabelac gmail com Originally committed as revision 18728 to svn://svn.ffmpeg.org/ffmpeg/trunk
92147b6bec7f4602b921695c4bbbfd8c732ce2ef
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/92147b6bec7f4602b921695c4bbbfd8c732ce2ef
2009-05-01 21:39:53+00:00
Set frame defaults in try_decode_frame. Fix: ==22211== Conditional jump or move depends on uninitialised value(s) ==22211== at 0x811E692: ff_print_debug_info (mpegvideo.c:1137) ==22211== by 0x82E6A7B: decode_frame (h264.c:7897) ==22211== by 0x80F2823: avcodec_decode_video2 (utils.c:564) [...] ==22211== Uninitialised value was created by a stack allocation ==22211== at 0x8064AA3: try_decode_frame (utils.c:1845) Originally committed as revision 18483 to svn://svn.ffmpeg.org/ffmpeg/trunk
1bd280f73076b7a58371585b95b08379f2445332
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/1bd280f73076b7a58371585b95b08379f2445332
2009-04-13 03:38:55+00:00
Fix minor memory leak. Patch by Jindrich Makovicka, approved by mans. Originally committed as revision 17021 to svn://svn.ffmpeg.org/ffmpeg/trunk
dcd913d9ed6c15ea53882894baa343695575abcd
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/dcd913d9ed6c15ea53882894baa343695575abcd
2009-02-06 20:30:18+00:00
ARM: fix j_rev_dct_ARM This is a bugfix for ARMv4 assembly implementation of 'j_rev_dct' function. The problem was in the incorrect partially empty row detection. Even if the first two coefficients in the row were nonzero, it handled this just like the case with only the first nonzero coefficient. Now this function produces exactly the same output as the stripped down reference C version of 'j_rev_dct' (with the nested checks like 'if (d6) { if (d2) { ...' always evaluated as true, avoiding shortcut branches). Originally committed as revision 15805 to svn://svn.ffmpeg.org/ffmpeg/trunk
77753f874a7b95400a694eaf6739cc77539d6580
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/77753f874a7b95400a694eaf6739cc77539d6580
2008-11-12 20:23:36+00:00
Only special-case absolute DOS paths on systems that support them. Originally committed as revision 15594 to svn://svn.ffmpeg.org/ffmpeg/trunk
bc574408dc011943b82de012451f95266bed9989
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/bc574408dc011943b82de012451f95266bed9989
2008-10-10 16:59:37+00:00
check for malloc failure Originally committed as revision 15132 to svn://svn.ffmpeg.org/ffmpeg/trunk
e8c4df40e399fc87c6167c5557c11e0d904ca720
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/e8c4df40e399fc87c6167c5557c11e0d904ca720
2008-08-31 20:21:00+00:00
Make sure mmco index is 0 (instead of uninitialized) in all error returns. Originally committed as revision 14383 to svn://svn.ffmpeg.org/ffmpeg/trunk
d9fe1749fc1009b14252030dda9142de624670c0
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/d9fe1749fc1009b14252030dda9142de624670c0
2008-07-25 11:48:32+00:00
matroskadec: fix potential mem leak may or may not fix CID134 and CID135 Originally committed as revision 13636 to svn://svn.ffmpeg.org/ffmpeg/trunk
ff2c222c379645cb7825b8ddc222142dcaea1677
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/ff2c222c379645cb7825b8ddc222142dcaea1677
2008-06-02 23:37:14+00:00
One non functional AVPalette chunk less, one heap overflow less. Fixes playback of CIMOVI01.avi. Originally committed as revision 12517 to svn://svn.ffmpeg.org/ffmpeg/trunk
b7c407449b45481cae79dfa74075c9067d559081
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/b7c407449b45481cae79dfa74075c9067d559081
2008-03-20 16:29:18+00:00
Add -lm to x264 check, it is needed on most systems. taken from the DOS/DJGPP port by Michael Kostylev, mik niipt ru Originally committed as revision 12178 to svn://svn.ffmpeg.org/ffmpeg/trunk
18ee626cec298637cdfbe83b75fdb61c57c65be8
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/18ee626cec298637cdfbe83b75fdb61c57c65be8
2008-02-22 17:15:24+00:00
Ensure that our total reference frame count does not exceed the SPS max frame count, which is limited to less than the size of the reference buffers, thereby preventing overflow. Part of fix for issue 281. Originally committed as revision 11216 to svn://svn.ffmpeg.org/ffmpeg/trunk
aeb59e839f97e88dd0b5f0b2a4422a9ee75321e5
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/aeb59e839f97e88dd0b5f0b2a4422a9ee75321e5
2007-12-14 06:25:23+00:00
fix incorrect check for abs_diff_pic_num overflow patch by Jeff Downs, heydowns a borg d com Originally committed as revision 10700 to svn://svn.ffmpeg.org/ffmpeg/trunk
03d3cab876cc0dfc4b9d2352653bb3dca64f30f9
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/03d3cab876cc0dfc4b9d2352653bb3dca64f30f9
2007-10-09 17:45:34+00:00
kill uninitialised variable warning in amr_read_packet() Originally committed as revision 9522 to svn://svn.ffmpeg.org/ffmpeg/trunk
f015e411d78d9e9ae179170beafe4951b778ac50
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/f015e411d78d9e9ae179170beafe4951b778ac50
2007-07-07 13:46:30+00:00
revert r8469 (increase bits for non default highprecision mode) it causes overflows with linear interpolated filters coefficients Originally committed as revision 8476 to svn://svn.ffmpeg.org/ffmpeg/trunk
447caf7941dffed43369a7de3e212f5180974c43
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/447caf7941dffed43369a7de3e212f5180974c43
2007-03-22 03:18:34+00:00
sanity check Originally committed as revision 7890 to svn://svn.ffmpeg.org/ffmpeg/trunk
04cfef21ff25e30005d3b2a42bc145324e580a2f
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/04cfef21ff25e30005d3b2a42bc145324e580a2f
2007-02-09 02:25:23+00:00
Avoid calling decode_slice when context_initialized is not set. Avoids a crash due to dsp.clear_blocks being NULL when called. Originally committed as revision 7547 to svn://svn.ffmpeg.org/ffmpeg/trunk
b18e5c031c088269b3f01d2cdb84b0ff9a305c35
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/b18e5c031c088269b3f01d2cdb84b0ff9a305c35
2007-01-16 17:46:26+00:00
Buffer for get_bits must be padded because readers may overread. Originally committed as revision 7477 to svn://svn.ffmpeg.org/ffmpeg/trunk
a5ee04c3e0f3c0f84089100b65bb09552ce1bdf8
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/a5ee04c3e0f3c0f84089100b65bb09552ce1bdf8
2007-01-14 16:11:10+00:00
Fix a crash when probing img2 format with a NULL filename. patch by elupus _at_ ecce.se Originally committed as revision 7335 to svn://svn.ffmpeg.org/ffmpeg/trunk
e825b5009f88a2ac78d05f960a747ddc6ad4ed22
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/e825b5009f88a2ac78d05f960a747ddc6ad4ed22
2006-12-20 23:33:50+00:00
mv overflow in map fix (untested except regression tests) Originally committed as revision 7287 to svn://svn.ffmpeg.org/ffmpeg/trunk
2b0cdd9ec697164ac0415b8629c4a6e5ae9a3b8d
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/2b0cdd9ec697164ac0415b8629c4a6e5ae9a3b8d
2006-12-12 13:31:12+00:00
checking bitstream values and other related changes some of these might have been exploitable Originally committed as revision 7591 to svn://svn.ffmpeg.org/ffmpeg/trunk
88e7a4d18c63799a21dff4a570ceb8008e310820
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/88e7a4d18c63799a21dff4a570ceb8008e310820
2007-01-20 13:50:00+00:00
Original Commit: r49 | ods15 | 2006-09-23 12:52:21 +0300 (Sat, 23 Sep 2006) | 3 lines fix off-by-one in both encoder and decoder. libvorbis and tremor work now, ffvorbis still doesn't Originally committed as revision 6456 to svn://svn.ffmpeg.org/ffmpeg/trunk
0e6fd0f12f90ba6a2edf79a398186293f2ab6334
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/0e6fd0f12f90ba6a2edf79a398186293f2ab6334
2006-10-02 06:07:28+00:00
fix double free, priv_data is freed in av_open_input_stream Originally committed as revision 5221 to svn://svn.ffmpeg.org/ffmpeg/trunk
94ede53e57e5864a1f94cb5cae25cd0b142212ae
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/94ede53e57e5864a1f94cb5cae25cd0b142212ae
2006-03-26 14:06:00+00:00
prevent assert failures and infinite loops with broken streams Originally committed as revision 4538 to svn://svn.ffmpeg.org/ffmpeg/trunk
ba17363ff71e68d89b64bc6f129460e9056b9de6
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/ba17363ff71e68d89b64bc6f129460e9056b9de6
2005-08-25 00:01:57+00:00
Fix for overflow issue in mpegvideo.c patch by (Martin Boehme: boehme, inb uni-luebeck de) this integer overflow might lead to the execution of arbitrary code during encoding with threads Originally committed as revision 4474 to svn://svn.ffmpeg.org/ffmpeg/trunk
acb22f9391039f8dde736f9453f351f58b04808d
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/acb22f9391039f8dde736f9453f351f58b04808d
2005-07-25 23:07:27+00:00
movenc illegal access patch by Roine Gustafsson <roine AT users DOT sourceforge DOT net> Originally committed as revision 3891 to svn://svn.ffmpeg.org/ffmpeg/trunk
501866a1fab9ee38b5360ae0e0dc0d04cbff1bf6
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/501866a1fab9ee38b5360ae0e0dc0d04cbff1bf6
2005-01-27 15:41:03+00:00
sanity checks Originally committed as revision 3052 to svn://svn.ffmpeg.org/ffmpeg/trunk
aacc6615f8e3863cd930d3a1ab2cd28d9838f0f5
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/aacc6615f8e3863cd930d3a1ab2cd28d9838f0f5
2004-04-24 03:43:43+00:00
fixing illegal 3. esc bug (the mpeg4 std only requires encoders to use unescaped symbols but not esc1 or esc2 if they are shorter than esc3, andjust beause its logical to use the shortest possible vlc doesnt mean encoders do that) Originally committed as revision 1304 to svn://svn.ffmpeg.org/ffmpeg/trunk
ce3bcaeda1dec8bdc25d4daf5a8358feafe5d124
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/ce3bcaeda1dec8bdc25d4daf5a8358feafe5d124
2002-12-04 11:47:24+00:00
- Bug fix for AVStream->r_frame_rate not being initialized for live video capture. Originally committed as revision 499 to svn://svn.ffmpeg.org/ffmpeg/trunk
90da4d764ca09d0d6fbf46171307f0abe689a617
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/90da4d764ca09d0d6fbf46171307f0abe689a617
2002-05-15 02:02:24+00:00
unscaled memcpy variant bugfix (negative strides) Originally committed as revision 4650 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
9bd8bd1add6be33f5eb7f2645350901ab2a56a6c
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/9bd8bd1add6be33f5eb7f2645350901ab2a56a6c
2002-02-10 23:57:47+00:00
avcodec/dxtory: Fix bits left checks Fixes: Timeout Fixes: 4863/clusterfuzz-testcase-6347354178322432 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer <[email protected]>
6e1a167c5564085385488b4f579e9efb987d4bfa
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/6e1a167c5564085385488b4f579e9efb987d4bfa
2018-01-23 21:48:31+01:00
avcodec/hevcdsp_template: Fix Invalid shifts in put_hevc_qpel_bi_w_h() and put_hevc_qpel_bi_w_w() Fixes: left shift of negative value -1 Fixes: 4690/clusterfuzz-testcase-minimized-6117482428366848 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer <[email protected]>
d135f3c514ac1723256c8e0f5cdd466fe98a2578
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/d135f3c514ac1723256c8e0f5cdd466fe98a2578
2017-12-28 20:13:59+01:00
avcodec/h264_slice: Do not attempt to render into frames already output Fixes: null pointer dereference Fixes: 4698/clusterfuzz-testcase-minimized-5096956322906112 This testcase does not reproduce the issue before 03b82b3ab9883cef017e513c7d0b3b986b3b3e7b Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer <[email protected]>
476665d4de989dba48ec1195215ccc8db54538f4
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/476665d4de989dba48ec1195215ccc8db54538f4
2018-01-07 04:47:32+01:00
avfilter/drawbox+drawgrid - add option to prevent overwriting of source pixels If the user-supplied color in drawbox and drawgrid filters is non-opaque, the box & grid painting overwrites the input's pixels (including alpha). Users typically expect the alpha of the specified color to only act as a key for compositing on top of the main input. Added option allows users to select between replacement and composition. Tested and documented.
1c76134fe37ac20695627e3f5ce1f2bbf1245fcc
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/1c76134fe37ac20695627e3f5ce1f2bbf1245fcc
2017-12-14 13:44:45-09:00
x86/lossless_videodsp: don't overread the dst buffer in ff_add_left_pred_unaligned_avx2 Fixes valgrind Signed-off-by: James Almer <[email protected]>
a4fc63c0f9eb803340c47479dcc5403b6fe3316d
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/a4fc63c0f9eb803340c47479dcc5403b6fe3316d
2017-12-10 00:38:05-03:00
opus_silk: Fix arithmetic overflow (per RFC8251) As per Sec.6 of RFC8251: Integer Wrap-Around in Inverse Gain Computation 32-bit integer overflow in Levinson recursion. Affects silk_is_lpc_stable(). Signed-off-by: Andrew D'Addesio <[email protected]>
511e6f17f493719058229630c7db4d8d7c05aeac
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/511e6f17f493719058229630c7db4d8d7c05aeac
2017-12-04 07:28:45+00:00
avformat/matroskaenc: add missing allocation failure checks for stream durations Signed-off-by: James Almer <[email protected]>
5f67073b4cb12abf21ed840948b271903d61bf3b
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/5f67073b4cb12abf21ed840948b271903d61bf3b
2017-11-28 01:23:23-03:00
avcodec/j2kenc: Fix out of array access in encode_cblk() Fixes: 4427/clusterfuzz-testcase-minimized-5106919271301120 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer <[email protected]>
0674087004538599797688785f6ac82358abc23b
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/0674087004538599797688785f6ac82358abc23b
2017-12-01 23:12:07+01:00
avcodec/mlpdsp: Fix signed integer overflow, 2nd try The outputted bits should match what is used in the lossless check Fixes: runtime error: signed integer overflow: -538697856 * 256 cannot be represented in type 'int' Fixes: 4326/clusterfuzz-testcase-minimized-5689449645080576 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer <[email protected]>
97c00edaa043043c29d985653e7e1687b56dfa23
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/97c00edaa043043c29d985653e7e1687b56dfa23
2017-11-27 03:31:54+01:00
avcodec/jpeg2000: Dynamically allocate codeblock data Fixes: OOM Fixes: 3541/clusterfuzz-testcase-minimized-6469958596820992 Adds support for decoding codeblock data larger than 8kb Reduces decoder memory consumption Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer <[email protected]>
3d5822d9cf07d08bce82903e4715658f46b01b5c
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/3d5822d9cf07d08bce82903e4715658f46b01b5c
2017-11-22 13:06:50+01:00
lavf/mov: don't read outside frag_index bounds Potentially fixes: https://bugs.chromium.org/p/chromium/issues/detail?id=786269#c1 In theory, the crash can be triggered by an invalid stream that has either tfdt or trun outside of the moof Reviewed-by: Dale Curtis <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
20c38f2e7085ce02c19df965d02ecdf5628f11b8
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/20c38f2e7085ce02c19df965d02ecdf5628f11b8
2017-11-18 11:57:57+01:00
vp9_superframe_bsf: cache packets by creating new references instead of moving pointers Fixes invalid reads after free. Signed-off-by: James Almer <[email protected]>
5c22c90c1d5050f1206e46494b193320ac2397cb
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/5c22c90c1d5050f1206e46494b193320ac2397cb
2017-11-11 09:47:33-03:00
avcodec/zmbv: Check that the buffer is large enough for mvec Fixes: Timeout Fixes: 4143/clusterfuzz-testcase-4736864637419520 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer <[email protected]>
2ab9568a2c3349039eec29fb960fe39de354b514
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/2ab9568a2c3349039eec29fb960fe39de354b514
2017-11-18 11:57:57+01:00
avcodec/dirac_dwt: Fix integer overflow in COMPOSE_53iL0() Fixes: runtime error: signed integer overflow: 2147483646 + 2 cannot be represented in type 'int' Fixes: 3485/clusterfuzz-testcase-minimized-4940429332054016 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer <[email protected]>
bdee75a4e750735ab3039f004275ac8479072048
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/bdee75a4e750735ab3039f004275ac8479072048
2017-10-10 23:58:40+02:00
avcodec/takdec: Fix integer overflow in decode_lpc() Fixes: runtime error: signed integer overflow: 16748560 + 2143729712 cannot be represented in type 'int' Fixes: 3202/clusterfuzz-testcase-minimized-4988291642294272 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer <[email protected]>
5d31f03a0264cac24434c8108daef4ccba6d28f9
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/5d31f03a0264cac24434c8108daef4ccba6d28f9
2017-09-24 21:54:13+02:00
vf_fps: Fix memory leak introduced by eea64ef4 Signed-off-by: Michael Niedermayer <[email protected]>
42a41c3956975a4404d0c48bedd51f144c90c08b
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/42a41c3956975a4404d0c48bedd51f144c90c08b
2017-09-15 22:40:21+02:00
avcodec/hevc_ps: Fix c?_qp_offset_list size Fixes: runtime error: index 5 out of bounds for type 'int8_t const[5]' Fixes:3175/clusterfuzz-testcase-minimized-4736774054084608 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer <[email protected]>
abf3f9fa232409c00b60041464604a91fa5612c0
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/abf3f9fa232409c00b60041464604a91fa5612c0
2017-09-12 01:52:14+02:00
Avoid corrupting diagnostic state with _Pragma changes. The macros for ICC and MSVC correctly push and pop the diagnostic state of the compiler when disabling deprecation warnings. The ones for clang/gcc should do the same. Without this, if a blanket deprecation warning is applied to the code base it'll be flipped back on incorrectly with FF_ENABLE_DEPRECATION_WARNINGS. Signed-off-by: Dale Curtis <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
01763144dcc1bc47fa4967d91d3fedb25e3ef556
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/01763144dcc1bc47fa4967d91d3fedb25e3ef556
2017-11-14 20:49:07+01:00
avfilter/split: check ff_insert_outpad() for failure Signed-off-by: Paul B Mahol <[email protected]>
5e706a2afb09009bad49c4b12aaa997acf4491b1
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/5e706a2afb09009bad49c4b12aaa997acf4491b1
2017-08-25 10:27:19+02:00
avcodec/aacdec: Fix PCE channel_layout verification Signed-off-by: Michael Niedermayer <[email protected]>
df884e038f5dc95f55ef07500b5b99b722835f8a
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/df884e038f5dc95f55ef07500b5b99b722835f8a
2017-08-09 22:08:18+02:00
swscale: Do not expand a macro with 'defined' in it Fixes: libswscale/utils.c:1632:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined] #if USE_MMAP ^ libswscale/utils.c:1577:49: note: expanded from macro 'USE_MMAP' #define USE_MMAP (HAVE_MMAP && HAVE_MPROTECT && defined MAP_ANONYMOUS) ^ Signed-off-by: Derek Buitenhuis <[email protected]> Signed-off-by: Luca Barbato <[email protected]>
5e3f6dc70198426fe0741e3017826b8bf3ee5ad8
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/5e3f6dc70198426fe0741e3017826b8bf3ee5ad8
2017-08-28 10:26:14+02:00
avformat/oggparsecelt: Do not re-allocate os->private Fixes: double free Fixes: clusterfuzz-testcase-minimized-5080550145785856 Found-by: ClusterFuzz Reviewed-by: Nicolas George <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
7140761481e4296723a592019a0244ebe6c1a8cf
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/7140761481e4296723a592019a0244ebe6c1a8cf
2017-07-25 22:04:34+02:00
avfilter/af_superequalizer: stop leaking s->out frame Signed-off-by: Paul B Mahol <[email protected]>
1a4236e025a8d7a58b751958f536301322ff2521
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/1a4236e025a8d7a58b751958f536301322ff2521
2017-06-19 18:34:04+02:00
avcodec/libvpxdec: Check that display dimensions fit in the storage dimensions Fixes assertion failure Fixes: 2112/clusterfuzz-testcase-minimized-4526878557732864 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer <[email protected]>
f8593c2f492a514b67533a877b716a25d3770418
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/f8593c2f492a514b67533a877b716a25d3770418
2017-06-11 22:41:26+02:00
vorbisenc: Fix memory leak on errors Switches temporary samples for processing to be stored in the encoder's context, avoids memory leaks if any errors occur while encoding a frame. Fixes CID1412026 Signed-off-by: Tyler Jones <[email protected]> Reviewed-by: Rostislav Pehlivanov <[email protected]>
34c52005605d68f7cd1957b169b6732c7d2447d9
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/34c52005605d68f7cd1957b169b6732c7d2447d9
2017-06-06 17:57:49+01:00
avcodec/ra144: Fix runtime error: signed integer overflow: -2449 * 1398101 cannot be represented in type 'int' Fixes: 1885/clusterfuzz-testcase-minimized-5336328549957632 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer <[email protected]>
7c845450d2daa0d066045cf94ab51cb496f1b824
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/7c845450d2daa0d066045cf94ab51cb496f1b824
2017-05-28 21:55:02+02:00
avcodec/cfhd: Check band parameters before storing them Fixes out of array read Fixes: 2169/clusterfuzz-testcase-minimized-5688641642823680 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer <[email protected]>
54aaadf648073149f1ac34f56cbde4e6c5aa22ef
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/54aaadf648073149f1ac34f56cbde4e6c5aa22ef
2017-06-10 18:46:27+02:00
avcodec/takdec: Fix runtime error: left shift of negative value -63 Fixes: 1713/clusterfuzz-testcase-minimized-5791887476654080 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer <[email protected]>
d66193252b4067144f11211f8f3e1d5a50146235
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/d66193252b4067144f11211f8f3e1d5a50146235
2017-05-21 02:56:47+02:00
avcodec/mimic: Use ff_set_dimensions() to set the dimensions Fixes: OOM Fixes: 1671/clusterfuzz-testcase-minimized-4759078033162240 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/targets/ffmpeg Signed-off-by: Michael Niedermayer <[email protected]>
e434840fd4b3c854beec845f950b80bc1bf93b60
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/e434840fd4b3c854beec845f950b80bc1bf93b60
2017-05-18 18:08:23+02:00
avcodec/mlpdec: Fix runtime error: left shift of negative value -1 Fixes: 1636/clusterfuzz-testcase-minimized-5310494757879808 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/targets/ffmpeg Signed-off-by: Michael Niedermayer <[email protected]>
552adf1dd3a38fb7a1a6109dd2b517d63290f20e
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/552adf1dd3a38fb7a1a6109dd2b517d63290f20e
2017-05-17 00:54:00+02:00
avcodec/h264_cavlc: Fix runtime error: index -1 out of bounds for type 'VLC [15] Fixes: 1513/clusterfuzz-testcase-minimized-6246484833992704 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/targets/ffmpeg Signed-off-by: Michael Niedermayer <[email protected]>
54e1b62ee28f1588ca35d26eeb2df1fb59040de3
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/54e1b62ee28f1588ca35d26eeb2df1fb59040de3
2017-05-13 15:54:33+02:00
avcodec/sbrdsp_fixed: fix runtime error: left shift of 1 by 31 places cannot be represented in type 'int' Fixes: part of 1709/clusterfuzz-testcase-minimized-4513580554649600 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer <[email protected]>
384508b2ff69bc3fad1e1c2e7de0dcd0913c6208
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/384508b2ff69bc3fad1e1c2e7de0dcd0913c6208
2017-05-21 02:31:45+02:00
avcodec/wmv2dsp: Fix runtime error: signed integer overflow: 181 * -17047030 cannot be represented in type 'int' Fixes: 1503/clusterfuzz-testcase-minimized-5369271855087616 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/targets/ffmpeg Signed-off-by: Michael Niedermayer <[email protected]>
df640dbbc949d0f4deefaf43e86b8bd50ae997cc
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/df640dbbc949d0f4deefaf43e86b8bd50ae997cc
2017-05-12 13:40:59+02:00
avcodec/ac3dec: Keep track of band structure It is needed in some corner cases that seem not to be forbidden Fixes: out of array index Fixes: 1538/clusterfuzz-testcase-minimized-4696904925446144 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/targets/ffmpeg Signed-off-by: Michael Niedermayer <[email protected]>
9351a156de724edb69ba6e1f05884fe806a13a21
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/9351a156de724edb69ba6e1f05884fe806a13a21
2017-05-13 20:36:33+02:00
avcodec/mss3: Fix runtime error: signed integer overflow: -2146318336 - 2139696256 cannot be represented in type 'int' Fix is similar to rac_get_model_sym() Fixes: 1483/clusterfuzz-testcase-minimized-6386507814273024 Fixes: 1485/clusterfuzz-testcase-minimized-6639880215986176 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/targets/ffmpeg Signed-off-by: Michael Niedermayer <[email protected]>
d05bdba2428dd0c1c5cd3426d69c712b127f996c
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/d05bdba2428dd0c1c5cd3426d69c712b127f996c
2017-05-11 23:55:59+02:00
avcodec/webp: Fix null pointer dereference Fixes: 1369/clusterfuzz-testcase-minimized-5048908029886464 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/targets/ffmpeg Signed-off-by: Michael Niedermayer <[email protected]>
9bf4523e40148fdd27064ab570952bd8c4d1016e
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/9bf4523e40148fdd27064ab570952bd8c4d1016e
2017-05-06 16:44:25+02:00
avcodec/hqxdsp: Fix multiple runtime error: signed integer overflow: 248220 * 21407 cannot be represented in type 'int' in idct_col() Fixes: 1405/clusterfuzz-testcase-minimized-5011491835084800 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/targets/ffmpeg Signed-off-by: Michael Niedermayer <[email protected]>
5d5118f81bd51b9c33500616b3c637123e8e4691
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/5d5118f81bd51b9c33500616b3c637123e8e4691
2017-05-08 12:30:09+02:00
lavc/hevcdec: fix invalid use of ff_get_format() Regression since 76cc100afba25308eaa909acd8804cc0b42057f6. Spotted-by: James Almer <[email protected]>
78a5fc4579deb63e1e6b93cd4d6e2ec2dceff931
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/78a5fc4579deb63e1e6b93cd4d6e2ec2dceff931
2017-04-26 17:35:28+02:00
avcodec/movtextenc: Ignore unmatched closing style tags The existing code will segfault if a closing tag shows up when there was never an opening tag. This isn't a well formed style, but it's also not a reason to crash. Fixes: https://trac.ffmpeg.org/ticket/6303
f95c81ce104554b6860d94724a681a1bac0c4fbd
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/f95c81ce104554b6860d94724a681a1bac0c4fbd
2017-04-23 10:46:11-07:00
avcodec/hq_hqa: Fix runtime error: left shift of negative value -207 Fixes: 1375/clusterfuzz-testcase-minimized-6070134701555712 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/targets/ffmpeg Signed-off-by: Michael Niedermayer <[email protected]>
1283c4244767bd19918f355c31d702a94ee0cc1b
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/1283c4244767bd19918f355c31d702a94ee0cc1b
2017-05-06 19:12:14+02:00
avformat/oggparseogm: Check available data before reading global header Fixes use of uninitialized data Found-by: Thomas Guilbert <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
170d864d2c508ca8111b1d108e1e964007dab712
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/170d864d2c508ca8111b1d108e1e964007dab712
2017-04-11 21:10:25+02:00
fate/checkasm: fix use of uninitialized memory on hevc_add_res tests
09ce5519f3b44873ac242e9a2f89db7d459de532
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/09ce5519f3b44873ac242e9a2f89db7d459de532
2017-03-24 22:11:34-03:00
vp8: make wait/thread_mb_pos atomic. Fixes tsan warnings like this in fate-vp8-test-vector-007: WARNING: ThreadSanitizer: data race (pid=3590) Write of size 4 at 0x7d8c0000e07c by thread T2: #0 decode_mb_row_no_filter src/libavcodec/vp8.c:2330 (ffmpeg+0x000000ffb59e) [..] Previous write of size 4 at 0x7d8c0000e07c by thread T1: #0 decode_mb_row_no_filter src/libavcodec/vp8.c:2330 (ffmpeg+0x000000ffb59e)
9a54c6f243412f62bae498ddcac337cb18ae6290
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/9a54c6f243412f62bae498ddcac337cb18ae6290
2017-04-06 10:03:28-04:00
h264_cavlc: check the value of run_before Section 9.2.3.2 of the spec implies that run_before must not be larger than zeros_left. Fixes invalid reads with corrupted files. CC: [email protected] Bug-Id: 1000 Found-By: Kamil Frankowicz
522d850e68ec4b77d3477b3c8f55b1ba00a9d69a
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/522d850e68ec4b77d3477b3c8f55b1ba00a9d69a
2017-03-12 20:42:13+01:00
webm_dash_manifest_demuxer: Fix UB in cue timestamp string code and make it actually work Output was apparently not tested for correctness. Passing overlapping memory to snprintf causes undefined behavior, and usually resulted in only the very last timestamp being written to metadata, and not a list at all. Signed-off-by: Derek Buitenhuis <[email protected]>
8e6b9ef4733be91b32c8b7becd95124340b92334
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/8e6b9ef4733be91b32c8b7becd95124340b92334
2017-04-23 17:51:41+01:00
avcodec/mjpegdec: Fix runtime error: left shift of negative value -511 Fixes: 693/clusterfuzz-testcase-6109776066904064 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/targets/ffmpeg Signed-off-by: Michael Niedermayer <[email protected]>
4b72d5cd6f9341dcafdbc1b9030166aa987b8304
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/4b72d5cd6f9341dcafdbc1b9030166aa987b8304
2017-03-03 01:03:29+01:00
avcodec/h264_direct: Fix runtime error: left shift of negative value -14 Fixes: 682/clusterfuzz-testcase-4799120021651456 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/targets/ffmpeg Signed-off-by: Michael Niedermayer <[email protected]>
4bd3f1ce3e68a9348e97ec07a247048ea72ed808
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/4bd3f1ce3e68a9348e97ec07a247048ea72ed808
2017-03-01 14:07:33+01:00
avcodec/gsmdec_template: Fix runtime error: signed integer overflow: -22527 * 99113 cannot be represented in type 'int' Fixes: 636/clusterfuzz-testcase-6520876646268928 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/targets/ffmpeg Signed-off-by: Michael Niedermayer <[email protected]>
a59505ca76718549dfc51b9622e2d88cb60f33b5
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/a59505ca76718549dfc51b9622e2d88cb60f33b5
2017-02-21 19:05:04+01:00
avcodec/h264_ps: Check delta scale for validity Fixes: signed integer overflow: 5 + 2147483646 cannot be represented in type 'int' Fixes: 634/clusterfuzz-testcase-5285420445204480 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/targets/ffmpeg Signed-off-by: Michael Niedermayer <[email protected]>
cbd622be997e8307a409efc3b4bbe8765147def2
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/cbd622be997e8307a409efc3b4bbe8765147def2
2017-02-21 15:31:06+01:00
avcodec/utils: Fix memleak with subtitles and sidedata Fixes: 454/fuzz-3-ffmpeg_SUBTITLE_AV_CODEC_ID_MOV_TEXT_fuzzer Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/targets/ffmpeg Signed-off-by: Michael Niedermayer <[email protected]>
ad7a3f5294c6fc6cd45dca9ca02fd3e20f53c2c4
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/ad7a3f5294c6fc6cd45dca9ca02fd3e20f53c2c4
2017-02-03 00:27:28+01:00
lavc/vda_h264_dec.c Fix NULL pointer dereference ps.sps_list entries may be NULL, so check before dereferencing Signed-off-by: Michael Niedermayer <[email protected]>
e3f1b993341ec9ed542b07c4558baeea6921ed53
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/e3f1b993341ec9ed542b07c4558baeea6921ed53
2017-02-16 13:20:27+01:00
avfilter/af_pan: fix null pointer dereference on empty token Fixes Coverity CID 1396254. Signed-off-by: Marton Balint <[email protected]>
e57fd926b09156fd8da42876e8946490025c47d4
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/e57fd926b09156fd8da42876e8946490025c47d4
2017-02-05 22:49:04+01:00
avcodec/flacdsp: Avoid undefined operations in non debug builds This fixes ubsan warnings in non debug builds by using unsigned operations in debug builds the correct signed operations are retained so that overflows (which should not occur in valid files and may indicate problems in the DSP code or decoder) can be detected. Alternatively they can be changed to unsigned unconditionally, then its not possible though to detect overflows easily if someone wants to test the DSP code for overflows. The 2nd alternative would be to leave the code as it is and accept that there are undefined operations in the DSP code and that ubsan output is full of them in some cases. Similar changes would be needed in some other DSP routines Suggested-by: Matt Wolenetz <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
831274fba4b14c542458ce5a3d0135b49499299a
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/831274fba4b14c542458ce5a3d0135b49499299a
2017-02-04 02:27:53+01:00
avcodec/mjpegdec: Check for for the bitstream end in mjpeg_decode_scan_progressive_ac() Fixes timeout Fixes: 496/clusterfuzz-testcase-5805083497332736 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/targets/ffmpeg Signed-off-by: Michael Niedermayer <[email protected]>
3782656631fa8262528c07794acf7e9c2aab000d
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/3782656631fa8262528c07794acf7e9c2aab000d
2017-02-01 01:36:50+01:00
avformat/flvenc: Check for extradata allocation failure Fixes CID1396539 Signed-off-by: Michael Niedermayer <[email protected]>
4221c68edbc86c85512554deb56a925d2930fc0a
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/4221c68edbc86c85512554deb56a925d2930fc0a
2017-01-03 03:25:25+01:00
lavc/psd: Remove an uninitialized variable.
ec2f3b1f57fd5fc01c8ddb0c927112a18bcd7cba
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/ec2f3b1f57fd5fc01c8ddb0c927112a18bcd7cba
2016-12-30 12:08:26+01:00
avcodec/bmp: Fix runtime error: negation of -2147483648 cannot be represented in type 'int'; cast to an unsigned type to negate this value to itself There is code checking height and width later, leaving an invalid value invalid is thus fine. Fixes: 635/clusterfuzz-testcase-6225161437052928 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/targets/ffmpeg Signed-off-by: Michael Niedermayer <[email protected]>
0c42d0add37c8a41bc75179efe0571305d9165d1
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/0c42d0add37c8a41bc75179efe0571305d9165d1
2017-02-21 19:05:04+01:00
avcodec/mjpegdec: Check remaining bitstream in ljpeg_decode_yuv_scan() Fixes timeout Fixes: 445/fuzz-3-ffmpeg_VIDEO_AV_CODEC_ID_MJPEG_fuzzer Fixes: 456/fuzz-2-ffmpeg_VIDEO_AV_CODEC_ID_JPEGLS_fuzzer Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/targets/ffmpeg Signed-off-by: Michael Niedermayer <[email protected]>
755933cb5cd17decd1838d3d64e07d4157de5638
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/755933cb5cd17decd1838d3d64e07d4157de5638
2017-01-24 17:50:03+01:00