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
mpegts: Fix memory leaks and related crashes in mpegs_write_header()
5b220e1e19c17b202d83d9be0868d152109ae8f0
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/5b220e1e19c17b202d83d9be0868d152109ae8f0
2014-08-07 07:52:17-07:00
delay removial of FF_API_CODEC_ID, FF_API_OLD_AVOPTIONS and FF_API_OLD_ENCODE_VIDEO This prevents a build failure when bumping. the uses could easily be updated / removed, if people prefer. Signed-off-by: Michael Niedermayer <[email protected]>
c89afc9acfc739dabe93f109f0635e242a767355
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/c89afc9acfc739dabe93f109f0635e242a767355
2014-08-09 23:19:16+02:00
smoothstreamingenc: Fix a memory leak on errors Signed-off-by: Martin Storsjö <[email protected]>
a863c97e99bf30a88baa74f83bab9e3ab25984dc
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/a863c97e99bf30a88baa74f83bab9e3ab25984dc
2014-07-07 22:08:42+03:00
Check if an mp3 header is using a reserved sample rate. Fixes an invalid read past the end of avpriv_mpa_freq_tab. Fixes divide-by-zero due to sample_rate being set to 0. Bug-Id: 705 CC:[email protected]
44127546b0a81dc9dd6190739a62d48f0044c6f3
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/44127546b0a81dc9dd6190739a62d48f0044c6f3
2014-06-22 20:31:57-04:00
swscale/x86/input: prevent RGB32_TO_Y_FN from reading into the padding This avoids reading uninitialized bytes and confusing valgrind Signed-off-by: Michael Niedermayer <[email protected]>
4abffbbc54a2f2889ef1275b48be5fe63c51ace0
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/4abffbbc54a2f2889ef1275b48be5fe63c51ace0
2014-06-22 03:09:28+02:00
avcodec/alsdec: Clear MPEG4AudioConfig so that no use of uninitialized memory is possible Signed-off-by: Michael Niedermayer <[email protected]>
6e6bd5481cf42a9765c492c77754d4633092cece
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/6e6bd5481cf42a9765c492c77754d4633092cece
2014-06-08 14:30:30+02:00
avformat/matroskadec: fix off by 1 error in matroska_read_seek() Fixes out of array read Fixes: vp9-opus-crash.webm Found-by: Dale Curtis <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
b3dfebd6416058d5b849317a7d96b3d9085943fd
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/b3dfebd6416058d5b849317a7d96b3d9085943fd
2014-05-30 13:55:03+02:00
avcodec/cinepakenc: Zero AVPictures, silence "may be used uninitialized" warnings Signed-off-by: Michael Niedermayer <[email protected]>
a6e9448dc6971ba4e196656de3e6cd7bcac2cb8f
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/a6e9448dc6971ba4e196656de3e6cd7bcac2cb8f
2014-05-07 17:54:03+02:00
avcodec/eamad: silence uninitialized variable warnings Signed-off-by: Michael Niedermayer <[email protected]>
a779602584b43578e8baa69b367ba7d64e973dd0
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/a779602584b43578e8baa69b367ba7d64e973dd0
2014-05-07 17:48:04+02:00
avfilter/aeval: silence "may be used uninitialized" warning Signed-off-by: Michael Niedermayer <[email protected]>
efbf107f5b28866d2e82701484e2859f5aa77e6d
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/efbf107f5b28866d2e82701484e2859f5aa77e6d
2014-05-07 16:15:50+02:00
avcodec/mpegvideo: fix null pointer dereference Fixes: 111342.ogm with ffplay Found-by: Dale Curtis <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
6a0b5e34763c14a1e35e767f374ffb98fa64732f
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/6a0b5e34763c14a1e35e767f374ffb98fa64732f
2014-04-29 14:52:12+02:00
Do not overwrite VDPAU structures in ff_MPV_frame_start(). Fixes crashes with VDR and MPlayer as reported by irc user crow.
941b2240f2ce59c41f4a9ffec88c512f64c75613
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/941b2240f2ce59c41f4a9ffec88c512f64c75613
2014-04-18 05:08:24+02:00
avcodec/mpegaudiodec_template: make shift unsigned to avoid undefined behavior Signed-off-by: Michael Niedermayer <[email protected]>
0be95996d0a07a2f92105da1ed8c13d239c46ad8
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/0be95996d0a07a2f92105da1ed8c13d239c46ad8
2014-05-09 13:17:39+02:00
avformat/mp3enc: drop redundant and uninitialized variable Signed-off-by: Michael Niedermayer <[email protected]>
eccec203978e53f897a3c6105d011bbdff2a978b
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/eccec203978e53f897a3c6105d011bbdff2a978b
2014-04-13 20:03:24+02:00
avcodec/apedec: tmpk==32 is not supported, prevent undefined behavior Fixes CID1206639 Signed-off-by: Michael Niedermayer <[email protected]>
ebfe154bd52204a4da19d26d8d5ae0f8003558ac
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/ebfe154bd52204a4da19d26d8d5ae0f8003558ac
2014-04-26 20:56:31+02:00
x86/synth_filter: add missing HAVE_YASM guard Should fix compilation failures with --disable-yasm on some compilers Signed-off-by: James Almer <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
206167a295a5c28cec3c38f7308835b0b7e0618f
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/206167a295a5c28cec3c38f7308835b0b7e0618f
2014-03-04 22:47:28+01:00
avcodec/fic: fix slice checks fix integer overflows Signed-off-by: Michael Niedermayer <[email protected]>
d46ef40129487143f2fa4e0b44b3f5e788c4fcb2
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/d46ef40129487143f2fa4e0b44b3f5e788c4fcb2
2014-02-15 17:19:32+01:00
avcodec/hevc: Simplify get_qPy_pred() Fixes use of uninitialized memory Fixes: 93728afd9aa074ba14a09bfd93a632fd-asan_static-oob_124a17d_1445_cov_1021181966_DBLK_D_VIXS_1.bit Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
64278039e55ffc88d231a8d760ecc257a120760a
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/64278039e55ffc88d231a8d760ecc257a120760a
2014-02-08 00:22:49+01:00
truehd: add hand-scheduled ARM asm version of ff_mlp_rematrix_channel. Profiling results for overall audio decode and the rematrix_channels function in particular are as follows: Before After Mean StdDev Mean StdDev Confidence Change 6:2 total 370.8 17.0 348.8 20.1 99.9% +6.3% 6:2 function 46.4 8.4 45.8 6.6 18.0% +1.2% (insignificant) 8:2 total 343.2 19.0 339.1 15.4 54.7% +1.2% (insignificant) 8:2 function 38.9 3.9 40.2 6.9 52.4% -3.2% (insignificant) 6:6 total 658.4 15.7 604.6 20.8 100.0% +8.9% 6:6 function 109.0 8.7 59.5 5.4 100.0% +83.3% 8:8 total 896.2 24.5 766.4 17.6 100.0% +16.9% 8:8 function 223.4 12.8 93.8 5.0 100.0% +138.3% The assembly version has also been tested with a fuzz tester to ensure that any combinations of inputs not exercised by my available test streams still generate mathematically identical results to the C version. Signed-off-by: Michael Niedermayer <[email protected]>
89135716fd4c2963e01e0155547c47bf709f1aa3
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/89135716fd4c2963e01e0155547c47bf709f1aa3
2014-03-26 20:50:05+01:00
avfilter: fix leaks on error in ff_filter_frame
abb5e37f64c48bba8bd0fde2bada0f7544defa24
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/abb5e37f64c48bba8bd0fde2bada0f7544defa24
2014-01-09 23:13:05+01:00
avcodec/mpeg4videodec: use av_fast_padded_malloc() for bitstream buffer Fixes use of uninitialized memory with vlc (sample from ticket3277) Signed-off-by: Michael Niedermayer <[email protected]>
21b25537fb8f77b098575e90d8b24556451badf3
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/21b25537fb8f77b098575e90d8b24556451badf3
2014-01-07 01:29:38+01:00
avcodec/hevc: Fix modulo operations Fixes qp fields becoming out of range Fixes: asan_static-oob_e393a3_6998_WPP_A_ericsson_MAIN10_2.bit Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
4ced5d7780fea2ea49444d6686d26f26b3a2160f
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/4ced5d7780fea2ea49444d6686d26f26b3a2160f
2014-01-06 04:32:37+01:00
sgidec: fix buffer size check in expand_rle_row() Right now it will spuriously fail if the linesize is exactly equal to the data width. CC:[email protected]
f4a8a0080537484154bb74e08ec76cbcbd25484b
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/f4a8a0080537484154bb74e08ec76cbcbd25484b
2014-01-06 08:18:45+01:00
avcodec/apedec: use av_fast_padded_malloc() Fixes use of uninitialized memory 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]>
99978320c0dcf16c34bdba19ff8f0cd61628cc41
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/99978320c0dcf16c34bdba19ff8f0cd61628cc41
2013-12-23 18:11:35+01:00
avformat/iss: check sscanf() return code Fixes use of uninitialized data Fixes: msan_uninit-mem_7f883205ce82_15_0001010100.iss Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
5c3079aaa94ba8140fc727b5533b75b5b337b2bb
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/5c3079aaa94ba8140fc727b5533b75b5b337b2bb
2013-12-23 16:28:44+01:00
sdp: Check theora colorspace before producing the configuration string This avoids a memory leak (or having to worry about freeing the config string) if the colorspace isn't accepted. Signed-off-by: Martin Storsjö <[email protected]>
6451c8853a07ff2e28bda950fb5e83fcf88c5cf4
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/6451c8853a07ff2e28bda950fb5e83fcf88c5cf4
2013-12-14 17:48:46+02:00
avformat/nistspheredec: check sscanf() success before using the result Fixes use of uninitialized memory Fixes: msan_uninit-mem_7f935c3c6c1a_7413_nist_pcms8.nist Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
8fe06e7ae8ffde7d4b5eef04a20c9faa45f61439
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/8fe06e7ae8ffde7d4b5eef04a20c9faa45f61439
2013-12-19 21:46:47+01:00
avcodec/iff: warn about truncated input to decode_byterun() and clear remaining output Fixes use of uninitialized memory Fixes: msan_uninit-mem_7fe205e395ed_8988_test.iff Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
b3f44eafa5a8748f777d0935d6e5562a604d8770
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/b3f44eafa5a8748f777d0935d6e5562a604d8770
2013-12-19 21:22:43+01:00
avcodec/vc1dec: dont calculate unused values from uninitialized sprites Fixes use of uninitialized data Fixes part of msan_uninit-mem_7f51a8b0b3b0_1009_Arlington.wmv Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
cf95dee3de5930172900ef36e376c8a7f31988bc
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/cf95dee3de5930172900ef36e376c8a7f31988bc
2013-12-14 00:59:43+01:00
avio: Check for memory allocation failure of private data Signed-off-by: Derek Buitenhuis <[email protected]>
25c7db7cc99d74fe6fb56a6fd52c9b5f1591e448
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/25c7db7cc99d74fe6fb56a6fd52c9b5f1591e448
2013-10-29 11:40:15+00:00
lavf/tee: fix leak of strdup/strtoked buffer. Fix CID 1108606.
59f809e9922ad2a8ed5373189e0e2aec0d4dffd7
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/59f809e9922ad2a8ed5373189e0e2aec0d4dffd7
2013-10-21 17:32:01+02:00
avformat/mpegenc: improve field names in underflow error message Signed-off-by: Michael Niedermayer <[email protected]>
ddd0e23d587e3e7ae81ee8a16a079221b0232782
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/ddd0e23d587e3e7ae81ee8a16a079221b0232782
2013-09-26 01:07:24+02:00
avfilter/vf_psnr: Prevent integer overflow. The 32-bit integer accumulator in MSE computation can overflow for 8-bit frame data. (e.g., for 1080p white frame compared to a black frame can give sum of 255*255*1080*1920 > 2^32). Signed-off-by: Neil Birkbeck <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
a11c16a0b0cadf3a14fa5e7329c2a144a2165bc6
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/a11c16a0b0cadf3a14fa5e7329c2a144a2165bc6
2013-09-21 03:10:45+02:00
wtv: Add more sanity checks for a length read from the file Also make sure the existing length check can't overflow. Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC: [email protected] Signed-off-by: Martin Storsjö <[email protected]>
83c285f88016b087c2f0f4b9ef356ad8ef12d947
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/83c285f88016b087c2f0f4b9ef356ad8ef12d947
2013-09-19 22:46:35+03:00
avutil/pixdesc: dont try to use av_read_image_line() with bayer formats It has undefined behavior ATM as its not supported. Signed-off-by: Michael Niedermayer <[email protected]>
f3ba91a3f1d9e99aebfe22278b0633f996e3fbe1
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/f3ba91a3f1d9e99aebfe22278b0633f996e3fbe1
2013-09-13 20:51:41+02:00
movenc: Check for allocation failures in mov_create_chapter_track Signed-off-by: Martin Storsjö <[email protected]>
4d122b01e4ce539269ee2df193b061772c7374f6
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/4d122b01e4ce539269ee2df193b061772c7374f6
2013-08-27 10:25:55+03:00
lavf/tee: initialize ret in parse_bsfs() Fix spurious failures.
eadb3ad7580ab883071a1658c8ef73bd68b5af87
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/eadb3ad7580ab883071a1658c8ef73bd68b5af87
2013-08-22 09:52:54+02:00
ogg: Fix potential infinite discard loop Seeking in certain broken files would cause ogg_read_timestamp to fail because ogg_packet would go into a state where all packets of stream 1 would be discarded until the end of the stream. Bug-Id: 553 CC: [email protected] Signed-off-by: Jan Gerber <[email protected]> Signed-off-by: Luca Barbato <[email protected]>
9a27acae9e6b7d0bf74c5b878af9c42495a546f3
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/9a27acae9e6b7d0bf74c5b878af9c42495a546f3
2013-08-19 05:20:39+02:00
ape: check avio_read() return value This sets pkt->size to absurd values on failure otherwise. Signed-off-by: Michael Niedermayer <[email protected]>
a5ef7960fc96ed773acc4149104d6acf534e8a87
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/a5ef7960fc96ed773acc4149104d6acf534e8a87
2013-08-11 21:46:09+02:00
mov: Seek back if overreading an individual atom Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Cc: [email protected] Signed-off-by: Martin Storsjö <[email protected]>
5b4eb243bce10a3e8345401a353749e0414c54ca
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/5b4eb243bce10a3e8345401a353749e0414c54ca
2013-07-15 21:37:44+03:00
jpeg2000: Check that we have enough components for MCT Avoid overread. Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]> Signed-off-by: Luca Barbato <[email protected]>
cf04af2086be105ff86088357b83d672d38417d9
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/cf04af2086be105ff86088357b83d672d38417d9
2013-07-02 20:05:45+02:00
Avoid a null pointer dereference on oom in the aac encoder. Fixes ticket #2732.
f4aa8085f23c3abff3114d7bf638698d42110526
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/f4aa8085f23c3abff3114d7bf638698d42110526
2013-06-30 23:25:18+02:00
wtv: Mark attachment with a negative stream id A sid 0 would be mismatched to the attachment. Prevent NULL pointer dereference. Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC: [email protected]
f5e646a00ac21e500dae4bcceded790a0fbc5246
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/f5e646a00ac21e500dae4bcceded790a0fbc5246
2013-07-07 04:28:51+02:00
snow: Fix off by 1 error in reference picture management Fixes out of array accesses No release is affected by this bug Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
64819bfc7a1f622eab88c8962e02c9e2941bb42d
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/64819bfc7a1f622eab88c8962e02c9e2941bb42d
2013-05-04 01:19:48+02:00
init_vlc_sparse: fix leak on error Fixes CID1005312 Signed-off-by: Michael Niedermayer <[email protected]>
83330cf5fae65423c24c5a0fb3705675236d88ed
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/83330cf5fae65423c24c5a0fb3705675236d88ed
2013-04-21 11:55:19+02:00
fate: dont try to filter partial frames with yadif. The partial frames leak a few uninitialized pixels through due to incomplete interlaced error concealment support. Signed-off-by: Michael Niedermayer <[email protected]>
7239b36059b5226dc8f7597a7ddcb9c5b58349e6
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/7239b36059b5226dc8f7597a7ddcb9c5b58349e6
2013-03-24 01:30:11+01:00
xxan: fix invalid memory access in xan_decode_frame_type0() The loop a few lines below the xan_unpack() call accesses up to dec_size * 2 bytes into y_buffer, so dec_size must be limited to buffer_size / 2. CC:[email protected]
8a49d2bcbe7573bb4b765728b2578fac0d19763f
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/8a49d2bcbe7573bb4b765728b2578fac0d19763f
2013-03-08 08:11:22+01:00
lavf: sanity check size in av_get/append_packet(). To avoid allocating ridiculous amounts of memory for corrupted files, read the input in chunks limited to filesize or an arbitrary large amount when that is not known (chosen to be 50M).
aa3c77998404cc32233cb76e961ca27db8565459
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/aa3c77998404cc32233cb76e961ca27db8565459
2013-03-15 20:05:04+01:00
rtpdec: Initialize some variables to silence compiler warnings The warnings are false positives, older gcc versions (such as 4.5) think the variables can be used uninitialized while they in practice can't, while newer (4.6) gets it right. Signed-off-by: Martin Storsjö <[email protected]>
8fbab7a6c84fd75de4f752b412cea8032604f75b
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/8fbab7a6c84fd75de4f752b412cea8032604f75b
2013-03-02 21:23:52+02:00
exr: fix overflow check in lineoffset processing Also read data size for raw compressions too and make sure its value is sane. Remove code that fills missing blocks with zeroes. It is marginally useful and make implementation of actually useful features harder. Signed-off-by: Paul B Mahol <[email protected]>
1178868683d25c0f358b0364eb55f69b563b24f3
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/1178868683d25c0f358b0364eb55f69b563b24f3
2013-02-22 18:59:54+00:00
cafenc: do not leak caf->pkt_sizes Signed-off-by: Paul B Mahol <[email protected]>
c46400ddecab3a47e8f1aec9a405bbe2a321b06a
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/c46400ddecab3a47e8f1aec9a405bbe2a321b06a
2013-02-22 13:52:43+00:00
Fix division by 0 due to audio frame size Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
ea1d8465e6eca582c09e2526f677033b62576fda
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/ea1d8465e6eca582c09e2526f677033b62576fda
2013-02-10 18:15:33+01:00
mjpegdec: check for packed rgb mjpeg. Fixes null pointer dereference Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
47e92153b61b0dbf8af328c699e7239fbb472221
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/47e92153b61b0dbf8af328c699e7239fbb472221
2013-02-21 00:03:36+01:00
huffyuvdec: check for and propagate failures from inside generate_joint_tables() Signed-off-by: Michael Niedermayer <[email protected]>
4420b414420ecd67e63820c556c8cadee0cc13c8
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/4420b414420ecd67e63820c556c8cadee0cc13c8
2013-01-29 18:18:51+01:00
swr: limit phase_shift to a less insane value. This prevents potential crashes and out of memory issues if the user manually sets such insane values. Signed-off-by: Michael Niedermayer <[email protected]>
167af704ea3df1073cf16073ae6e4ffadcb06764
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/167af704ea3df1073cf16073ae6e4ffadcb06764
2013-01-27 05:54:52+01:00
truemotion2: clear the token array if its initialization fails. Fixes use of uninitialized and half initialized values, which can occur on several error pathes Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
e49c2aab80cb7e6c85642cc4afd0ea471d6ef4b1
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/e49c2aab80cb7e6c85642cc4afd0ea471d6ef4b1
2013-01-23 05:24:08+01:00
lavc/movtextdec: keep the min size instead of max to fix overread. Fixes Ticket #2087.
7d66bc7920240cc0e8df6c44b2d2cdbe4b228fbe
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/7d66bc7920240cc0e8df6c44b2d2cdbe4b228fbe
2013-01-01 16:41:37+01:00
doc: Mention memory allocation in the fuzz testing section It's obviously undesireable to blindly allocate memory based on a damaged 'size' value, for example. Signed-off-by: Derek Buitenhuis <[email protected]>
ac2603be28602bea76cf38bdbf37aead0dc2979a
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/ac2603be28602bea76cf38bdbf37aead0dc2979a
2013-01-07 14:55:49-05:00
ffplay: fix type of time_diff in waveform display Fixes time diff overflow visible as showing the same few waveforms in a loop at the end of file. Signed-off-by: Marton Balint <[email protected]>
92b50b71a1e4e78fa2828dc2e0a4428674a8a9b0
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/92b50b71a1e4e78fa2828dc2e0a4428674a8a9b0
2012-12-28 20:01:01+01:00
lavu: test for broken binutils on ARM Some old gnu assemblers fail to assemble qdadd correctly Ideally we should check this at build time, but better to check at run time than mysteriously failing. Signed-off-by: Michael Niedermayer <[email protected]>
9a697cfe716e2ed5f5ba183910c104c5ad783256
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/9a697cfe716e2ed5f5ba183910c104c5ad783256
2013-01-05 16:25:37+01:00
yop: simplify/sanitize the decoding loop Do not overwrite linesize set by get_buffer(). The last frame in the FATE test is not decoded anymore, since the file is cut and a part of it is missing.
c6303f8d70c25dd6c6e6486c78bf99c9924e2b6b
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/c6303f8d70c25dd6c6e6486c78bf99c9924e2b6b
2012-12-24 09:16:51+01:00
h264: avoid calling idr() twice Fixes rare race condition leading to null pointer dereferences. Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
e8ca7cfa4f4207be9b07e6135e6ba7a95ba89aa8
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/e8ca7cfa4f4207be9b07e6135e6ba7a95ba89aa8
2012-12-09 06:06:15+01:00
doc: Mention zzuf in the fuzz testing section It's pretty much the best tool for the job, and it's what we all use now anyway. Signed-off-by: Derek Buitenhuis <[email protected]>
dc3e12d1cb65d74fb120197ce869a205718b6715
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/dc3e12d1cb65d74fb120197ce869a205718b6715
2013-01-07 14:55:49-05:00
vmnc: Check for integer overflow Fixes null pointer dereference and potential out of array accesses. Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
aae478036223ae16c24b9890d087feda2efbe38a
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/aae478036223ae16c24b9890d087feda2efbe38a
2012-12-01 22:25:50+01:00
af_aresample: check ff_get_audio_buffer() failure Fixes null pointer dereference Signed-off-by: Michael Niedermayer <[email protected]>
014058abeaa9da2c107a6348178431ea8c9b0bab
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/014058abeaa9da2c107a6348178431ea8c9b0bab
2012-11-24 17:33:32+01:00
lavu/imgutils: add consistency checks to av_image_copy_plane() Add assertions and abort in case of invalid |dst_linesize| < bytewidth or |src_linesize| < bytewidth. Avoid to silently corrupt memory.
252746d052652b48f7bc0652e7c1601b1e997d9c
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/252746d052652b48f7bc0652e7c1601b1e997d9c
2012-11-25 18:19:59+01:00
h264: fix integer overflow, assert failure Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
2d5f1addbec2a1184b4e3b56dbfcb5416401a44f
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/2d5f1addbec2a1184b4e3b56dbfcb5416401a44f
2012-11-18 16:47:29+01:00
flashsv: reallocate block array independant of frame type. Fixes NULL pointer dereference Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
bc08ca841e66134a3b0d900cf152b4a263fa6545
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/bc08ca841e66134a3b0d900cf152b4a263fa6545
2012-11-15 16:46:42+01:00
h264: set Picture.owner2 to the current thread This does not seem to have an effect currently. Fate-h264 passes with THREADS=1..16 and both threading types as before. It fixes however a segfault during error resilience with my adaptive-frame-mt patchset. A picture in use during error resilience gets realloced in another thread in the fuzzed sample sample_varPAR.avi_s226019.
d5e83122bdc39b9c0278b9b4f6c49baa99223bd6
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/d5e83122bdc39b9c0278b9b4f6c49baa99223bd6
2012-11-27 12:26:33+01:00
xmv: Fix integer overflow Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
7989f7e0b5229e618a7f6bf97c6608090a7db106
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/7989f7e0b5229e618a7f6bf97c6608090a7db106
2012-11-09 17:18:01+01:00
ffprobe: fix potential NULL pointer dereference Found by Coverity, should fix CID 733741.
29d46d7bce1c67852e4c6e22605144eb32b21072
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/29d46d7bce1c67852e4c6e22605144eb32b21072
2012-11-06 22:59:24+01:00
twinvq: validate that channels is not <= 0 This could occur due to integer overflow when reading the channel count from the extradata.
8cc72ce5a0d8ab6bc88d28cf55cd62674240121d
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/8cc72ce5a0d8ab6bc88d28cf55cd62674240121d
2012-11-01 11:29:19-04:00
cmdutils: avoid using cpp directives within printf macro arguments Signed-off-by: Michael Niedermayer <[email protected]> It appears such construct has undefined behavior
c5be6192f0a50eb8a2134c32b7d57f1d88736adf
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/c5be6192f0a50eb8a2134c32b7d57f1d88736adf
2012-10-29 01:03:02+01:00
lavr: handle clipping in the float to s32 conversion We cannot clip to INT_MAX because that value cannot be exactly represented by a float value and ends up overflowing during conversion anyway. We need to use a slightly smaller float value, which ends up with slightly inaccurate results for samples which clip or nearly clip, but it is close enough. Using doubles as intermediates in the conversion would be more accurate, but it takes about twice as much time. Signed-off-by: Luca Barbato <[email protected]>
10e645e9cb06dc87074232740d4366db18e7ba56
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/10e645e9cb06dc87074232740d4366db18e7ba56
2012-10-13 12:34:34+02:00
dv: zero dsp before init, this fixes use of uninitialized dct_bits Fixes CID732292 Signed-off-by: Michael Niedermayer <[email protected]>
5e689b65ce9c945c61d0f07394541a0440316757
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/5e689b65ce9c945c61d0f07394541a0440316757
2012-10-12 01:43:11+02:00
ff_choose_timebase: only try factors upto 14 otherwise a unexpected timebase could be choosen that is one that is thousand times more precisse than requested which can have sideeffects. Signed-off-by: Michael Niedermayer <[email protected]>
5e6439a12508f8f7f30aeef64eb96c2311b7f573
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/5e6439a12508f8f7f30aeef64eb96c2311b7f573
2012-10-03 21:38:56+02:00
ffserver: fix potential buffer overflow, based on wrong fscanf format indentifier. Fixed Ticket1780 Signed-off-by: Michael Niedermayer <[email protected]>
f077e1fb4c912a66ab5d766fd256803821d92c67
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/f077e1fb4c912a66ab5d766fd256803821d92c67
2012-10-02 22:59:03+02:00
ffprobe: print format long_name only if non-NULL Fix possible crash when long_name is not defined (for example if --enable-small).
9543cd593ed8249e9885598fc53de163c9d4e2d3
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/9543cd593ed8249e9885598fc53de163c9d4e2d3
2012-09-21 13:59:18+02:00
lavfi/hue: fix crash when resetting the saturation expression Previously when saturation was reinited, the old value was freed when setting options, and freed again in PARSE_EXPRESSION().
31aa5b1a783ec91063eec370026a29c546d4ca6e
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/31aa5b1a783ec91063eec370026a29c546d4ca6e
2012-09-21 12:43:52+02:00
pthread: Avoid crashes/odd behavior caused by spurious wakeups pthread_wait_cond can wake up for no reason (Wikipedia: Spurious_wakeup). The FF_THREAD_SLICE thread mechanism could spontaneously execute jobs or allow the caller of avctx->execute to return before all jobs were complete. This adds tests to both cases to ensure the wakeup is real. Signed-off-by: Ben Jackson <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
e3329474a366de066b25e86f35f5abf9c5a4b7b2
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/e3329474a366de066b25e86f35f5abf9c5a4b7b2
2012-09-14 06:36:55+02:00
lavfi/asyncts: Fix compilation with GCC 4.7 Compilation failed since commit 42d621d131a45fb63571ca6029c2fc4f02811c10 Error messages: libavfilter/af_asyncts.c:249:5: error: initializer element is not computable at load time libavfilter/af_asyncts.c:249:5: error: (near initialization for ‘avfilter_af_asyncts.priv_size’) Signed-off-by: Michael Niedermayer <[email protected]>
1c585dddbbe2c0c64d35c6cf4a7cf8474716f85b
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/1c585dddbbe2c0c64d35c6cf4a7cf8474716f85b
2012-08-21 00:19:13+02:00
g723.1: simplify and fix multiplication overflow In 16-bit arithmetic, x * 0xffffc is simply x * -4 with extra overflows, (and the constant was probably meant to be 0xfffc). Combined with the shift, this simplifies to -x >> 1. Finally, clearing the low two bits with a 32-bit mask and switching to a 32-bit type allows more efficient code on 32-bit machines. Signed-off-by: Mans Rullgard <[email protected]>
52aa3015a3c895cf74e555c4bb56c08cd067383e
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/52aa3015a3c895cf74e555c4bb56c08cd067383e
2012-08-10 12:18:38+01:00
zerocodec: fix direct rendering. Set picture type before calling get_buffer. This allows the DR application to make better decisions. It also fixes a resource leak in case of missing reference frames since it would call get_buffer but never release_buffer. Also use FFSWAP to ensure that the AVFrame is properly initialized in the next get_buffer (in particular that data[0] is NULL). Signed-off-by: Reimar Döffinger <[email protected]> Signed-off-by: Derek Buitenhuis <[email protected]>
6c8fdfc5e51902c6011d450b7ddc94bd1fe1030e
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/6c8fdfc5e51902c6011d450b7ddc94bd1fe1030e
2012-07-23 11:35:21-04:00
8svx: fix crash Fixes Ticket1377 Found-by: Piotr Bandurski <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
03ce421c1361e4ce79468de8269ad51ba2ae4c16
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/03ce421c1361e4ce79468de8269ad51ba2ae4c16
2012-06-01 02:32:00+02:00
h264: increase scantable sizes to avoid overread We could also check the index but this would slow speed critical code down. Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
32e60b6bfed709a7d84fd35942baee12a6080595
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/32e60b6bfed709a7d84fd35942baee12a6080595
2012-05-30 16:40:33+02:00
aacdec: fix "may be used uninitialized" warning Signed-off-by: Michael Niedermayer <[email protected]>
a48b890392aa22033f182421ba9e3f3b3256461d
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/a48b890392aa22033f182421ba9e3f3b3256461d
2012-05-26 21:03:58+02:00
ape: Fix null ptr dereference with files missing a seekatable. Such files are currently not supported as the table is used at several points Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
e7cb161515fc9fb6d30d1681d64d9ba7ad737a4e
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/e7cb161515fc9fb6d30d1681d64d9ba7ad737a4e
2012-05-29 19:56:07+02:00
h263: more strictly forbid frame size changes with frame-mt. Prevents crashes because the old check was incomplete. Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC: [email protected]
2d22d4307dcc1461f39a2ffb9c8db6c6b23fd080
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/2d22d4307dcc1461f39a2ffb9c8db6c6b23fd080
2012-05-02 10:21:34-07:00
ivi_common: Initialize a variable at declaration in ff_ivi_decode_blocks(). This simplifies the code a bit and avoids an uninitialized variable warning.
b1563d0cf99a6ac1dd66d8baabe60b1c859a735a
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/b1563d0cf99a6ac1dd66d8baabe60b1c859a735a
2012-04-20 21:08:34+02:00
Print unexpected length of flicvideo extradata.
b4043ef504b77c357d33ffa2be28ed1c4eeecf7f
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/b4043ef504b77c357d33ffa2be28ed1c4eeecf7f
2012-04-19 16:08:12+02:00
allcodecs: move libaacplus down. We choose the first encoder by default and libaccplus has a quite limited set of supported bitrates/sample rates. Thus leading to failure by default in many cases when it is enabled at compile time. Moving it down means that the other aac encoders are favored by default which avoids this issue. Signed-off-by: Michael Niedermayer <[email protected]>
c22fd9bd9c2ac06e5960529a30a994141b2d03b1
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/c22fd9bd9c2ac06e5960529a30a994141b2d03b1
2012-04-04 17:44:21+02:00
mov: don't overwrite existing indexes. Prevents all kind of badness if files contain multiple indexes. Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC: [email protected]
4f7c7624c0db185c48c59d95d745ab3f7851a5b4
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/4f7c7624c0db185c48c59d95d745ab3f7851a5b4
2012-03-29 11:36:14-07:00
indeo4: Fix global array overread. Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
8a20774a24bb1ea68b7360113746eac6e59ad8a8
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/8a20774a24bb1ea68b7360113746eac6e59ad8a8
2012-03-24 14:54:11+01:00
j2kdec: convert to bytestream2 API Protects against overreads. Signed-off-by: Paul B Mahol <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
ddfa3751c092feaf1e080f66587024689dfe603c
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/ddfa3751c092feaf1e080f66587024689dfe603c
2012-03-27 03:27:13+02:00
ralf: read Huffman code lengths without GetBitContext Those descriptions are stored in nibbles, so they are easy to extract. And this way we don't need to pad tables for possible bit reader overreads.
494bce6224c7da6a174fb16a49ed26e5aab32af1
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/494bce6224c7da6a174fb16a49ed26e5aab32af1
2012-03-24 11:53:26+01:00
mov: fix global unicode convertion array overflow. Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
437f5daf0bf727a53ea4b485a30f1289f44bf252
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/437f5daf0bf727a53ea4b485a30f1289f44bf252
2012-03-23 01:09:04+01:00
eatqi: replace break by goto. This fixes some heap overread. Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
7c0748c2db015cf2bf2c4a32a43bd1d2697afc1e
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/7c0748c2db015cf2bf2c4a32a43bd1d2697afc1e
2012-03-23 00:50:43+01:00
oma: Fix out of array read. Input: 01-Untitled-partial.oma ZZUF params: zzuf[s=7157,r=0.001] Fixes Bugzilla #106 Bug-found-by: darkshikari Signed-off-by: Michael Niedermayer <[email protected]> Signed-off-by: Ronald S. Bultje <[email protected]>
72ec043af4510723c53c729a67be482a14b7c7f3
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/72ec043af4510723c53c729a67be482a14b7c7f3
2012-03-18 15:01:58-07:00
xa_adpcm: limit filter to prevent xa_adpcm_table[] array bounds overruns. Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC: [email protected]
86020073dbb9a3a9d1fbb76345b2ca29ba1f13d2
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/86020073dbb9a3a9d1fbb76345b2ca29ba1f13d2
2012-03-14 13:24:40-07:00
http: Retry auth if it failed due to being stale Allow up to 4 retries for normal requests, where both the proxy and the target server might need to authenticate. Signed-off-by: Martin Storsjö <[email protected]>
e75bbcf493aeb549d04c56f49406aeee3950d93b
ffmpeg
devign
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/e75bbcf493aeb549d04c56f49406aeee3950d93b
2012-03-13 11:19:29+02:00