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
⌀ |
---|---|---|---|---|---|---|---|
OpenCL: Avoid potential buffer overflow in cmdutils_opencl.c
The opt_opencl_bench function copied the device name using strcpy without checking if the source string was larger.
This patch fixes this by replacing the strcpy with av_strlcpy, with the string copy size capped to the destination buffer size.
Signed-off-by: Maneesh Gupta <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
|
cf234552b83a9503ff96572de2658b921b8842eb
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/cf234552b83a9503ff96572de2658b921b8842eb
|
2015-04-28 12:18:23+02:00
|
buffersrc: Fix resource leak on error
Bug-Id: CID 1267902
CC: [email protected]
Signed-off-by: Vittorio Giovara <[email protected]>
|
617814b4a717b38add5ccb8dd200dbb655f98f09
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/617814b4a717b38add5ccb8dd200dbb655f98f09
|
2015-04-19 23:50:46+01:00
|
avformat/rtsp: Fix potential pointer overflow in sdp_probe()
Signed-off-by: Michael Niedermayer <[email protected]>
|
b425b81fd2040f173051efc0f1413f2101ba993e
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/b425b81fd2040f173051efc0f1413f2101ba993e
|
2015-03-16 22:40:36+01:00
|
avformat/mpegvideodec: fix hypothetical pointer overflow in mpegvideo_probe()
Signed-off-by: Michael Niedermayer <[email protected]>
|
32c4b504b4ba16ef05ab474541150c39f758746c
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/32c4b504b4ba16ef05ab474541150c39f758746c
|
2015-03-15 13:39:56+01:00
|
asfenc: fix leaking asf->index_ptr on error
Signed-off-by: Andreas Cadhalpun <[email protected]>
Signed-off-by: Anton Khirnov <[email protected]>
|
72211a2af0470799c9611b9c1c7039ab14a34a0a
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/72211a2af0470799c9611b9c1c7039ab14a34a0a
|
2015-03-11 20:24:59+01:00
|
avformat/mp3dec: Check for avcodec_alloc_context3() failure
Signed-off-by: Michael Niedermayer <[email protected]>
|
b851bc20c6931c084710e69f7eec30d8c1bdb68e
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/b851bc20c6931c084710e69f7eec30d8c1bdb68e
|
2015-02-26 20:11:19+01:00
|
avutil/common: Fix integer overflow in av_clip_int8/16_c
Fixes: signal_sigsegv_30420a5_2388_cov_1489993561_integra_lavf.mp4
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
|
6d66e1a1136d7a720f370556852c8b5ed0abdfea
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/6d66e1a1136d7a720f370556852c8b5ed0abdfea
|
2015-02-25 20:56:00+01:00
|
Revert "avformat/flvenc: Allow muxing video codecs which are not explicitly supported by the muxer"
This commit has no known use case ATM as there are no unsupported video codecs in flv and could
theoretically be use to generate broken files allthough that would be not entirely easy as
tags/codecs still get sanity checked
This reverts commit 76f4b117807c30a528539fc5c7a7e35cb288cfcf.
|
14bc7aaa860e4d71f4966d4679b3fab547f5e0af
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/14bc7aaa860e4d71f4966d4679b3fab547f5e0af
|
2015-03-22 17:19:25+01:00
|
avcodec/snowdec: Fix ref value check
Fixes integer overflow and out of array read.
Fixes: signal_sigsegv_24169e6_3445_cov_3778346427_snow_chroma_bug.avi
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
|
8f4cbf940212079a34753c7f4d6c6b5a43586d30
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/8f4cbf940212079a34753c7f4d6c6b5a43586d30
|
2015-02-24 03:15:42+01:00
|
avformat/apngdec: Use 64bit ret to avoid overflow
Signed-off-by: Michael Niedermayer <[email protected]>
|
0e3d6e17dea758fdb7d0adfc57f7655551ab32b3
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/0e3d6e17dea758fdb7d0adfc57f7655551ab32b3
|
2015-02-20 19:31:10+01:00
|
avcodec/libtheoraenc: Check for stats allocation failure
Fixes CID1257785
Signed-off-by: Michael Niedermayer <[email protected]>
|
27216bf314c62125c408be1a5a79e5c9dba88e76
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/27216bf314c62125c408be1a5a79e5c9dba88e76
|
2015-02-22 02:11:27+01:00
|
avcodec/jpeglsenc: Check for memory allocation failures
Fixes CID1271044
Signed-off-by: Michael Niedermayer <[email protected]>
|
48214956b2f115e9cadfcdf1ff06a2477c87a295
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/48214956b2f115e9cadfcdf1ff06a2477c87a295
|
2015-02-22 13:45:19+01:00
|
avcodec/h264: Setup decoder to have matching reference to the EC code
Also move EC ref initialization to where the EC code is called.
Fixes out of array read
Fixes: asan_heap-uaf_143f420_142_20110805_112659_ch0.mkv
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
|
de6df46120367b7d49d9d7c0971cbe36368b840a
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/de6df46120367b7d49d9d7c0971cbe36368b840a
|
2015-02-08 02:27:27+01:00
|
avformat/mpc8: fix broken pointer math
This could overflow and crash at least on 32 bit systems.
Reviewed-by: Reimar Döffinger <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
|
b737a2c52857b214be246ff615c6293730033cfa
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/b737a2c52857b214be246ff615c6293730033cfa
|
2015-02-04 00:55:47+01:00
|
avformat/concatdec: avoid NULL dereference when failed to open file.
Reviewed-by: Nicolas George <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
|
038f3a173f59c9fc3396aa38e7972661da7ca504
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/038f3a173f59c9fc3396aa38e7972661da7ca504
|
2015-01-29 14:25:04+01:00
|
on2avc: check number of channels
Fixes invalid memory access.
CC: [email protected]
Bug-ID: CVE-2014-8549
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Anton Khirnov <[email protected]>
|
cee4490b521fd0d02476d46aa2598af24fb8d686
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/cee4490b521fd0d02476d46aa2598af24fb8d686
|
2014-12-19 08:01:47+01:00
|
avcodec/hevc_refs: fix potential use of uninitialized min_idx
Signed-off-by: Michael Niedermayer <[email protected]>
|
ae93965359e71c1f88ba170f8efd6a198344c235
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/ae93965359e71c1f88ba170f8efd6a198344c235
|
2014-12-10 14:46:39+01:00
|
avfilter/vf_signalstats: fix avframe leak on error
Fixes CID1257014
Signed-off-by: Michael Niedermayer <[email protected]>
|
7ad742b2247a0d6f742a656892b4963fa77744dd
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/7ad742b2247a0d6f742a656892b4963fa77744dd
|
2014-12-06 17:05:20+01:00
|
lavc/libvorbisdec: fix mem leak in case of init failure
Signed-off-by: Lukasz Marek <[email protected]>
|
bceabbdabab3e75b4dbccfafcd1758f40897a29a
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/bceabbdabab3e75b4dbccfafcd1758f40897a29a
|
2014-11-23 03:33:00+01:00
|
aacdec: avoid an out-of-bounds write
Also move the check in the case it is actually used.
CC: [email protected]
Bug-Id: CID 1087090
|
b99ca863506f0630514921b740b78364de67a3ff
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/b99ca863506f0630514921b740b78364de67a3ff
|
2014-11-24 01:30:15+00:00
|
avcodec/utils: check AVframe.format being set in avcodec_encode_video2()
We dont fail hard if its not set as the old API allowed this and our examples
did in the distant past not set it, these examples still work with the
current code and some encoders.
Based on suggestion by: funman
Signed-off-by: Michael Niedermayer <[email protected]>
|
3393cd85459cb9c23dec90373da91559987000ee
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/3393cd85459cb9c23dec90373da91559987000ee
|
2014-12-07 02:44:14+01:00
|
avcodec/hevc_ps: Check diff_cu_qp_delta_depth
Fixes undefined behavior
Fixes: asan_static-oob_17aa046_582_cov_1577759978_DBLK_G_VIXS_1.bit
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
|
3281fa892599d71b4dc298a426af8296419cd90e
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/3281fa892599d71b4dc298a426af8296419cd90e
|
2014-12-18 02:19:53+01:00
|
avfilter/formats: Alloc NULL fmts in SET_COMMON_FORMATS()
This avoids null pointer dereferences in case memory allocation has failed
Signed-off-by: Michael Niedermayer <[email protected]>
|
b9ffafbfcc0f8aaffc9de3919a1d295dbe6d53f7
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/b9ffafbfcc0f8aaffc9de3919a1d295dbe6d53f7
|
2014-11-21 22:15:32+01:00
|
movenc: Avoid leaking locally allocated data when returning on errors
Signed-off-by: Martin Storsjö <[email protected]>
|
8cb7b7b461b52898765b38e3eff68c0ce88347f3
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/8cb7b7b461b52898765b38e3eff68c0ce88347f3
|
2014-11-08 11:14:08+02:00
|
avformat/filmstripdec: Fix several integer overflows
Signed-off-by: Michael Niedermayer <[email protected]>
|
9612dcd6b24f21b28940ef95f31335ab436b255d
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/9612dcd6b24f21b28940ef95f31335ab436b255d
|
2014-10-27 22:57:17+01:00
|
avformat/mxfdec: Fix memleak of packages_refs
Fixes: asan_static-oob_87d116_10_201.mxf
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
|
0834f2056c7f1a0c09129802a003465e0ebcc9b8
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/0834f2056c7f1a0c09129802a003465e0ebcc9b8
|
2014-10-15 06:08:34+02:00
|
libavformat: Check mkdir return error codes
Previously, the returned error codes were intentionally ignored
(see fadd3a68213), to avoid aborting if the directory already
existed. If the mkdir actually failed, this was caught when
opening files within the directory fails anyway.
By handling the error code here (but explicitly ignoring EEXIST),
the error messages and return codes in these cases are more
appropriate and less confusing.
Signed-off-by: Martin Storsjö <[email protected]>
|
803e82276b3716bf6012ec69e8854dae14a4fd2b
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/803e82276b3716bf6012ec69e8854dae14a4fd2b
|
2014-09-07 23:20:29+03:00
|
avcodec/imc: Fix bitstream buffer padding
Fixes buffer overread
Signed-off-by: Michael Niedermayer <[email protected]>
|
7444cf9a9c0b8b2bba8198af2823521c654a48f4
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/7444cf9a9c0b8b2bba8198af2823521c654a48f4
|
2014-08-23 01:34:28+02:00
|
avformat/matroskadec: Check avpriv_new_chapter() for failure
Fixes null pointer dereference
Signed-off-by: Michael Niedermayer <[email protected]>
|
87dc8b3af9135f0cfcdf3c0520e3f29e7b0d92c6
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/87dc8b3af9135f0cfcdf3c0520e3f29e7b0d92c6
|
2014-08-08 21:16:30+02:00
|
ffmpeg: fix deadlock regression in threading error handing
Commit fc9c857c introduced deadlock regression when processing too many inputs:
ffmpeg $(seq -f " -f lavfi -i aevalsrc=0:d=%.0f" 70) -vf concat=n=70:v=0:a=1 -f null -
Happens for different number of inputs, depending on available memory size,
overcommit settings, ulimits, etc. Easily noticeable for 32-bit builds,
that exhaust address space allocating 8-10 MB stack for each thread.
Earlier ffmpeg versions exited with unhelpful "Conversion failed!" message.
This patch fixes both problems: it frees the queue to prevent deadlock
and adds a meaningful error message if pthread_create() fails.
Reviewed-by: Nicolas George <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
|
6d2df3c00a7899e9c06e3a460d64e4d0ccde0fae
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/6d2df3c00a7899e9c06e3a460d64e4d0ccde0fae
|
2014-06-27 17:45:38+02:00
|
avfilter/bufferqueue: Increase buffer queue size
Avoid buffer overruns when processing some MOV files with the amerge
filter. Files produced by Adobe Premiere Pro CC have up to one second of audio
not interleaved. With common settings (<= 48kHz) that makes up to 47 frames so
a queue length of 64 makes sense.
Fixes ticket #3510.
Reviewed-by: Nicolas George <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
|
d76f0c0378dfd86883df28d32fdbc9071e2606ff
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/d76f0c0378dfd86883df28d32fdbc9071e2606ff
|
2014-06-04 18:41:04+02:00
|
avfilter/af_compand: Silence "may be used uninitialized" warning
Signed-off-by: Michael Niedermayer <[email protected]>
|
6c23a85000fd5956a2820495b2a081f65d03b962
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/6c23a85000fd5956a2820495b2a081f65d03b962
|
2014-05-08 06:53:16+02:00
|
avcodec/hevc_cabac: decrease CABAC_MAX_BIN
Prevents shifts with undefined behavior
Fixes CID1206634
Fixes CID1206635
Fixed CID1206636
Reviewed-by: smarter
Signed-off-by: Michael Niedermayer <[email protected]>
|
812066835189b9bf8c71d4178019949da4171259
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/812066835189b9bf8c71d4178019949da4171259
|
2014-04-28 20:37:48+02:00
|
avformat/mux: Check for and remove invalid packet durations
Fixes assertion failure
Fixes Ticket3575
Signed-off-by: Michael Niedermayer <[email protected]>
|
dc6a17cf74a90e41d70ea1753cdb70c0a5b2ced8
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/dc6a17cf74a90e41d70ea1753cdb70c0a5b2ced8
|
2014-04-23 06:55:33+02:00
|
Force gif aspect ratio multiplication to 64bit.
Avoids a possible integer overflow.
|
87f29996415ad2c06ab00583d709fa03b5185305
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/87f29996415ad2c06ab00583d709fa03b5185305
|
2014-04-05 01:13:47+02:00
|
dshow: show device name when outputting buffer overflow log message
Signed-off-by: rogerdpack <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
|
773eb74babe07bc5c97c32aa564efc40e2d4b00c
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/773eb74babe07bc5c97c32aa564efc40e2d4b00c
|
2014-03-28 00:22:55+01:00
|
avformat/vobsub: do not create empty streams.
Fixes NULL dereference in vobsub_read_packet() on vobsub->q[i]->subs.
Fixes ticket #3669.
|
cba92a2226151abf0e3c24ed594e127203d485b8
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/cba92a2226151abf0e3c24ed594e127203d485b8
|
2014-05-24 11:08:34+02:00
|
arm: hpeldsp: prevent overreads in armv6 asm
Based on a patch by Russel King <[email protected]>
Bug-Id: 646
CC: [email protected]
|
cbddee1cca0ebd01e8c5aa694d31228eb4de4b41
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/cbddee1cca0ebd01e8c5aa694d31228eb4de4b41
|
2014-03-05 14:30:57+01:00
|
avcodec/pngenc: fix invalid read in sub filter.
First pixel was computed based on invalid address read, and then
corrected by the following memcpy. After the commit, it's not computed
anymore, and memcpy fills the appropriate area.
Fixes Ticket #3387
|
57ec555e8ef3c5ef1d77d48dc7cc868e56ddadc9
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/57ec555e8ef3c5ef1d77d48dc7cc868e56ddadc9
|
2014-02-23 20:40:52+01:00
|
avfilter/af_compand: do not leak frames on error
Signed-off-by: Paul B Mahol <[email protected]>
|
709746b6affb5c87aee0c3b8ddb0a078453c6162
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/709746b6affb5c87aee0c3b8ddb0a078453c6162
|
2014-02-15 11:38:32+00:00
|
h264: avoid undefined behavior in chroma motion compensation
Makes fate-h264 pass under valgrind --undef-value-errors=yes with
-cpuflags none. {avg,put}_h264_chroma_mc8_8 approximately 5% faster,
{avg,put}_h264_chroma_mc4_8 2% faster both on x86 and arm.
|
982b596ea6640bfe218a31f6c3fc542d9fe61c31
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/982b596ea6640bfe218a31f6c3fc542d9fe61c31
|
2014-02-20 14:02:06+01:00
|
ffserver: use avformat_alloc_context()
Fixes null pointer dereference
Signed-off-by: Michael Niedermayer <[email protected]>
|
c18cfd1001e012135211630612be6079ba627ace
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/c18cfd1001e012135211630612be6079ba627ace
|
2014-02-04 16:01:02+01:00
|
vp9: disable use_last_frame_mvs on resolution change (scalable).
Prevents some invalid memory accesses after resolution change in
vp90-2-05-resize.webm, and libvpx does this too.
Reviewed-by: ubitux
Signed-off-by: Michael Niedermayer <[email protected]>
|
d9343c348412d9b790c6da6b64c07ef85aefd145
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/d9343c348412d9b790c6da6b64c07ef85aefd145
|
2014-01-26 20:15:45+01:00
|
avcodec/mpeg12dec: Check for overread in mpeg_decode_slice()
This is needed in case the checked bitstream reader is disabled
Signed-off-by: Michael Niedermayer <[email protected]>
|
76b5e99ce9c1245e2e426203a1f535a5d83cced6
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/76b5e99ce9c1245e2e426203a1f535a5d83cced6
|
2014-01-24 18:09:17+01:00
|
avfilter/avfilter: fix use of uninitialized pointer
Fixes CID1163852
Signed-off-by: Michael Niedermayer <[email protected]>
|
41003da94a59cd014d05b3dd1d33a5f9ecf3ccda
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/41003da94a59cd014d05b3dd1d33a5f9ecf3ccda
|
2014-01-24 04:14:52+01:00
|
lavf/segment: remove duplicated and inconsistent cleanup code in seg_write_packet()
In particular, avoid to leave around the seg->avf pointer to freed
structure, and fix crash with:
ffmpeg -f lavfi -i testsrc -c:v h264 -map 0 -f segment foo-%d.ts
|
169065fbfb3da1ab776379c333aebc54bb1f1bc4
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/169065fbfb3da1ab776379c333aebc54bb1f1bc4
|
2014-01-21 20:08:36+01:00
|
avcodec/vc1dec: Print warning for frame pictures with direct mode MBs, followed by field pictures
This case is not implemented
No non fuzzed samples are known to use this
Signed-off-by: Michael Niedermayer <[email protected]>
|
f4b288a639bbda3ca244072e67b689aa4f40f2c6
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/f4b288a639bbda3ca244072e67b689aa4f40f2c6
|
2014-02-01 06:59:35+01:00
|
hevc: check that VPS referenced from SPS exists
This matches how its done for SPS/PPS.
Fixes null pointer dereference.
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Luca Barbato <[email protected]>
|
a7a07cc98ac548297b5b0628cb81280e11952e3f
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/a7a07cc98ac548297b5b0628cb81280e11952e3f
|
2014-01-21 11:57:36+01:00
|
avcodec/adpcm: fix sample count for stereo SBPRO3
Fixes use of uninitialized memory
Fixes: msan_uninit-mem_7f9b9902ed90_7462_new_alaw.voc
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
|
785dc146544affcc6a5d01db0469535811530a65
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/785dc146544affcc6a5d01db0469535811530a65
|
2014-01-15 01:30:38+01:00
|
avcodec/wmalosslessdec: fix mclms_coeffs* array size
Fixes corruption of context
Fixes: 8835659dde6a4f7dcdf341de6a45c6c8-signal_sigsegv_1dce67b_4564_cov_2504444599_classical_22_16_1_14000_v3c_0_extend_0_29.wma
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
|
ec9578d54d09b64bf112c2bf7a34b1ef3b93dbd3
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/ec9578d54d09b64bf112c2bf7a34b1ef3b93dbd3
|
2014-02-07 15:36:30+01:00
|
segafilm: fix leaks if reading the header fails
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
CC:[email protected]
|
6892d145a0c80249bd61ee7dd31ec851c5076bcd
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/6892d145a0c80249bd61ee7dd31ec851c5076bcd
|
2014-01-06 08:26:09+01:00
|
avcodec/vqavideo: use av_mallocz() for decode_buffer()
Fixes use of uninitialized memory
Fixes: msan_uninit-mem_7f62eaba897d_595_4D6EFA92.VQA
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
|
e6364ea26df9b39023f6986200dc1731b7bdf2d3
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/e6364ea26df9b39023f6986200dc1731b7bdf2d3
|
2014-01-01 15:35:34+01:00
|
avcodec/iff: ensure that runs with insufficient input dont leave uninitialized bytes in the output
Fixes use of uninitialized memory
Fixes: msan_uninit-mem_7fa0dea15eae_8988_test.iff
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
|
4843227b2ca6876d07caddddd62e58e52d67e94f
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/4843227b2ca6876d07caddddd62e58e52d67e94f
|
2014-01-02 14:52:02+01:00
|
avcodec/dxa: check for overread in decode_13()
Fixes use of uninitialized memory
Fixes part of msan_uninit-mem_7f5ea8284fb7_8317_scummvm.dxa
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
|
5a5c1b244281c3edcffca322b0c664ed620b1e24
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/5a5c1b244281c3edcffca322b0c664ed620b1e24
|
2013-12-19 17:16:34+01:00
|
avcodec/flashsv: check decode_hybrid() for overread
Fixes use of uninitialized memory
Fixes: msan_uninit-mem_7f906558274e_268_14_244486_2009_04_28.flv
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
|
a33c7dd21362a694692d0dc30fdbffae5a5d837e
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/a33c7dd21362a694692d0dc30fdbffae5a5d837e
|
2013-12-19 16:28:26+01:00
|
avformat/id3v2: Check avio_read() return code in id3v2_parse()
Fixes use of uninitialized memory
Fixes: msan_uninit-mem_7f5a04a9b50d_7087_mp3__mp3__tooSmallFinal.mp3
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
|
0e0f6bd4a5796f4f668092d7925a31b9b30fedd4
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/0e0f6bd4a5796f4f668092d7925a31b9b30fedd4
|
2013-12-15 15:45:44+01:00
|
ffprobe: free shared writer context on exit
Fix leak.
Spotted-by: Michael Niedermayer
|
704cc5e75df3a1dc68581d3857a06d502d8662b6
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/704cc5e75df3a1dc68581d3857a06d502d8662b6
|
2013-12-03 21:27:14+01:00
|
configure: Do not use pthread_create to check for pthread
Certain instrumentation addons leads to a false positive in configure
and link failures at the end of the build phase.
Signed-off-by: Luca Barbato <[email protected]>
|
f058f384a0d76bfd125f4738dceab7c890186432
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/f058f384a0d76bfd125f4738dceab7c890186432
|
2013-11-30 13:01:35+01:00
|
h264_cavlc: check the size of the intra PCM data.
Fixes invalid reads.
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
CC:[email protected]
|
074c769de93bf12e9f44d77e58a8c7167f9dfb13
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/074c769de93bf12e9f44d77e58a8c7167f9dfb13
|
2013-11-21 20:52:34+01:00
|
h264: free the tables and uninitialize the context on flush
Prevents referencing empty frames when the first packet after the flush
does not contain a frame.
|
9eda9d3322a6ea91830a754f2edee222adae7e67
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/9eda9d3322a6ea91830a754f2edee222adae7e67
|
2013-11-14 19:00:20+01:00
|
avcodec/x86/hpeldsp: fix crash on AMD K6-3+
There are instructions pavgb and pavgusb. Both instructions do the same
operation but they have different enconding. Pavgb exists in SSE (or
MMXEXT) instruction set and pavgusb exists in 3D-NOW instruction set.
livavcodec uses the macro PAVGB to select the proper instruction. However,
the function avg_pixels8_xy2 doesn't use this macro, it uses pavgb
directly.
As a consequence, the function avg_pixels8_xy2 crashes on AMD K6-2 and
K6-3 processors, because they have pavgusb, but not pavgb.
This bug seems to be introduced by commit
71155d7b4157fee44c0d3d0fc1b660ebfb9ccf46, "dsputil: x86: Convert mpeg4
qpel and dsputil avg to yasm"
Signed-off-by: Mikulas Patocka <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
|
074155360d28d25701e0cbc7e867bda0e08d9428
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/074155360d28d25701e0cbc7e867bda0e08d9428
|
2013-11-03 19:49:11+01:00
|
aviobuf: Handle a NULL buffer in avio_close_dyn_buf
This simplifies proper error handling in rtsp.c/rtspdec.c. When
broadcasting over RTSP in TCP mode, the AVIOContext is closed and
recreated for each sent packet, and if the recreation fails, we might
try to close a NULL buffer when freeing things at the end.
Previously, if recreating the buffer in rtspdec.c failed, this would
crash later due to trying to close a NULL buffer.
Signed-off-by: Martin Storsjö <[email protected]>
|
d07b51bf0733fe58bbfa13c448775dc325463cb4
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/d07b51bf0733fe58bbfa13c448775dc325463cb4
|
2013-11-01 09:56:27+02:00
|
pcx: Check the packet size before assuming it fits a palette
This fixes reads out of bounds.
Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
CC: [email protected]
Signed-off-by: Martin Storsjö <[email protected]>
|
d1d99e3befea5d411ac3aae72dbdecce94f8b547
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/d1d99e3befea5d411ac3aae72dbdecce94f8b547
|
2013-09-29 20:03:12+03:00
|
rv34: Fix a memory leak on errors
Signed-off-by: Martin Storsjö <[email protected]>
|
fdbd924b84e85ac5c80f01ee059ed5c81d3cc205
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/fdbd924b84e85ac5c80f01ee059ed5c81d3cc205
|
2013-09-19 11:09:18+03:00
|
mpeg4dec: Ensure data is not clobbered too early.
Avoid overwriting the bitstream buffer data before we
have ended processing the frame.
This is necessary to fix hwaccels which might try to use
the buffer during the end_frame call.
I am not sure but it is possible this could even trigger
a use-after-free if the av_fast_malloc allocated a new buffer.
This would require that decode_slice did not wind the bitstream
forward all the way to the end, which does not currently happen in
normal streams.
Signed-off-by: Reimar Döffinger <[email protected]>
|
f76b633a94e19dc8aca0b80143272ce9b497f94c
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/f76b633a94e19dc8aca0b80143272ce9b497f94c
|
2013-09-21 09:40:28+02:00
|
tls: Add options for verifying the peer certificate
A file containing the trusted CA certificates needs to be
supplied via the ca_file AVOption, unless the TLS library
has got a system default file/database set up.
This doesn't check the hostname of the peer certificate with
openssl, which requires a non-trivial piece of code for
manually matching the desired hostname to the string provided
by the certificate, not provided as a library function.
That is, with openssl, this only validates that the received
certificate is signed with the right CA, but not that it is
the actual server we think we're talking to.
Verification is still disabled by default since we can't count
on a proper CA database existing at all times.
Signed-off-by: Martin Storsjö <[email protected]>
|
8b09d917e7dc7d7f2ace31419f802d4ff518236c
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/8b09d917e7dc7d7f2ace31419f802d4ff518236c
|
2013-09-26 23:13:06+03:00
|
avformat/sierravmd: check for memory allocation failures
Signed-off-by: Paul B Mahol <[email protected]>
|
60caa3d8bc11677b90b791398ac7cca68a7389be
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/60caa3d8bc11677b90b791398ac7cca68a7389be
|
2013-09-11 11:06:44+00:00
|
avcodec/truemotion2: Fix av_freep arguments
Fixes null pointer dereference
Fixes Ticket2944
Signed-off-by: Michael Niedermayer <[email protected]>
|
c54aa2fb0f869ec025933944cbd1634fffe95d09
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/c54aa2fb0f869ec025933944cbd1634fffe95d09
|
2013-09-08 20:27:54+02:00
|
avisynth: Support video input from AviSynth 2.5 properly.
Uses the 2.5 compatibility header included with the variant of
FFMS2 that uses AviSynth's C-interface. A copy of this header is
now provided in compat/avisynth.
avs_get_row_size_p and avs_get_height_p changed between versions
2.5 and 2.6. Since the avisynth_c.h header that avformat uses
assumes AviSynth 2.6, it would cause 2.5 to crash if given any
kind of real video (the Version() function was known to work,
though).
AvxSynth was unaffected by this issue because, despite being based
on AviSynth 2.5.8 and using 2.5.8's interface version number of 3,
it actually uses 2.6's versions of these functions.
Signed-off-by: Michael Niedermayer <[email protected]>
|
2c25e83b1d022ab36842d77749024b3d720a4227
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/2c25e83b1d022ab36842d77749024b3d720a4227
|
2013-08-17 14:27:25+02:00
|
ffplay: ensure the decoder is flushed before exiting or looping
Also make sure that we only exit or restart the video if it is not paused and
if the picture queue is empty.
There is still room for improvement (filters may also buffer some frames), but
the patch fixes the most common use cases and ticket #2783 as well.
Signed-off-by: Marton Balint <[email protected]>
|
e84ca8d38a18deac55dbc2c9337a7588337039cc
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/e84ca8d38a18deac55dbc2c9337a7588337039cc
|
2013-08-09 00:16:13+02:00
|
swscale/utils: Fix potential overflow of srcPos*C before converting to 64bit
Fixes CID1061054
Signed-off-by: Michael Niedermayer <[email protected]>
|
8d745281a489f0f69b00a99345c4a63026082eff
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/8d745281a489f0f69b00a99345c4a63026082eff
|
2013-08-08 02:56:26+02:00
|
swscale/utils: Fix potential overflow of dstPos*xInc before converting to 64bit
Fixes CID1061053
Signed-off-by: Michael Niedermayer <[email protected]>
|
bc721ac9f7753b4175b6888e979db0a1615a1bd9
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/bc721ac9f7753b4175b6888e979db0a1615a1bd9
|
2013-08-08 02:51:52+02:00
|
avcodec/ff_h264_decode_sei: fix integer overflow with size.
This issue is hypothetical and no testcase is available.
Signed-off-by: Michael Niedermayer <[email protected]>
|
80c873a87ed07c6dd772dcf6befb4cf0fd98ef7b
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/80c873a87ed07c6dd772dcf6befb4cf0fd98ef7b
|
2013-07-21 17:57:15+02:00
|
wmavoice: conceal clearly corrupted blocks
Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
CC: [email protected]
|
d14a26edb7c4487df581f11e5c6911dc0e623d08
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/d14a26edb7c4487df581f11e5c6911dc0e623d08
|
2013-07-10 15:50:06+02:00
|
avcodec/x86/dsputil_init: only use xvid idct for lowres=0
Fixes crash
Fixes Ticket2714
Signed-off-by: Michael Niedermayer <[email protected]>
|
b791a0831b0a027e7ba4eb6961cc0180472ac603
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/b791a0831b0a027e7ba4eb6961cc0180472ac603
|
2013-07-01 20:56:37+02:00
|
vf_lut: make config_props work properly when called multiple times.
Do not leak the expressions.
|
b06848f4deccb998f019eadc9a72e595bb5db4a9
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/b06848f4deccb998f019eadc9a72e595bb5db4a9
|
2013-05-17 07:42:28+02:00
|
ffv1: check for malloc failure.
Somehow i managed to loose this fix before pushing
Signed-off-by: Michael Niedermayer <[email protected]>
|
b8a2331a70b720e83e1be243f7d17941c8952ef2
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/b8a2331a70b720e83e1be243f7d17941c8952ef2
|
2013-05-11 21:23:46+02:00
|
aacdec: free frame buffer if no audio was decoded
If no decoding error was detected, but still no audio was decoded, the
frame needs to be free'ed, or it will leak.
Fixes part of ticket #2095
Signed-off-by: Michael Niedermayer <[email protected]>
|
d18341fb1121332056aecc00096159df16d01107
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/d18341fb1121332056aecc00096159df16d01107
|
2013-05-04 13:20:19+02:00
|
lavf: introduce AVFMT_TS_NEGATIVE
Most formats do not support negative timestamps, shift them to avoid
unexpected behaviour and a number of bad crashes.
CC:[email protected]
Signed-off-by: Anton Khirnov <[email protected]>
Signed-off-by: Luca Barbato <[email protected]>
|
c2cb01d418dd18e1cf997c038d37378d773121be
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/c2cb01d418dd18e1cf997c038d37378d773121be
|
2013-04-25 10:13:27+02:00
|
rmdec: dont return uninitialized data
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
|
161dee43213dafee0f7d969320fc4bc5318ba68d
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/161dee43213dafee0f7d969320fc4bc5318ba68d
|
2013-04-17 02:16:58+02:00
|
lavf/concatdec: fix possible leak in case of malloc failure.
Fix CID 747737.
|
de1568a452d8348917fee533fe17517131dccf95
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/de1568a452d8348917fee533fe17517131dccf95
|
2013-03-20 13:35:24+01:00
|
iff: validate CMAP palette size
Fixes CVE-2013-2495
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Luca Barbato <[email protected]>
CC: [email protected]
|
50c449ac24fbb4c03c15d2e2026cef2204b80385
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/50c449ac24fbb4c03c15d2e2026cef2204b80385
|
2013-03-18 10:48:29+01:00
|
h264: fix null pointer dereference and assertion failure
Signed-off-by: Michael Niedermayer <[email protected]>
|
0fc01ae33c7712168aab0f98c5715b40da0b5f03
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/0fc01ae33c7712168aab0f98c5715b40da0b5f03
|
2013-03-12 03:23:56+01:00
|
aacsbr: Check for envelope scalefactors overflowing
This prevents various values from becoming stuck at NAN and
output to become silent
If someone knows a cleaner solution, thats welcome!
Fixes Ticket2335
Signed-off-by: Michael Niedermayer <[email protected]>
|
8978c743fb1d1f5a0d6dbdd83ff05817f8a41230
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/8978c743fb1d1f5a0d6dbdd83ff05817f8a41230
|
2013-03-08 14:21:40+01:00
|
noise_bsf: check if allocation failed
Signed-off-by: Paul B Mahol <[email protected]>
|
67f9bbbb3f6295ca27da7c367f31c6d65339dd4a
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/67f9bbbb3f6295ca27da7c367f31c6d65339dd4a
|
2013-03-29 19:00:16+00:00
|
asfdec: dont truncate type 2-5 values
Fixes use of uninitialized variables and possible out of array accesses
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
|
d9293648147013403de729958ea4c19a5b6c40e4
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/d9293648147013403de729958ea4c19a5b6c40e4
|
2013-03-05 22:29:57+01:00
|
bmp: Fix warning X may be used uninitialized in this function
Signed-off-by: Michael Niedermayer <[email protected]>
|
5270cb39ba7c1842ab57ea0947a70d1ae396ed84
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/5270cb39ba7c1842ab57ea0947a70d1ae396ed84
|
2013-02-23 14:03:18+01:00
|
theora: Skip zero-sized headers
This fixes a regression since d9cf5f51 with theora over RTP
(possibly with other variants of theora as well).
In theora over RTP, the second of the 3 headers turns out to be
0 bytes long, which prior to d9cf5f51 worked just fine. After
d9cf5f51, reading from the bitstream reader fails (since the reader
wasn't initialized but returned an error if initialized with 0 bits).
CC: [email protected]
Signed-off-by: Martin Storsjö <[email protected]>
|
e33db35b4a91ad543d9dde3a981a89118ba68937
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/e33db35b4a91ad543d9dde3a981a89118ba68937
|
2013-01-17 19:06:56+02:00
|
asfdec: fix integer overflow in packet_replic_size check
Fixes assertion failure
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
|
fe6767f849d9cfe51f422de9d807137d756de7aa
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/fe6767f849d9cfe51f422de9d807137d756de7aa
|
2013-01-31 03:37:43+01:00
|
vc1dec: fix block_off
Fixes corruption of motion_val
Signed-off-by: Michael Niedermayer <[email protected]>
|
131fac1c12edacec254fcaed70dbf50f36603b3c
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/131fac1c12edacec254fcaed70dbf50f36603b3c
|
2013-01-31 23:22:11+01:00
|
wtvdec: fix integer overflow
Fixes CID968583
Signed-off-by: Michael Niedermayer <[email protected]>
|
3317414fc11a9a187b474141f4ac13f895c0b493
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/3317414fc11a9a187b474141f4ac13f895c0b493
|
2013-01-20 20:59:30+01:00
|
vc1dec: prevent a crash due missing pred_flag parameter
Handle pred_flag parameter not given to get_mvdata_interlaced()
Signed-off-by: Vladimir Pantelic <[email protected]>
Signed-off-by: Luca Barbato <[email protected]>
|
7b8c5b263bc680eff5710bee5994de39d47fc15e
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/7b8c5b263bc680eff5710bee5994de39d47fc15e
|
2013-01-11 04:57:41+01:00
|
lavc/ass_split: check for NULL pointer in ff_ass_split_override_codes().
This is consistent with the other ff_ass_split_* functions.
It also fixes a crash when trying to split a dialog with text=NULL
(which seems to happen when the text of the dialog is empty); basically,
this commit fixes crashes when trying to encode an empty text subtitle
dialog (see subrip and mov_text encoders).
Fixes Ticket2048.
|
c83002a4f8042ccfa0688a9a18e8fa0369c1fda8
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/c83002a4f8042ccfa0688a9a18e8fa0369c1fda8
|
2012-12-30 06:57:34+01:00
|
mpeg12: do not decode extradata more than once.
Fixes CVE-2012-2803.
CC: [email protected]
|
582368626188c070d4300913c6da5efa4c24cfb2
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/582368626188c070d4300913c6da5efa4c24cfb2
|
2012-12-19 22:32:54+01:00
|
h264: support frame parameter changes during frame-mt
Fixes CVE-2012-2782.
|
9e696d2e5ffaa763c564682ec18c3b51b3e5fccc
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/9e696d2e5ffaa763c564682ec18c3b51b3e5fccc
|
2012-12-18 19:55:10+01:00
|
mpegvideo: initialize dummy reference frames.
Do not rely on get_buffer initializing them.
Changes yadif tests (off by one in one border pixel), because yadif
reads from those uninitialized lines.
|
293065bdb56e603589ad8a29326406c39323e153
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/293065bdb56e603589ad8a29326406c39323e153
|
2013-02-06 10:21:52+01:00
|
mxf_set_audio_pts: fix division by 0
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
|
75b3911e5a6d8f504723303444f534878e09a954
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/75b3911e5a6d8f504723303444f534878e09a954
|
2012-12-12 11:35:47+01:00
|
configure: arm: check inline and external asm support for extensions
This tests instruction set support in both inline and external asm.
If both fail, the base config option is disabled.
Signed-off-by: Mans Rullgard <[email protected]>
|
7f2b3dcabd108926bde819ad574017f4161d1546
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/7f2b3dcabd108926bde819ad574017f4161d1546
|
2012-12-07 16:54:03+00:00
|
Revert "Acquire lock when initializing parsers."
This reverts commit 7feef7dbca5f6a816e04b63c17aad5dacd272f6e.
This commit causes assertion failures due to use of parser_init from multiple
threads, for example indirectly by ffmpeg.c and more directly from the
packet read functions.
I dont know how to fix this quickly, and fixing ffmpeg.c leaves
the possibility of other applications being affected.
Crashing the applications until this is resolved is clearly no good
thus this revert, so we have time to think about the problem.
Crashes can be reproduced by using multiple input files in ffmpeg.
|
0393cf15dbe3b136647b81676a105815924eebcd
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/0393cf15dbe3b136647b81676a105815924eebcd
|
2012-12-06 02:52:46+01:00
|
h264: Fix parameters to ff_er_add_slice() call
s->mb_x is reset to zero a couple of lines above. It does not make
sense to call ff_er_add_slice() with 0 as endx when the end of the
macroblock row was reached. Fixes unnecessary and counterproductive
error resilience in https://bugzilla.libav.org/show_bug.cgi?id=394.
CC: [email protected]
|
e6160bda98641b7d4f86de15761ad2a962f21a36
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/e6160bda98641b7d4f86de15761ad2a962f21a36
|
2012-11-16 13:18:28+01:00
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.