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
swscale-example: use av_malloc() Image buffers require 16-byte alignment, so av_malloc() should be used. Fixes crash on PPC. Originally committed as revision 30369 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
51d83986b18a0f1ed736536c5ef60fa34bf1fd65
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/51d83986b18a0f1ed736536c5ef60fa34bf1fd65
2010-01-19 03:47:11+00:00
handler can be NULL if we did not support this dynamic format (codec). Fixes issue 1658 (the crasher), although the format itself is obviously still unsupported. Originally committed as revision 21078 to svn://svn.ffmpeg.org/ffmpeg/trunk
84f0aba18dc8815c5cd408238909e4dc8b60684f
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/84f0aba18dc8815c5cd408238909e4dc8b60684f
2010-01-07 23:05:19+00:00
Make sure av_new_packet() initializes the data and destruct pointers. Some code does call av_free_packet() on failed av_new_packets(), this prevents the freeing of uninitialized pointers. Originally committed as revision 20801 to svn://svn.ffmpeg.org/ffmpeg/trunk
a0b468f5db92daf1854c49d920169ed39e9cfb1b
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/a0b468f5db92daf1854c49d920169ed39e9cfb1b
2009-12-11 21:49:30+00:00
Change dnxhd regression tests for r19912 which fixed uninitialized data in encoded data. Originally committed as revision 19916 to svn://svn.ffmpeg.org/ffmpeg/trunk
0ae2ccff560cb23dc0a30c02234b25b9cd958975
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/0ae2ccff560cb23dc0a30c02234b25b9cd958975
2009-09-18 21:29:17+00:00
Fix nalsize check to avoid an integer overflow that made the check incorrect for nalsize > INT_MAX - buf_index Originally committed as revision 19307 to svn://svn.ffmpeg.org/ffmpeg/trunk
8d8409ca9ffd56eea6a8ae1963c15492a75af0bd
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/8d8409ca9ffd56eea6a8ae1963c15492a75af0bd
2009-06-30 12:11:29+00:00
Fix unaligned accesses by doing bytewise access until aligned, then continuing in 32-bit quantities. Fixes crash observed on sparc during FATE mlp test. Patch by Ramiro. Originally committed as revision 19200 to svn://svn.ffmpeg.org/ffmpeg/trunk
7cc8d616aab68ba5534e5a74214786ad08aac5ce
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/7cc8d616aab68ba5534e5a74214786ad08aac5ce
2009-06-15 14:38:30+00:00
Add sanity check for mthread_inlen, avoids crashes due to invalid reads. Originally committed as revision 19042 to svn://svn.ffmpeg.org/ffmpeg/trunk
46adcc27a218d381fa23ea247f1dd4bc6a60e885
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/46adcc27a218d381fa23ea247f1dd4bc6a60e885
2009-05-31 09:59:46+00:00
cast size to int64_t to avoid overflow Originally committed as revision 18991 to svn://svn.ffmpeg.org/ffmpeg/trunk
db5dc02bd7d31243d2c4f84294907d657ab3d070
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/db5dc02bd7d31243d2c4f84294907d657ab3d070
2009-05-30 04:08:43+00:00
avoid possibly uninitialized return value (found by clang static analyzer) Originally committed as revision 18669 to svn://svn.ffmpeg.org/ffmpeg/trunk
896873b5648c1c6d379c35832e99d966fa56f87f
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/896873b5648c1c6d379c35832e99d966fa56f87f
2009-04-23 18:44:03+00:00
Convert spurious DOS line breaks to UNIX line breaks in seek regression test reference file. Originally committed as revision 17911 to svn://svn.ffmpeg.org/ffmpeg/trunk
29a68cf04ef3f86662018dc7b562f022cadf6c7d
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/29a68cf04ef3f86662018dc7b562f022cadf6c7d
2009-03-09 15:38:08+00:00
Mark variables "j" and "structure" in execute_ref_pic_marking() as av_uninit to work around false positive 'may be used uninitialized' warnings. Originally committed as revision 17837 to svn://svn.ffmpeg.org/ffmpeg/trunk
1b0f4920b80f7d10d9ede1adf7368869a954e6a6
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/1b0f4920b80f7d10d9ede1adf7368869a954e6a6
2009-03-05 23:38:52+00:00
Allocate and clear FF_INPUT_BUFFER_PADDING_SIZE bytes at the end of mkv extradata. Fixes valgrind invalid read warnings during H.264 extradata parsing. Originally committed as revision 16229 to svn://svn.ffmpeg.org/ffmpeg/trunk
1ca610c0152f31847ab760fda1fb147692f31e7e
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/1ca610c0152f31847ab760fda1fb147692f31e7e
2008-12-19 01:00:44+00:00
Prevent a division by 0 in the g726 decoder when the configured samplerate is 0. patch by Laurent Aimar, fenrir via.ecp fr Originally committed as revision 15160 to svn://svn.ffmpeg.org/ffmpeg/trunk
bd10f6e1492492b0dfddc7dd8773e782ccea6daf
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/bd10f6e1492492b0dfddc7dd8773e782ccea6daf
2008-09-02 23:09:14+00:00
Only set channels in the stream if previously unset, fixes resampling crash on broken dca frames Originally committed as revision 12780 to svn://svn.ffmpeg.org/ffmpeg/trunk
4a24837e07c4782658d1475b77506bccc3d0b5e2
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/4a24837e07c4782658d1475b77506bccc3d0b5e2
2008-04-10 06:15:17+00:00
Fix possible heap overflow caused by av_fast_realloc() Originally committed as revision 12579 to svn://svn.ffmpeg.org/ffmpeg/trunk
978805b2c518aae480d26e4b44beede300c9a862
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/978805b2c518aae480d26e4b44beede300c9a862
2008-03-25 10:15:17+00:00
add out of bound stream index checks fix issue379 Originally committed as revision 12417 to svn://svn.ffmpeg.org/ffmpeg/trunk
074ac3c2d04abaf6b8b1048ba55a1e4ade13042f
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/074ac3c2d04abaf6b8b1048ba55a1e4ade13042f
2008-03-10 21:23:06+00:00
makes really sure that no undefined behavior can happen Originally committed as revision 12258 to svn://svn.ffmpeg.org/ffmpeg/trunk
0b247953c8c63baba1da93e555baff177cdf2137
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/0b247953c8c63baba1da93e555baff177cdf2137
2008-02-27 00:53:34+00:00
fix memory leak (patch by Gabriel Forté gforte _at_ wyplay _dot_ com) Originally committed as revision 11349 to svn://svn.ffmpeg.org/ffmpeg/trunk
b3d8c2c4368d64af4564961bd57465f54e1fcaad
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/b3d8c2c4368d64af4564961bd57465f54e1fcaad
2007-12-29 18:30:27+00:00
Verify long_ref_count!=0. Fix issue 281. Originally committed as revision 11171 to svn://svn.ffmpeg.org/ffmpeg/trunk
b17270878e53de0c444b51a20b929187fceb9631
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/b17270878e53de0c444b51a20b929187fceb9631
2007-12-05 18:02:48+00:00
Revert r10892, it's wrong and no longer needed to prevent crashes Originally committed as revision 11127 to svn://svn.ffmpeg.org/ffmpeg/trunk
e3052ce7b177164da8aecfec065650fa5733e2d1
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/e3052ce7b177164da8aecfec065650fa5733e2d1
2007-12-02 17:41:12+00:00
Guard against output buffer overflows Originally committed as revision 10548 to svn://svn.ffmpeg.org/ffmpeg/trunk
a2085a7e9d83d99aca58bfb385f6db1afa5673dd
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/a2085a7e9d83d99aca58bfb385f6db1afa5673dd
2007-09-22 09:21:43+00:00
fix probe buffer issue. patch by Wolfram Gloger {wmglo at dent.med.uni-muenchen.de}. [FFmpeg-devel] [PATCH] ac3_probe input buffer overrun Aug 28, 2007 Originally committed as revision 10281 to svn://svn.ffmpeg.org/ffmpeg/trunk
9be51815877cd48479c110a214f283dc4eff71e8
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/9be51815877cd48479c110a214f283dc4eff71e8
2007-09-03 05:19:59+00:00
fix mem leak patch by Oliver Pfister: [oliver pfister gmx ch] Originally committed as revision 9491 to svn://svn.ffmpeg.org/ffmpeg/trunk
3caffb7d80f20c66d7d582ca3d23f80ad373ba0a
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/3caffb7d80f20c66d7d582ca3d23f80ad373ba0a
2007-07-05 20:47:58+00:00
Remove illegal call to exit(). patch by Marc Hoffman, mmh pleasantst com Originally committed as revision 8575 to svn://svn.ffmpeg.org/ffmpeg/trunk
c6bdc90890250ce351b260eff69ce3c0d0745a62
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/c6bdc90890250ce351b260eff69ce3c0d0745a62
2007-03-31 17:14:59+00:00
cosmetics attack, part III: Remove all tabs and prettyprint/reindent the code. Originally committed as revision 23175 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
428098165de4c3edfe42c1b7f00627d287015863
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/428098165de4c3edfe42c1b7f00627d287015863
2007-04-29 21:36:43+00:00
check for any seeking failure during probe Originally committed as revision 8173 to svn://svn.ffmpeg.org/ffmpeg/trunk
497244a897314ec4a81ace293f5bfbd927ddde9e
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/497244a897314ec4a81ace293f5bfbd927ddde9e
2007-03-01 16:40:48+00:00
Print error message instead of crashing when combining -vcodec copy and -vhook. patch by Matthijs Douze, Matthijs.Douze inrialpes fr Originally committed as revision 7901 to svn://svn.ffmpeg.org/ffmpeg/trunk
8d74e55b83f00c16790c71251ff4f7ad98f8a37a
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/8d74e55b83f00c16790c71251ff4f7ad98f8a37a
2007-02-09 17:45:28+00:00
The configure test for ebx fails because it is run before the -mdynamic-no-pic check. Move it before the ebx test and remove -mdynamic-no-pic from VHOOKCFLAGS later on. patch by Alexander Strange, astrange ithinksw com reference: Subject: [Ffmpeg-devel] [PATCH] fix CONFIG_EBX_AVAILABLE on Darwin/x86 Date: Fri, 13 Apr 2007 17:24:55 -0400 Originally committed as revision 8863 to svn://svn.ffmpeg.org/ffmpeg/trunk
074a9d2b58134ea94f7e455a730fec3460365b4c
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/074a9d2b58134ea94f7e455a730fec3460365b4c
2007-05-01 21:05:15+00:00
check for sane values in ogg_get_length(), fix lol-ffplay.ogm fuzz test Originally committed as revision 7536 to svn://svn.ffmpeg.org/ffmpeg/trunk
e22f2aaf99c59d788f292c4d7594493068eb4d69
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/e22f2aaf99c59d788f292c4d7594493068eb4d69
2007-01-15 22:45:50+00:00
size[0-3] are not initialized (and can get random negative trash values), so the comparison with vs_total_ac_bits is messed up on the first couple loop iterations, leading to AC underflows. the b->prev[] pointers were not being maintained correctly. We potentially have to update b->prev[] both before and after the area whose VLC length is getting adjusted. this also might fix the ppc regression failure? patch by (Dan Maas <dmaas maasdigital com>) Originally committed as revision 5064 to svn://svn.ffmpeg.org/ffmpeg/trunk
6df5f6ae51ca3e9f3af760066bc7b3423677a8b4
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/6df5f6ae51ca3e9f3af760066bc7b3423677a8b4
2006-02-25 22:58:26+00:00
fix a memory leak on seeking. Originally committed as revision 5062 to svn://svn.ffmpeg.org/ffmpeg/trunk
285b570fd23a14762ed06024b4eca0ce59b5833b
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/285b570fd23a14762ed06024b4eca0ce59b5833b
2006-02-25 22:15:24+00:00
dosbox native ZMBV decoder, courtesy of Kostya Originally committed as revision 5000 to svn://svn.ffmpeg.org/ffmpeg/trunk
9c8d8e84e0f4534d58be6b66f6ec1eef51e1d89c
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/9c8d8e84e0f4534d58be6b66f6ec1eef51e1d89c
2006-02-12 08:53:29+00:00
fixed long standing off-by-one bug (fixes playback on ppc) Originally committed as revision 4702 to svn://svn.ffmpeg.org/ffmpeg/trunk
dd36b6672258ba74d11cb3d594a19d74757567a4
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/dd36b6672258ba74d11cb3d594a19d74757567a4
2005-11-13 17:48:27+00:00
Support Launch when BindAddress is not INADDR_ANY or localhost. Also fix a possible buffer overflow Originally committed as revision 4692 to svn://svn.ffmpeg.org/ffmpeg/trunk
4b4f38e42e7b390f3e7f0489da746dbbc9f6bbba
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/4b4f38e42e7b390f3e7f0489da746dbbc9f6bbba
2005-11-13 01:41:01+00:00
sanity checks for seeking Originally committed as revision 4927 to svn://svn.ffmpeg.org/ffmpeg/trunk
53f7c43fcc97f4e5178a707033cee8749eaf912e
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/53f7c43fcc97f4e5178a707033cee8749eaf912e
2006-02-02 19:23:33+00:00
buffer overflows one found by Milan Cutka one by me Originally committed as revision 3963 to svn://svn.ffmpeg.org/ffmpeg/trunk
ae2f1d4624dc372aa86f85aeb47f820f48a4af38
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/ae2f1d4624dc372aa86f85aeb47f820f48a4af38
2005-02-17 19:00:42+00:00
fixing an integer overflow, which could lead to overwriting the end of a malloced buffer by 8 bytes Originally committed as revision 3937 to svn://svn.ffmpeg.org/ffmpeg/trunk
360130378b4a0029a2a341398b08a7d7acfe85d5
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/360130378b4a0029a2a341398b08a7d7acfe85d5
2005-02-04 18:58:59+00:00
overflow fix Originally committed as revision 3685 to svn://svn.ffmpeg.org/ffmpeg/trunk
096c3b7e9023f0f3b29c5aef7e32868ee1e729ea
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/096c3b7e9023f0f3b29c5aef7e32868ee1e729ea
2004-11-16 13:40:56+00:00
optimize quantizaton (about 3x faster) further opt is easily possible but could lead to overflows depening upon coefficient range, so this wont be done yet as it would make the code somewhat less flexible Originally committed as revision 3354 to svn://svn.ffmpeg.org/ffmpeg/trunk
da66b6313e61a861321b7d62a3d12a38877784bb
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/da66b6313e61a861321b7d62a3d12a38877784bb
2004-07-27 17:38:53+00:00
fix decoder so that ffmpeg does not crash, at least not right away Originally committed as revision 1838 to svn://svn.ffmpeg.org/ffmpeg/trunk
61873c4a4436f2c516e14d6a00a2b856fa93f818
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/61873c4a4436f2c516e14d6a00a2b856fa93f818
2003-05-06 03:11:20+00:00
fixes rv10 decoding crash Originally committed as revision 873 to svn://svn.ffmpeg.org/ffmpeg/trunk
ee3b2be65da55cfe1fc17d1db75738535f99ceef
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/ee3b2be65da55cfe1fc17d1db75738535f99ceef
2002-08-28 09:19:28+00:00
fixing level overflow check for qp=1 Originally committed as revision 842 to svn://svn.ffmpeg.org/ffmpeg/trunk
f255af5d93490a6041fa8c9be7bb9d18a0096f94
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/f255af5d93490a6041fa8c9be7bb9d18a0096f94
2002-08-05 19:05:02+00:00
fixed double free - fixed jpg image sequence automatic selection Originally committed as revision 591 to svn://svn.ffmpeg.org/ffmpeg/trunk
0726b2d1ea4343698ff603cc32b824f5bce952c5
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/0726b2d1ea4343698ff603cc32b824f5bce952c5
2002-05-25 22:32:57+00:00
overread in the mmx2 horizontal scaler fixed 2% faster horizontal mmx2 scaler Originally committed as revision 5453 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
b7dc6f662868fbdad779c61c233b1d19d8b89d3c
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/b7dc6f662868fbdad779c61c233b1d19d8b89d3c
2002-04-01 14:01:22+00:00
dashdec: Only free url string if being reused If no representation bandwidth value is set, the url value returned by get_content_url is corrupt (as it has been freed). This change ensures the url string is not freed unless it is about to be reused Changes since v1: 1 removed the unneeded 'if' statement (as pointed out by Michael Niedermayer 2 added comment to make it clear why the av_free was required Signed-off-by: Brendan McGrath <[email protected]>
1f48c5c0671bb4f39c9dc3ec44c727f1680547b3
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/1f48c5c0671bb4f39c9dc3ec44c727f1680547b3
2018-01-21 13:20:02+08:00
avcodec/hevc_cabac: Fix integer overflow in ff_hevc_cu_qp_delta_abs() Fixes: signed integer overflow: 2147483647 + 1073741824 cannot be represented in type 'int' Fixes: 4555/clusterfuzz-testcase-minimized-4505532481142784 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer <[email protected]>
0ee143558d55b590774dba69cff5a16eda089a4d
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/0ee143558d55b590774dba69cff5a16eda089a4d
2017-12-17 02:09:31+01:00
avcodec/hevc_sei: Fix integer overflows in decode_nal_sei_message() Fixes: signed integer overflow: 2147483520 + 255 cannot be represented in type 'int' Fixes: 4554/clusterfuzz-testcase-minimized-4843714515042304 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer <[email protected]>
991ef6e5b9a6a9d95e274ff6bff52db1c82b3808
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/991ef6e5b9a6a9d95e274ff6bff52db1c82b3808
2017-12-17 02:09:31+01:00
avfilter/x86/vf_interlace : avoid crash when data are unaligned ticket 6491
49dced9fd0c8a8d2f3676533914fda7417435df2
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/49dced9fd0c8a8d2f3676533914fda7417435df2
2017-12-15 11:28:25+01:00
opus: fix hybrid folding indexing during band quantization Resulted in valgrind errors due to uninitialized memory. Also updates fate and makes it use the tron sample result. Signed-off-by: Rostislav Pehlivanov <[email protected]>
4678339e745dac8fa4288541b79f1577f19bb4c2
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/4678339e745dac8fa4288541b79f1577f19bb4c2
2017-12-08 04:42:24+00:00
avcodec/amrwbdec: Fix division by 0 in voice_factor() The added value matches "Digital cellular telecommunications system (Phase 2+) (GSM); Universal Mobile Telecommunications System (UMTS); LTE; Extended Adaptive Multi-Rate - Wideband (AMR-WB+) codec; Floating-point ANSI-C code (3GPP TS 26.304 version 14.0.0 Release 14) Extended Adaptive Multi-Rate - Wideband (AMR-WB+) codec; Floating-point ANSI-C code" Fixes: runtime error: division by zero Fixes: 4415/clusterfuzz-testcase-minimized-4677752314658816 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer <[email protected]>
1d0817d56b66797118880358ea7d7a2acfdca429
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/1d0817d56b66797118880358ea7d7a2acfdca429
2017-12-10 20:11:46+01:00
avcodec/extract_extradata_bsf: Fix leak discovered via fuzzing Signed-off-by: Michael Niedermayer <[email protected]>
5a412a5c3cc216ae1d15e6b884bda7214b73a5b0
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/5a412a5c3cc216ae1d15e6b884bda7214b73a5b0
2017-12-06 18:27:09+01:00
avcodec/hevcdsp_template: Fix undefined shift in put_hevc_qpel_bi_w_hv() Fixes: runtime error: left shift of negative value -3 Fixes: 4524/clusterfuzz-testcase-minimized-6055590120914944 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer <[email protected]>
439fbb9c8b2a90e97c44c7c57245e01ca84c865d
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/439fbb9c8b2a90e97c44c7c57245e01ca84c865d
2017-12-17 02:09:31+01:00
avformat/hlsenc: Fixed initial setting for end_pts This patch fixes Bug #6868 Sometimes end_pts is getting initialized to audio stream's first pts, while the duration is calculated based on video stream's pts. In this patch the end_pts is initialized with the correct stream's first pts. Reviewed-by: Steven Liu <[email protected]> Tested-by: beloko
d5d2632e3a0f1709290834fd35457cd05cf48bc8
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/d5d2632e3a0f1709290834fd35457cd05cf48bc8
2017-11-28 20:03:15+08:00
ffmpeg: Check read_ffserver_streams() return value The function avformat_alloc_context() will return a NULL pointer on failure. However, in function read_ffserver_streams(), its return value is not validated and the subsequent dereference may result in a bad memory access bug. Check its return value against NULL and avoid potential NULL dereference. Signed-off-by: Pan Bian <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
2ba6d7cb8278970bb9971448706c1e44ba043a81
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/2ba6d7cb8278970bb9971448706c1e44ba043a81
2017-11-28 01:18:22+01:00
avutil/hwcontext_d3d11va: Fix leak when wrapping texture in AVD3D11FrameDescriptor Reviewed-by: Aaron Levinson <[email protected]> Signed-off-by: James Almer <[email protected]>
2c2f25eb8920129ef3cfe6da2e1cefdedc485965
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/2c2f25eb8920129ef3cfe6da2e1cefdedc485965
2017-11-07 22:56:43-03:00
lavc/videotoolbox: fix out-of-bounds memory access during hvcc creation Signed-off-by: Aman Gupta <[email protected]>
05d77587cb7d0a4e349c5320eb7c0b48610cf6bf
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/05d77587cb7d0a4e349c5320eb7c0b48610cf6bf
2017-10-31 16:23:23-07:00
avcodec/xan: Improve overlapping check Fixes: memcpy-param-overlap Fixes: 3612/clusterfuzz-testcase-minimized-6393461273001984 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer <[email protected]>
e8fafef1db43ead4eae5a6301ccc300e73aa47da
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/e8fafef1db43ead4eae5a6301ccc300e73aa47da
2017-11-01 22:11:10+01:00
Fix crash if av_vdpau_bind_context() is not used. The public functions av_alloc_vdpaucontext() and av_vdpau_alloc_context() are allocating AVVDPAUContext structure that is supposed to be placed in avctx->hwaccel_context. However the rest of libavcodec/vdpau.c uses avctx->hwaccel_context as struct VDPAUHWContext, that is bigger and does contain AVVDPAUContext as first member. The usage includes write to the new variables in the bigger stuct, without checking for block size. Fix by always allocating the bigger structure. Signed-off-by: Ivan Kalvachev <[email protected]>
3a6ded7cfcb33e06ade98c5791eae06453f65668
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/3a6ded7cfcb33e06ade98c5791eae06453f65668
2017-10-13 00:13:17+02:00
avfilter/vf_extractplanes: check ff_insert_outpad() for failure Signed-off-by: Paul B Mahol <[email protected]>
99dd47a647529a82036682259f4c077dcd3a38af
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/99dd47a647529a82036682259f4c077dcd3a38af
2017-08-25 09:57:53+02:00
avcodec/gdv: Check compression before allocating frame Fixes: 2926/clusterfuzz-testcase-4987110014582784 This reduces decoding time from 7 to 4 seconds The timeout should have been fixed in 0561bd2fc2bff0dbe651d5998e9f129c43d25eb3 but ossfuzz did not close this issue Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Reviewed-by: Paul B Mahol <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
cf5a6c754aa3b67062b8cc60fa244e9c7d82010f
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/cf5a6c754aa3b67062b8cc60fa244e9c7d82010f
2017-11-03 00:56:30+01:00
avcodec/snowdec: Fix integer overflow in decode_subband_slice_buffered() Fixes: runtime error: signed integer overflow: 267 * 8388608 cannot be represented in type 'int' Fixes: 2743/clusterfuzz-testcase-minimized-5820652076400640 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer <[email protected]>
732f9764561558a388c05483ed6a722a5c67b05c
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/732f9764561558a388c05483ed6a722a5c67b05c
2017-08-29 21:16:32+02:00
avcodec/me_cmp: Fix crashes on ARM due to misalignment Adds a diff_pixels_unaligned() Fixes: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=872503 Signed-off-by: Michael Niedermayer <[email protected]>
bc488ec28aec4bc91ba47283c49c9f7f25696eaa
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/bc488ec28aec4bc91ba47283c49c9f7f25696eaa
2017-08-21 23:19:18+02:00
hevc: Validate the number of long term reference pictures This would overflow if the stream contained a value greater than the maximum allowed by the standard (32).
1329c08ad6d2ddb304858f2972c67b508e8b0f0e
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/1329c08ad6d2ddb304858f2972c67b508e8b0f0e
2017-08-05 23:54:35+01:00
avcodec/dirac_dwt: Fix multiple integer overflows in COMPOSE_DD97iH0() Fixes: runtime error: signed integer overflow: 9 * 335544320 cannot be represented in type 'int' Fixes: 2739/clusterfuzz-testcase-minimized-6737297955356672 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer <[email protected]>
bf8ab72ae95bb11f2c281d464594c2f6ba70326b
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/bf8ab72ae95bb11f2c281d464594c2f6ba70326b
2017-07-29 16:28:22+02:00
pngdec: fix potential memory leak Fixes CID1412026. Signed-off-by: Rostislav Pehlivanov <[email protected]>
133dafe24fc7167b049bb14fb5ec2d199d8cddcc
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/133dafe24fc7167b049bb14fb5ec2d199d8cddcc
2017-07-26 23:54:14+01:00
avcodec/aacps (fixed point): Fix multiple signed integer overflows Fixes: runtime error: signed integer overflow: 1421978265 - -1810326882 cannot be represented in type 'int' Fixes: 2527/clusterfuzz-testcase-minimized-5260915396050944 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer <[email protected]>
80b9e40b6f1e15db9f36c195e7375e65f6b4924f
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/80b9e40b6f1e15db9f36c195e7375e65f6b4924f
2017-07-12 04:20:21+02:00
avcodec/dvbsubdec: Check for duplicate regions in dvbsub_parse_page_segment() Fixes: OOM Fixes: 3051/clusterfuzz-testcase-minimized-5745818336231424 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer <[email protected]>
7c10068da10aa288195f5eb5d7e34eb2d8ff7447
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/7c10068da10aa288195f5eb5d7e34eb2d8ff7447
2017-08-25 23:38:24+02:00
avcodec/hevcdec: do not let updated extradata corrupt state Fixes: out of array access Fixes: 2451/clusterfuzz-testcase-minimized-4781613957251072 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Reviewed-by: Hendrik Leppkes <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
c8cfbc6629c1fe5755b59a3bcfd95ad08b843a07
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/c8cfbc6629c1fe5755b59a3bcfd95ad08b843a07
2017-07-05 04:37:57+02:00
hwcontext_d3d11va: fix crash on frames_init failure It appears in this case, frames_ininit is called twice (once by av_hwframe_ctx_init(), and again by unreffing the frames ctx ref). Merges Libav commit 086321c612185469ebb85a1887527c8915b488b7. Signed-off-by: Luca Barbato <[email protected]>
1509d739a036b9838e12f28dac9f09ac37bc3928
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/1509d739a036b9838e12f28dac9f09ac37bc3928
2017-06-27 18:05:02+02:00
avcodec/pixlet: Fixes: undefined shift in av_mod_uintp2() Fixes: runtime error: shift exponent 4294967289 is too large for 32-bit type 'int' Fixes: 3030/clusterfuzz-testcase-minimized-4649809254285312 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer <[email protected]>
8754ccd3b319fdf4e2beed5657a3e327999c64ce
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/8754ccd3b319fdf4e2beed5657a3e327999c64ce
2017-08-20 21:14:47+02:00
avcodec/hevc_refs: Check nb_refs in add_candidate_ref() Fixes: runtime error: index 16 out of bounds for type 'int [16]' Fixes: 2209/clusterfuzz-testcase-minimized-5012343912136704 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer <[email protected]>
1cb4ef526dd1e5f547d0354efb0831d07e967919
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/1cb4ef526dd1e5f547d0354efb0831d07e967919
2017-06-15 03:09:40+02:00
avcodec/aacsbr_fixed: Fix signed integer overflow in sbr_hf_inverse_filter() Fixes: runtime error: signed integer overflow: 2147483584 + 128 cannot be represented in type 'int' Fixes: 2164/clusterfuzz-testcase-minimized-4715936172998656 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer <[email protected]>
4cc2a357f5dce9bad36b59fb31ba5cf61cc56272
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/4cc2a357f5dce9bad36b59fb31ba5cf61cc56272
2017-06-13 17:39:13+02:00
avcodec/aacdec_fixed: Fix runtime error: left shift of negative value -1297616 Fixes: 2195/clusterfuzz-testcase-minimized-4736721533009920 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer <[email protected]>
6d499ecef9c2467772b6066176ffda0b7ab27cc2
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/6d499ecef9c2467772b6066176ffda0b7ab27cc2
2017-06-11 15:22:07+02:00
tools/target_dec_fuzzer: Move the hwaccel check outside the initialization if Signed-off-by: Michael Niedermayer <[email protected]>
718f8a01dfa301b2d21eefcd61bdd1988953d0aa
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/718f8a01dfa301b2d21eefcd61bdd1988953d0aa
2017-05-29 03:40:47+02:00
avcodec/sbrdsp_template: Fix: runtime error: signed integer overflow: 849815297 + 1315389781 cannot be represented in type 'int' Fixes: 1770/clusterfuzz-testcase-minimized-5285511235108864 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer <[email protected]>
7c36ee216f1e668e2c2af1573bd9dbbb2a501f48
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/7c36ee216f1e668e2c2af1573bd9dbbb2a501f48
2017-05-28 03:07:45+02:00
avcodec/truemotion2: Fix passing null pointer to memset() Fixes part of: 1888/clusterfuzz-testcase-minimized-5237704826552320 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer <[email protected]>
c901627918ff7480c1bb6f9cae507ee2c7c933d8
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/c901627918ff7480c1bb6f9cae507ee2c7c933d8
2017-05-28 21:56:02+02:00
avcodec/aacdec_fixed: Fix runtime error: signed integer overflow: -2147483648 * -1 cannot be represented in type 'int' Fixes: 1825/clusterfuzz-testcase-minimized-6002833050566656 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer <[email protected]>
8e87d146d798ca25d8f3a4520a6deb7946b39d73
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/8e87d146d798ca25d8f3a4520a6deb7946b39d73
2017-05-25 23:03:53+02:00
avcodec/truemotion2: Fix runtime error: left shift of 1 by 31 places cannot be represented in type 'int' Fixes part of: 1888/clusterfuzz-testcase-minimized-5237704826552320 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer <[email protected]>
c9e884f3d98df85bf7f2cf30d71877b22929fdcb
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/c9e884f3d98df85bf7f2cf30d71877b22929fdcb
2017-05-28 21:55:06+02:00
avcodec/g723_1: Fix runtime error: signed integer overflow: -1013481472 + -1139123755 cannot be represented in type 'int' See: LsptoA() and L_add() Fixes: 1758/clusterfuzz-testcase-minimized-6054857184116736 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer <[email protected]>
504d5804ac5337f35d16aacbef5f7eb5348434e9
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/504d5804ac5337f35d16aacbef5f7eb5348434e9
2017-05-23 03:45:29+02:00
avcodec/ffv1dec_template: Fix runtime error: signed integer overflow: 202 + 2147483615 cannot be represented in type 'int' Fixes: 1748/clusterfuzz-testcase-minimized-6690208340770816 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer <[email protected]>
9726e9f80934202e761870e95d40e8c591208459
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/9726e9f80934202e761870e95d40e8c591208459
2017-05-23 03:25:21+02:00
avcodec/aacps: Check border_position to be monotone Fixes: runtime error: left shift of negative value -67108864 Fixes: 1738/clusterfuzz-testcase-minimized-6734814327603200 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer <[email protected]>
fe8c9420dd5bbc7a0c545e479da9118bcf311dd2
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/fe8c9420dd5bbc7a0c545e479da9118bcf311dd2
2017-05-28 03:07:02+02:00
avcodec/takdec: Fix runtime error: signed integer overflow: 2146548196 + 2156738 cannot be represented in type 'int' Fixes: 1743/clusterfuzz-testcase-minimized-4994834022531072 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer <[email protected]>
f95f9f975598262d7acdf9f4611bd1e775203f7b
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/f95f9f975598262d7acdf9f4611bd1e775203f7b
2017-05-22 22:19:52+02:00
avcodec/vp9block: fix runtime error: signed integer overflow: 196675 * 20670 cannot be represented in type 'int' Fixes: 1710/clusterfuzz-testcase-minimized-4837032931098624 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Reviewed-by: "Ronald S. Bultje" <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
d4ee76780869c659a5d3b0815c56024ab260a81d
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/d4ee76780869c659a5d3b0815c56024ab260a81d
2017-05-21 15:39:07+02:00
avcodec/lagarith: Fix runtime error: left shift of 1 by 31 places cannot be represented in type 'int' Fixes: 1764/clusterfuzz-testcase-minimized-5394243164045312 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer <[email protected]>
948b54763b6c851b2a0bec6702cd9c419065fdb6
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/948b54763b6c851b2a0bec6702cd9c419065fdb6
2017-05-23 16:11:27+02:00
avcodec/xsubdec: Check that RLE coded image and colors fit in the buffer Fixes: Timeout Fixes: 1747/clusterfuzz-testcase-minimized-6035451213250560 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer <[email protected]>
2002436b0c914e18eda4f45ef816b14501a1dbae
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/2002436b0c914e18eda4f45ef816b14501a1dbae
2017-05-23 00:21:25+02:00
avcodec/mpeg4videodec: Clear sprite wraping on unsupported cases in VOP decode Fixes: Integer overflow Fixes: 1572/clusterfuzz-testcase-minimized-4578773729017856 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/targets/ffmpeg Signed-off-by: Michael Niedermayer <[email protected]>
467677769a2222ff8beab3c4d7826df9b7cbc81b
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/467677769a2222ff8beab3c4d7826df9b7cbc81b
2017-05-14 16:47:58+02:00
avcodec/ac3dec: Fix: runtime error: index -1 out of bounds for type 'INTFLOAT [2]' It seems dual mono with a LFE channel is not forbidden Fixes: 1570/clusterfuzz-testcase-minimized-6455337349545984 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/targets/ffmpeg Signed-off-by: Michael Niedermayer <[email protected]>
c55e637072b694a1db40e21948d218bfa2e744bb
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/c55e637072b694a1db40e21948d218bfa2e744bb
2017-05-14 15:30:08+02:00
avcodec/scpr: Fix multiple runtime error: signed integer overflow: 2147483647 + 1 cannot be represented in type 'int' Fixes: 1422/clusterfuzz-testcase-minimized-5030993939398656 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/targets/ffmpeg Signed-off-by: Michael Niedermayer <[email protected]>
f1a4dd5e480932ee580fb686988599d46bb71637
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/f1a4dd5e480932ee580fb686988599d46bb71637
2017-05-09 19:46:17+02:00
avcodec/clearvideo: Fix runtime error: signed integer overflow: 181 * 18050756 cannot be represented in type 'int' Fixes: 1417/clusterfuzz-testcase-minimized-6606778030620672 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/targets/ffmpeg Signed-off-by: Michael Niedermayer <[email protected]>
28230a690e73deca54eac9ae98bbcb2cecc27dd6
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/28230a690e73deca54eac9ae98bbcb2cecc27dd6
2017-05-09 00:42:20+02:00
avcodec/fic: Fix multiple left shift of negative value -15 Fixes: 1356/clusterfuzz-testcase-minimized-6008489086287872 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/targets/ffmpeg Signed-off-by: Michael Niedermayer <[email protected]>
b20c71409b24460983ba5d9afa0716714f9e0f7d
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/b20c71409b24460983ba5d9afa0716714f9e0f7d
2017-05-06 12:11:43+02:00
avcodec/g723_1dec: Clip after shift in estimate_sid_gain() Fixes: runtime error: left shift of 706 by 22 places cannot be represented in type 'int' See: L_shl() in the reference software Fixes: 1609/clusterfuzz-testcase-minimized-5102163007111168 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/targets/ffmpeg Signed-off-by: Michael Niedermayer <[email protected]>
23868ad5cb9b78ef95d2f71371d4f568b36218d5
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/23868ad5cb9b78ef95d2f71371d4f568b36218d5
2017-05-20 17:55:01+02:00
avcodec/h264_cavlc: Fix undefined behavior on qscale overflow Fixes: 1214/clusterfuzz-testcase-minimized-6130606599569408 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/targets/ffmpeg Signed-off-by: Michael Niedermayer <[email protected]>
fc8cff96ed45dfdb91ed03e9942845f28be0e770
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/fc8cff96ed45dfdb91ed03e9942845f28be0e770
2017-04-22 22:26:00+02:00
avformat: Free the internal codec context at the end Avoid a use after free in avformat_find_stream_info. CC: [email protected]
9e4a5eb51b9f3b2bff0ef08e0074b7fe4893075d
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/9e4a5eb51b9f3b2bff0ef08e0074b7fe4893075d
2017-04-13 13:37:10+02:00
bitpacked: fix potential overflow Fixes: CID1404842 Signed-off-by: Rostislav Pehlivanov <[email protected]>
c901ae944040855e05b25f8d81be6b6f327ce2a4
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/c901ae944040855e05b25f8d81be6b6f327ce2a4
2017-04-05 20:51:13+01:00
avcodec/h264_ps: Fix runtime error: signed integer overflow: 2147483647 + 26 cannot be represented in type 'int' Fixes: 902/clusterfuzz-testcase-4561155144024064 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/targets/ffmpeg Reviewed-by: "Ronald S. Bultje" <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
4f727fbc7330e726d003e2961fa676ddaf86f994
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/4f727fbc7330e726d003e2961fa676ddaf86f994
2017-03-23 15:25:48+01:00
avcodec/g723_1dec: Fix runtime error: left shift of negative value -1 Fixes: 1504/clusterfuzz-testcase-minimized-6249212138225664 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/targets/ffmpeg Signed-off-by: Michael Niedermayer <[email protected]>
c4c0245686bc2fcc545644101c7b328fed71f268
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/c4c0245686bc2fcc545644101c7b328fed71f268
2017-05-12 13:40:59+02:00
avcodec/g723_1dec: Fix several integer related cases of undefined behaviour Fixes: 1412/clusterfuzz-testcase-minimized-6561308772139008 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/targets/ffmpeg Signed-off-by: Michael Niedermayer <[email protected]>
d3088e0fd8749788818cb5df92abaa3b12e409e1
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/d3088e0fd8749788818cb5df92abaa3b12e409e1
2017-05-09 00:42:20+02:00
fate/swresample: fix FUZZ typo unintentionally changed to 0.01 at '61926b6c3e560283ef6c015d6d85c32716942833' Signed-off-by: Muhammad Faiz <[email protected]>
fe57bf7cd6ac8ffd8bcc398d50150cab1e55f84c
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/fe57bf7cd6ac8ffd8bcc398d50150cab1e55f84c
2017-03-08 21:51:02+07:00
avcodec/pictordec: Fix runtime error: left shift of 64 by 25 places cannot be represented in type 'int' Fixes: 724/clusterfuzz-testcase-6738249571631104 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/targets/ffmpeg Signed-off-by: Michael Niedermayer <[email protected]>
01a33b835f7a9e135eb8c7b7dd98c8b89f15dea1
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/01a33b835f7a9e135eb8c7b7dd98c8b89f15dea1
2017-03-08 21:15:07+01:00
avcodec/vp8: Check for the bitstream end per MB in decode_mb_row_no_filter() Fixes: timeout in 730/clusterfuzz-testcase-5265113739165696 (part 2 of 2) Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/targets/ffmpeg Reviewed-by: BBB Signed-off-by: Michael Niedermayer <[email protected]>
1afd246960202917e244c844c534e9c1e3c323f5
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/1afd246960202917e244c844c534e9c1e3c323f5
2017-03-07 21:29:43+01:00