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
⌀ |
---|---|---|---|---|---|---|---|
dxva2_hevc: re-write reference frame handling
The old logic required and explicit clearing of the lists first and was
prone to overflow the DXVA2 struct in some circumstances.
Signed-off-by: Michael Niedermayer <[email protected]>
|
c7bd6a54af1b5bf290deff928aab7897ce6b99a8
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/c7bd6a54af1b5bf290deff928aab7897ce6b99a8
|
2015-05-29 03:26:23+02:00
|
Fix movtext crashes caused due to lack of proper bounds checking
Signed-off-by: Niklesh <[email protected]>
|
b44a55ad2d182dc5dce09609badfb6dcb575e632
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/b44a55ad2d182dc5dce09609badfb6dcb575e632
|
2015-05-19 20:15:15-07:00
|
avcodec/j2kenc: Use ret < 0 instead of ret != 0 for error checks
This is how most code in FFmpeg checks for failures
Signed-off-by: Michael Niedermayer <[email protected]>
|
2580bae54a45d6aaf85ddc5e780389e7e90b2c86
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/2580bae54a45d6aaf85ddc5e780389e7e90b2c86
|
2015-05-16 18:47:14+02:00
|
libx265: Fix 'braces around scalar initializer' warning
x265 Reordered the x265_picture fields in the commit
https://github.com/videolan/x265/commit/51b1518de2414431f36eac592db15b667c25a7b9#diff-945b5354d8767dfac13334f2d22cf58fR107
Now the first field is an integer and not an array.
|
04070dbca0688ab1e24528ce5c135254a9a79c47
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/04070dbca0688ab1e24528ce5c135254a9a79c47
|
2015-05-06 14:53:29+01:00
|
vp9: improve signbias check.
Otherwise it will still scale motion vectors, which leads to corrupted
prediction.
|
68c1e9131654576fb3abc13da742c115303a3b54
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/68c1e9131654576fb3abc13da742c115303a3b54
|
2015-05-15 21:14:08-04:00
|
ffmpeg: Fix null pointer dereference in do_video_out()
Fixes: CID1295087
Signed-off-by: Michael Niedermayer <[email protected]>
|
93db2708d3b0bcc1f1d87d23ae8adbedd8ea6660
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/93db2708d3b0bcc1f1d87d23ae8adbedd8ea6660
|
2015-04-19 23:44:19+02:00
|
avformat/asfenc: Check for index_ptr allocation failure
Signed-off-by: Michael Niedermayer <[email protected]>
|
3662e251cbe0edc05cd03349a606a06f3bb96eda
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/3662e251cbe0edc05cd03349a606a06f3bb96eda
|
2015-04-07 22:29:54+02:00
|
avcodec/h264: finish previous slices before switching to single thread mode
Fixes null pointer dereference
Fixes Ticket4438
Signed-off-by: Michael Niedermayer <[email protected]>
|
c4b2017ba66e1623da9f527704c61c86a6e74844
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/c4b2017ba66e1623da9f527704c61c86a6e74844
|
2015-04-07 02:47:36+02:00
|
avcodec/error_resilience: Avoid race with updating the error_count
Signed-off-by: Michael Niedermayer <[email protected]>
|
cf880ccb6a82476e1b944d5d0e742b63de21283a
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/cf880ccb6a82476e1b944d5d0e742b63de21283a
|
2015-04-05 13:32:09+02:00
|
h264_ps: properly check cropping parameters against overflow
CC: [email protected]
|
d8a45d2d49f54fde042b195f9d5859251252493d
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/d8a45d2d49f54fde042b195f9d5859251252493d
|
2015-03-21 09:35:23+01:00
|
avcodec/utils: Align YUV411 by as much as the other YUV variants
Fixes out of array accesses
Fixes: ffmpeg_mjpeg_crash2.avi
Found-by: Thomas Lindroth <[email protected]>
Tested-by: Thomas Lindroth <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
|
e3201c38d53d2b8b24d0bc95d726b2cb1752dc12
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/e3201c38d53d2b8b24d0bc95d726b2cb1752dc12
|
2015-03-07 21:39:09+01:00
|
avcodec/tdsc: use ff_codec_open2_recursive()
Fixes assertion failure and race conditions
Signed-off-by: Michael Niedermayer <[email protected]>
|
88ddcfa37f0067aae7457b44f433982f4c6d72ee
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/88ddcfa37f0067aae7457b44f433982f4c6d72ee
|
2015-03-13 23:23:16+01:00
|
nutdec: Prevent leaks on memory error
Bug-Id: CID 205122 / CID 205123
|
5a2645cafeca1c2207ac55cc831c3349572a82ed
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/5a2645cafeca1c2207ac55cc831c3349572a82ed
|
2015-03-12 15:29:59+00:00
|
rtpenc_mpegts: Set chain->rtp_ctx only after avformat_write_header succeeded
By making sure we at each time only have one pointer set, either a
local variable or one in the context, we avoid potential double frees
in the cleanup routines. If chain->rtp_ctx is set, it is closed by
calling avformat_write_trailer, but that shouldn't be called unless
avformat_write_header succeeded.
This issue was pointed out by Andreas Cadhalpun.
Signed-off-by: Martin Storsjö <[email protected]>
|
cf402d6fa88acd647cdff993429583bec8a34fdc
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/cf402d6fa88acd647cdff993429583bec8a34fdc
|
2015-03-10 09:58:41+02:00
|
avfilter/paletteuse: fix leak in case of error
Fixes CID1270819
|
f40266560b85f9a4b9b2864a52bb60886af8ee0b
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/f40266560b85f9a4b9b2864a52bb60886af8ee0b
|
2015-02-18 14:04:10+01:00
|
Revert "takdec: pad filter coeff buffer for DSP functions"
This reverts commit e0c7ba40cf0bb521430f4a808ed1f1a408093f9c.
Valgrind complains about invalid reads, which generate segfaults in some
systems.
|
03616af2c91309d58f9419becf45d292cb93e625
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/03616af2c91309d58f9419becf45d292cb93e625
|
2015-02-23 18:22:37-03:00
|
avformat/matroskaenc: Use the correct data type for the chapter times
Fixes potential integer overflow
Signed-off-by: Michael Niedermayer <[email protected]>
|
a4cd057bc7ddd2dd094d2ae7b0d6843ade95a626
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/a4cd057bc7ddd2dd094d2ae7b0d6843ade95a626
|
2015-02-17 20:40:00+01:00
|
h264: initialize H264Context.avctx in init_thread_copy
This prevents using a wrong (first thread's) AVCodecContext if decoding
a frame in the first pass over all threads fails.
|
a06b0b1295c51d100101e0ca0434e199ad6de6b5
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/a06b0b1295c51d100101e0ca0434e199ad6de6b5
|
2015-02-21 09:29:48+01:00
|
avfilter/vf_fspp: check count before calling row_idct()
Fixes crash with odd widths
Signed-off-by: Michael Niedermayer <[email protected]>
|
375a0273cec41a329c9cca01fb8805e9a0dc3d72
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/375a0273cec41a329c9cca01fb8805e9a0dc3d72
|
2015-01-28 17:23:27+01:00
|
avcodec/parser: add fuzzy mode to ff_fetch_timestamp()
This will be needed for the following timestamp fix
Signed-off-by: Michael Niedermayer <[email protected]>
|
69ee915e1c628fdf8b270de8c19ff357333e354a
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/69ee915e1c628fdf8b270de8c19ff357333e354a
|
2015-01-07 11:52:08+01:00
|
gifdec: refactor interleave end handling
Fixes invalid writes with very small image heights.
CC: [email protected]
Bug-ID: CVE-2014-8547
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Anton Khirnov <[email protected]>
|
0b39ac6f54505a538c21fe49a626de94c518c903
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/0b39ac6f54505a538c21fe49a626de94c518c903
|
2014-12-19 08:01:47+01:00
|
avcodec/indeo3: use signed variables to avoid underflow
Fixes out of array read
Fixes: signal_sigsegv_1b0a4da_1865_cov_2167818389_computer_anger.avi
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
|
3305acdc92fa37869f160a11a87741c8a0de0454
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/3305acdc92fa37869f160a11a87741c8a0de0454
|
2014-12-17 05:14:11+01:00
|
lavc/options: fix leaks in avcodec_copy_context
Signed-off-by: Lukasz Marek <[email protected]>
|
8616c5b75acf91871e281e730f53e3de617484f1
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/8616c5b75acf91871e281e730f53e3de617484f1
|
2014-12-06 01:01:15+01:00
|
avcodec/wmaprodec: Fix integer overflow in sfb_offsets initialization
Fixes out of array read
Fixes: asan_heap-oob_2aec5b0_1828_classical_22_16_2_16000_v3c_0_exclusive_0_29.wma
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
|
5dcb99033df16eccc4dbbc4a099ad64457f9f090
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/5dcb99033df16eccc4dbbc4a099ad64457f9f090
|
2014-11-10 23:09:39+01:00
|
avformat/mvdec: Check size in read_table() for validity
This check is redundant with the previous commit but it provides
better error messages and feedback while the previous commit
ensures that var_read_string() doesnt return uninitialized arrays
if it itself is feeded with an invalid size possibly through a
different future codepath.
Fixes: asan_heap-oob_49b1e5_12_011.movie
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
|
f1c21a200bcbc9bbd54fc336016ac16c2e015012
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/f1c21a200bcbc9bbd54fc336016ac16c2e015012
|
2014-10-28 17:51:14+01:00
|
avformat/mxfdec: cleanup if parsing the header metadata fails
Fixes memleaks
Fixes: asan_static-oob_87d116_10_201.mxf
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
|
676110e6d4c455acac4f234d79ab57996d43a8e7
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/676110e6d4c455acac4f234d79ab57996d43a8e7
|
2014-10-15 06:08:34+02:00
|
libavcodec/libtwolame: fix null pointer dereference
Signed-off-by: Paul B Mahol <[email protected]>
|
a586b3d9b1df9099c18d3e15c9b261f6612ad2ac
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/a586b3d9b1df9099c18d3e15c9b261f6612ad2ac
|
2014-10-13 12:22:41+00:00
|
proresenc: Realloc if buffer is too small
The buffer allocation may be incorrect (e.g. with an alpha plane),
and currently causes the buffer to be set to NULL by init_put_bits,
causing a crash later on.
So, detect that situation, and if detected, reallocate the buffer
and ask for a sample that shows the problem.
CC: [email protected]
Signed-off-by: Diego Biurrun <[email protected]>
Signed-off-by: Luca Barbato <[email protected]>
|
45ce880a9b3e50cfa088f111dffaf8685bd7bc6b
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/45ce880a9b3e50cfa088f111dffaf8685bd7bc6b
|
2014-08-18 18:57:06+02:00
|
avutil: turn arm setend into a cpuflag
this allows disabling and enabling it
it also prevents crashes if vfpv3 and neon are disabled which previously
would have enabled the flag
And last but not least one can enable setend on cpus like cortex-a8 where
its fast but disabled by default
Signed-off-by: Michael Niedermayer <[email protected]>
|
1e519b9d407fd35538b8d4dfdc723448355e9fe1
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/1e519b9d407fd35538b8d4dfdc723448355e9fe1
|
2014-08-13 14:50:15+02:00
|
pgssubdec: Check RLE size before copying
Make sure the buffer size does not exceed the expected
RLE size.
Prevent an out of array bound write.
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
Bug-Id: CVE-2013-0852
Signed-off-by: Luca Barbato <[email protected]>
|
d98e6c5d5d80c1dfe0c30f2e73d41a3aea0b920d
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/d98e6c5d5d80c1dfe0c30f2e73d41a3aea0b920d
|
2014-08-01 02:13:32+02:00
|
tests/fate.sh: If cat *.rep fails try it with a for loop.
Fixes fate on haiku, where cat dies due to too many arguments
xargs could be used too but we do not use xargs currently so it
would be an additional dependency.
Also the plain cat is left in place as it is faster than the loop
Signed-off-by: Michael Niedermayer <[email protected]>
|
d554d004a67c30e3f38bec51b2c691cfe3af3bb8
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/d554d004a67c30e3f38bec51b2c691cfe3af3bb8
|
2014-07-28 18:34:16+02:00
|
avcodec/huffyuvdec: do not leave alpha values uninitialized
fixes fate failure under valgrind
Signed-off-by: Michael Niedermayer <[email protected]>
|
5439959ef013670d8974e88acb85bd03055a6229
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/5439959ef013670d8974e88acb85bd03055a6229
|
2014-06-18 16:59:05+02:00
|
avcodec/mpeg12enc: avoid floats in the aspect ratio info setup code
This fixes potential rounding issues with floats, and also
fixes a division by 0
Signed-off-by: Michael Niedermayer <[email protected]>
|
7ebf90ff472d05c7179f202df8686d84adfcb3d2
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/7ebf90ff472d05c7179f202df8686d84adfcb3d2
|
2014-05-16 19:42:50+02:00
|
avcodec/dcadec: add an assert to silence a uninitialized variable warning
Signed-off-by: Michael Niedermayer <[email protected]>
|
62a9725bc95ef3c5101e2a9e74668cc1ecbd8819
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/62a9725bc95ef3c5101e2a9e74668cc1ecbd8819
|
2014-05-08 16:48:41+02:00
|
avcodec/vp7: check buffer size
Fixes overread
Fixes Ticket 3501
Found-by: Piotr Bandurski <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
|
46f72ea507afee6adb0d2324848159063d0e7afc
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/46f72ea507afee6adb0d2324848159063d0e7afc
|
2014-03-29 04:27:00+01:00
|
avcodec/x86/mpegvideoenc_template: fix integer overflow
Signed-off-by: Michael Niedermayer <[email protected]>
|
c25d2cd20b7643ea2c864dea9f25eef322cf3fb2
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/c25d2cd20b7643ea2c864dea9f25eef322cf3fb2
|
2014-03-25 00:15:52+01:00
|
vf_pullup: simplify, fix double free error
The memory allocation for f->diffs was freed multiple times in some
corner cases. Simplify the code so that this doesn't happen.
Signed-off-by: Michael Niedermayer <[email protected]>
|
5b0ce5d4e3660fb0fc86779cbd027b47b1758c9f
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/5b0ce5d4e3660fb0fc86779cbd027b47b1758c9f
|
2014-03-26 18:27:25+01:00
|
avcodec/dxtory: fix src size checks
Fixes integer overflow
Fixes out of array read
Fixes: d104661bb59b202df7671fb19a00ca6c-asan_heap-oob_d6429d_5066_cov_1729501105_dxtory_mic.avi
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
|
a392bf657015c9a79a5a13adfbfb15086c1943b9
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/a392bf657015c9a79a5a13adfbfb15086c1943b9
|
2014-02-16 21:13:02+01:00
|
libx265: Fix use of uninitialized input picture
Signed-off-by: Derek Buitenhuis <[email protected]>
|
41836c4e306e572ecf80d5a714aaec532c7ece60
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/41836c4e306e572ecf80d5a714aaec532c7ece60
|
2014-02-14 14:27:45+00:00
|
vp9: fix invalid ref frame w/h on size change.
Fixes invalid reads and crashes in vp90-2-05-resize.webm and fuzzed6.ivf.
The output is still not identical to what libvpx does (because we don't
actually scale in MC).
Reviewed-by: ubitux
Signed-off-by: Michael Niedermayer <[email protected]>
|
c2871568cffe5c8a32ac7db35febf4267746395b
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/c2871568cffe5c8a32ac7db35febf4267746395b
|
2014-01-26 20:16:01+01:00
|
hevc: Prevent some integer overflows
get_ue_golomb_long() returns an unsigned.
Sample-Id: 00001541-google
Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
CC: [email protected]
|
838740e6420538ad45982da6b1d3aa3ae91307f5
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/838740e6420538ad45982da6b1d3aa3ae91307f5
|
2014-01-21 11:59:18+01:00
|
avformat/rmdec: check that sub_packet_size fit in the packet for DEINT_ID_GENR
Fixes use of uninitialized memory
Fixes: msan_uninit-mem_7fa8c49400d0_3923_audiosig.rm
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
|
ed1eb9602c962e2e7c5ef298c2e17c150dc2c912
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/ed1eb9602c962e2e7c5ef298c2e17c150dc2c912
|
2014-01-07 00:26:33+01:00
|
h264: reject mismatching luma/chroma bit depths during sps parsing
There is no point in delaying the check and it avoids bugs with a
half-initialized context.
Fixes invalid reads.
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
CC:[email protected]
|
bfd26b7ce6efea594f2b99441d900419df3af638
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/bfd26b7ce6efea594f2b99441d900419df3af638
|
2014-01-06 08:23:45+01:00
|
h264: reset data_partitioning if decoding the slice header for NAL_DPA fails
If it was set before then we can end up trying to decode a slice without
a valid slice header, which can lead to invalid memory access.
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
CC:[email protected]
|
58312b2472d3a44d7458865c459d59ef2e02bf1a
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/58312b2472d3a44d7458865c459d59ef2e02bf1a
|
2014-01-03 16:42:02+01:00
|
mp3on4: fail when the header check fails
It seems the code assumed that when one out of multiple blocks fail
some span of time is correct, its not, its some channels
that are correct
Fixes use of uninitialized memory
Fixes: msan_uninit-mem_7f44a03ba3ce_5692_id5_1.mp4
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
|
c925e960e83dffdfdbb9598bb1a6ba475cb4520d
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/c925e960e83dffdfdbb9598bb1a6ba475cb4520d
|
2014-01-02 18:53:41+01:00
|
avformat/vqf: check avio_read()s return value more completely
Fixes use of uninitialized memory
Fixes: msan_uninit-mem_7f180a523a71_5052_esvorbei_extd.vqf
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
|
06bb1de1c78a3653e197ff3434d550499b556e72
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/06bb1de1c78a3653e197ff3434d550499b556e72
|
2014-01-01 16:53:54+01:00
|
avformat/mpc8: clear buffer padding area
Fixes use of uninitialized memory
Fixes: msan_uninit-mem_7fa6a48cd1d5_8853_sv8_notags.mpc
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
|
e33b6ccfa782c6e04bcc5ef1b5138ad2a923f620
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/e33b6ccfa782c6e04bcc5ef1b5138ad2a923f620
|
2013-12-25 23:54:27+01:00
|
lavfi/volume: fix NULL reference in filter_frame()
Fix crash.
|
baeda2bf92a5de97e497f13ecb04025e27f9be1a
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/baeda2bf92a5de97e497f13ecb04025e27f9be1a
|
2013-12-25 19:13:23+01:00
|
avformat/dxa: check avio_read() return
Fixes use of uninitialized memory
Fixes msan_uninit-mem_7fd4d4323ddd_2453_MUSOSP1.dxa
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
|
ae09db1023083cbc99009c9f16e83e159d0ea040
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/ae09db1023083cbc99009c9f16e83e159d0ea040
|
2013-12-19 18:36:49+01:00
|
avcodec/interplayvideo: Check that enough data is available for opcode_0x7/8/D
Fixes hypothetical use of uninitialized memory, no sample available
Signed-off-by: Michael Niedermayer <[email protected]>
|
8eb76217d0137b7adad438f6c923310fbc1fc4c1
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/8eb76217d0137b7adad438f6c923310fbc1fc4c1
|
2013-12-19 00:38:11+01:00
|
avcodec/interplayvideo: Check that enough data is available for opcode_0x9
Fixes use of uninitialized memory
Fixes: msan_uninit-mem_7fd5185b45df_5895_interplay-logo-2MB.mve
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
|
66875798eb88be2f9e49c7d1d1b92aadac1623f6
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/66875798eb88be2f9e49c7d1d1b92aadac1623f6
|
2013-12-19 00:38:11+01:00
|
avcodec/vc1dec: use av_mallocz for luma_mv
This ensures that no mvs are uninitialized at the time of loop filtering
Fixes: msan_uninit-mem_7f0b6dfe293c_2786_SA20021.vc1
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
|
3e626548ce6d1ecb86733576dd7272b6ba6352ea
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/3e626548ce6d1ecb86733576dd7272b6ba6352ea
|
2013-12-17 21:54:20+01:00
|
avformat/iff: shrink packets to the initialized data
Fixes use of uninitialized data
Fixes: msan_uninit-mem_7f65b9788da6_388_24.iff
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
|
2b31a9c613f95383d5106f8c1cbcee8eb291090f
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/2b31a9c613f95383d5106f8c1cbcee8eb291090f
|
2013-12-15 01:34:14+01:00
|
avformat/asf: clear uninitialized areas of packets before returning them
Fixes use of uninitialized variables
Fixes msan_uninit-mem_7f839282b6ce_7273_msn08_VBRq70_800x600.wmv
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
|
f5cf0ea93a55f43b553aa7d6698936e48c6a94df
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/f5cf0ea93a55f43b553aa7d6698936e48c6a94df
|
2013-12-13 23:32:45+01:00
|
avfilter/aeval: Fix use of uninitialized variable
Fixes CID1135776
Signed-off-by: Michael Niedermayer <[email protected]>
|
0fe6906d96cce8621e22a91c7d0106f7b03610fd
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/0fe6906d96cce8621e22a91c7d0106f7b03610fd
|
2013-12-11 15:31:32+01:00
|
avcodec/hnm4video: change width/height to int
Fixes hypothetical integer overflows
Related to CID1135770 & CID1135771
Signed-off-by: Michael Niedermayer <[email protected]>
|
e23b18321fb5cffb6e05d0b0ef00de9733f560da
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/e23b18321fb5cffb6e05d0b0ef00de9733f560da
|
2013-12-10 23:50:08+01:00
|
ffserver: extend error handling when parsing the configuration file
In particular, abort immediately in case of memory error, avoid potential
crashes.
|
7cbbc4f7e7ffdb874a25e269ac92f7bb161c5b83
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/7cbbc4f7e7ffdb874a25e269ac92f7bb161c5b83
|
2013-11-28 23:13:45+01:00
|
avformat/dfa: check first frame offset in probe
Fixes probetest failure
Signed-off-by: Michael Niedermayer <[email protected]>
|
bdab2421a540efc0593c87e6d247427a0a6e16bc
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/bdab2421a540efc0593c87e6d247427a0a6e16bc
|
2013-11-11 19:38:38+01:00
|
avformat/idcin: check the decompressed frame size during probing
Fixes probetest failure
Signed-off-by: Michael Niedermayer <[email protected]>
|
4c439f6e3999ae534991ecde943e45b00c80b8d2
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/4c439f6e3999ae534991ecde943e45b00c80b8d2
|
2013-11-08 15:19:35+01:00
|
ansi: fix possible use of uninitialized variables
|
3ea5f64ffff0a51f62922efd2e2bc231b13b2179
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/3ea5f64ffff0a51f62922efd2e2bc231b13b2179
|
2013-11-03 11:51:40+01:00
|
avformat/astdec: sanity check channels & sample rate
Fixes probetest failure
Reviewed-by: Reimar Döffinger <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
|
cbe84b4ffae4619417e119ed63d7c49826feac81
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/cbe84b4ffae4619417e119ed63d7c49826feac81
|
2013-11-07 14:58:34+01:00
|
avcodec/cook: fix deadlock by using get_unary()
Fixes #3089.
Reported-by: Piotr Bandurski <[email protected]>
Signed-off-by: Paul B Mahol <[email protected]>
|
65988b991659fea72365be53e17d10953c0f8f78
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/65988b991659fea72365be53e17d10953c0f8f78
|
2013-10-30 13:26:55+00:00
|
xmv: Add more sanity checks for parameters read from the bitstream
Since the number of channels is multiplied by 36 and assigned to
to a uint16_t, make sure this calculation didn't overflow. (In
certain cases the calculation could overflow leaving the
truncated block_align at 0, leading to divisions by zero later.)
Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
CC: [email protected]
Signed-off-by: Martin Storsjö <[email protected]>
|
d4c2a3740fb95f952a87ba320d2bf31f126bdf68
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/d4c2a3740fb95f952a87ba320d2bf31f126bdf68
|
2013-09-17 20:09:25+03:00
|
avcodec/mjpegdec: check for malloc failure of blocks[] and last_nnz[]
Fixes null pointer dereference
Fixes Ticket2947
Signed-off-by: Michael Niedermayer <[email protected]>
|
6c07e41f43026eb65b6a4afc3119d6666781c211
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/6c07e41f43026eb65b6a4afc3119d6666781c211
|
2013-09-13 23:25:16+02:00
|
lavd/v4l2: do not fail when VIDIOC_ENUMSTD returns EINVAL without a valid match
With some (buggy) drivers, the VIDIOC_G_STD ioctl returns a std_id that cannot
be matched with any of the enumerated v4l2_standard structures (for example
std_id = 0 or std_id = 0xffffff). Do not fail when we reach the end of the
enumeration without a valid match.
Fixes ticket #2370
Note: This commit message has been modified by Giorgio Vazzana, the original
commit message was:
"Fixed regression for mandatory VIDIOC_ENUMSTD support by v4l2"
Signed-off-by: Michael Niedermayer <[email protected]>
|
ed72542539fb61dc3a6d6280d8a6a956ac04a071
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/ed72542539fb61dc3a6d6280d8a6a956ac04a071
|
2013-09-17 22:57:31+02:00
|
avcodec/pictordec: run av_image_check_size() unconditionally
This ensures that no invalid size leaks through
(This issue is hypothetical, ive no testcase)
Signed-off-by: Michael Niedermayer <[email protected]>
|
8088d6f5f11b9f9188555f4642c940ddc92271a6
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/8088d6f5f11b9f9188555f4642c940ddc92271a6
|
2013-09-04 01:02:06+02:00
|
avcodec/snow: check for malloc* failures
Also return and pass on error codes where needed for this
Signed-off-by: Michael Niedermayer <[email protected]>
|
f13e733145132e39056027229ff954a798f58410
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/f13e733145132e39056027229ff954a798f58410
|
2013-08-28 17:09:46+02:00
|
jpeg2000: fix null pointer dereference in case of malloc failure
Signed-off-by: Michael Niedermayer <[email protected]>
|
9e477a37703318cb86d8ed1d426929235aa02b67
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/9e477a37703318cb86d8ed1d426929235aa02b67
|
2013-08-23 18:06:54+02:00
|
avformat/matroskadec: check out_samplerate before using it in av_rescale()
Prevent assertion failure with damaged input
Signed-off-by: Michael Niedermayer <[email protected]>
|
338f8b2eaf36f078eb5cc26ac10e651dc4c48243
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/338f8b2eaf36f078eb5cc26ac10e651dc4c48243
|
2013-08-18 02:34:48+02:00
|
tree-test: Refactor and plug memory leaks
With the most annoying memory leak found by Derek Buitenhuis.
|
c2e936de07d054bf476e60445b453bf6b4836820
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/c2e936de07d054bf476e60445b453bf6b4836820
|
2013-07-31 18:14:08+02:00
|
Revert "Avoid overflows when reading pgm files with maxval != 255 and != 65535."
The patch worked on little endian because pgm decoding was broken
but it was not correct in any way.
This reverts commit 7651c0e49b1f6e66120ef32570a87e3f09224574.
|
2c046c718aefbc9f8223e22f85bb119da4fea04d
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/2c046c718aefbc9f8223e22f85bb119da4fea04d
|
2013-07-29 00:05:43+02:00
|
Avoid overflows when reading pgm files with maxval != 255 and != 65535.
libjpeg v6b apparently does not initialize the most significant bits
to zero when writing 12bit pgm's with maxval 4095.
|
7651c0e49b1f6e66120ef32570a87e3f09224574
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/7651c0e49b1f6e66120ef32570a87e3f09224574
|
2013-07-28 19:07:06+02:00
|
lavf/utils.c: Avoid a null pointer dereference on oom after duration_error allocation.
|
c9eb5c9751c88caaed62af5ffe908fe545022e7e
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/c9eb5c9751c88caaed62af5ffe908fe545022e7e
|
2013-07-10 16:20:40+02:00
|
jpeg2000: Check component number in get_coc() and get_qcc()
Avoid overreads.
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
Signed-off-by: Nicolas Bertrand <[email protected]>
Signed-off-by: Luca Barbato <[email protected]>
|
eae63e3c156f784ee0612422f0c95131ea913c14
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/eae63e3c156f784ee0612422f0c95131ea913c14
|
2013-07-02 20:05:44+02:00
|
Avoid a null pointer dereference after oom on frame size change in mpegvideo.c.
Fixes ticket #2735.
|
712ef25116b4db6dcb84bef6e1517028bc103858
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/712ef25116b4db6dcb84bef6e1517028bc103858
|
2013-06-30 23:45:37+02:00
|
Avoid a null pointer dereference on clean-up after oom in ac3 encoder.
|
225f78b7ef589e52bbbb19c97d36de5b27982702
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/225f78b7ef589e52bbbb19c97d36de5b27982702
|
2013-06-29 17:50:07+02:00
|
avcodec/lpc: Use a function pointer from an initialized context
Fixes null pointer dereference
Signed-off-by: Michael Niedermayer <[email protected]>
|
e27be795f019a8ba41c33b0cf0e3a060069252ea
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/e27be795f019a8ba41c33b0cf0e3a060069252ea
|
2013-06-30 12:40:16+02:00
|
ffprobe: set writer context to 0 after allocation
Avoid access to uninitialized values, which may result in a crash.
This happens for example in case of option parsing failure, since in that
case the internal AVBprint buffers are not initialized.
|
e292d75113fdcb28dcd76321771ec139393af35e
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/e292d75113fdcb28dcd76321771ec139393af35e
|
2013-03-19 18:00:34+01:00
|
smvjpeg: use refcounted frames to avoid mem leaks
Signed-off-by: Michael Niedermayer <[email protected]>
|
d76fff7df72dc458a331709707fc5292ac609aa7
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/d76fff7df72dc458a331709707fc5292ac609aa7
|
2013-06-22 11:58:46+02:00
|
jpeg2000: Make nreslevel fields int
This prevents potential integer overflows
Signed-off-by: Michael Niedermayer <[email protected]>
|
2c2a8f70f5718cffe75b10b015b0cefd021879d3
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/2c2a8f70f5718cffe75b10b015b0cefd021879d3
|
2013-06-05 18:34:07+02:00
|
proresdec2: Only try to decode alpha plane if four output planes were allocated.
Fixes a crash with MPlayer.
|
e32bbd411242658717b0dd637dd85da4c8b40437
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/e32bbd411242658717b0dd637dd85da4c8b40437
|
2013-05-19 01:48:39+02:00
|
avcodec/lcldec: Check that dimensions are a multiple of the subsample factors
Other dimensions would not work correctly currently,
also ask for a sample for files that fail this check.
This fixes an integer overflow leading to out of array
accesses.
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
|
1e00bbb10cbde3da03a1e744265ce6def9ae4c56
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/1e00bbb10cbde3da03a1e744265ce6def9ae4c56
|
2013-05-13 18:52:00+02:00
|
h264_refs: Do not print check_opcodes() return value
The return value provides no useful information and removing the printing
avoids the following warning:
libavcodec/h264_refs.c:788:15: warning: 'i' may be used uninitialized in this function [-Wuninitialized]
|
1b6f84a98665a15130e969fd6b460a05d50090c1
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/1b6f84a98665a15130e969fd6b460a05d50090c1
|
2013-04-27 19:13:45+02:00
|
matroska: set "done" only during resync fail.
Fixes playback of test7.mkv validation test file.
Signed-off-by: Reimar Döffinger <[email protected]>
|
762d4335aec2e5299a06bfbce15d21336af19464
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/762d4335aec2e5299a06bfbce15d21336af19464
|
2013-05-07 05:30:19+02:00
|
libavfilter/af_atempo: Fix uninitialized memory access
valgrind reported uninitialized memory access which was caused by
incorrect number of samples being passed to push_samples(..)
Signed-off-by: Pavel Koshevoy <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
|
5a2a0603780a6a5bb6d254e60eeb525378955b59
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/5a2a0603780a6a5bb6d254e60eeb525378955b59
|
2013-04-21 10:45:57+02:00
|
af_channelmap: sanity check input channel indices in all cases.
Fixes invalid reads from non-existing channels.
CC:[email protected]
|
aafed1175df76603e94c99a7748968780d6548d2
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/aafed1175df76603e94c99a7748968780d6548d2
|
2013-04-17 08:37:59+02:00
|
avienc: fix overflow of audio sample count
Fixes an overflow of the sample count field within the audio stream header
chunk if audio stream data exceeds 2GB.
Signed-off-by: Michael Niedermayer <[email protected]>
|
7f09b888e88dcf063810378d411fa92ebbd7c36a
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/7f09b888e88dcf063810378d411fa92ebbd7c36a
|
2013-04-11 18:33:24+02:00
|
xmv: do not leak memory in the error paths in xmv_read_header()
CC: [email protected]
|
f8080bd13b5f7fc48204b17fa59a5ce9feb15f07
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/f8080bd13b5f7fc48204b17fa59a5ce9feb15f07
|
2013-04-04 07:54:45+02:00
|
id3v2: allocate large enough buffer
Fixes array overread
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
|
24cfe91a220204e56394c85bca51799b77df175b
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/24cfe91a220204e56394c85bca51799b77df175b
|
2013-03-29 05:01:38+01:00
|
configure: Check for the atomic.h functions used in the suncc atomics header
The "suncc" atomics implementation uses a suncc specific memory
barrier, but also relies on a few atomic functions from atomic.h,
that are not suncc specific but specific to solaris. This made
the current implementation fail on suncc on linux.
|
817dff578f13ce97576c609ab141508b9dc782e9
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/817dff578f13ce97576c609ab141508b9dc782e9
|
2013-04-03 09:23:04+02:00
|
avcodec/utils: initialize pixel buffer pool
This should silence many valgrind warnings about use of uninitialized
data, all the warnings i looked at where false positives having their
uninitialized data not actually used.
The same effect could be achieved by listing all code that touches
the pixel buffer in the valgrind suppression file.
Note, valgrind also fails to trace the origins correctly.
Signed-off-by: Michael Niedermayer <[email protected]>
|
01df2a13c32a28cd5a5b27098aa2b4b32a3d76e4
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/01df2a13c32a28cd5a5b27098aa2b4b32a3d76e4
|
2013-03-25 00:43:14+01:00
|
vp3: Check fps validity more completely
Fix assertion failure
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
|
a56d963f111b1a192cdabb05500f8083bd77ca93
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/a56d963f111b1a192cdabb05500f8083bd77ca93
|
2013-03-28 00:56:12+01:00
|
mpegvideo: fix null pointer dereference on switching streams
Signed-off-by: Michael Niedermayer <[email protected]>
|
46c48d546ddf5125fcfae63f94c1e635e3a75f18
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/46c48d546ddf5125fcfae63f94c1e635e3a75f18
|
2013-03-26 21:54:36+01:00
|
examples/filtering_audio: update to new API
In particular, fix crash.
|
9076a6a943f7855756222181698aba78d3773d8f
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/9076a6a943f7855756222181698aba78d3773d8f
|
2013-03-14 21:39:09+01:00
|
lavc: fix get_buffer() compatibility layer for audio.
planes - FF_ARRAY_ELEMS would be evaluated as unsigned and underflow
instead of being negative as was intended.
|
669cc0f364d69aa9bd0153eb2f926abdd5d59575
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/669cc0f364d69aa9bd0153eb2f926abdd5d59575
|
2013-03-10 22:19:52+01:00
|
ac3enc_template: silence may be used uninitialized in this function warnings
Signed-off-by: Michael Niedermayer <[email protected]>
|
f6fff8e54697ff4418283eb8aa9afd0d9e7e4736
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/f6fff8e54697ff4418283eb8aa9afd0d9e7e4736
|
2013-02-26 02:49:14+01:00
|
cavs: initialize various context tables to 0
Avoids crashes with corrupted files.
CC:[email protected]
|
4f3b058c84f570e261d743c7c22f865617fd28ac
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/4f3b058c84f570e261d743c7c22f865617fd28ac
|
2013-02-23 13:05:43+01:00
|
lavfi/il: simplify/generalize linesize computation
Rely on generic utilities for computing each plane linesize.
In particular, add support to NV12/21 formats and avoid use of
PIX_FMT_PLANAR pixdesc flag, whose semantics is questionable.
It also fixes various crashes.
|
63a99622876ff79a07862167f243a7d3823b7315
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/63a99622876ff79a07862167f243a7d3823b7315
|
2013-02-10 14:00:19+01:00
|
r3d: fix division by 0 with 0 sample rate
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
|
df92ac18528bac4566fc4f5ba4d607c1265791ea
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/df92ac18528bac4566fc4f5ba4d607c1265791ea
|
2013-01-29 16:57:50+01:00
|
cavsdec: check for value in get_ue_code()
Fixes integer overflow and prints an error in case the value is
invalid.
Signed-off-by: Michael Niedermayer <[email protected]>
|
cf48b006400e34e1177d0ca22d1cdb5c900a199a
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/cf48b006400e34e1177d0ca22d1cdb5c900a199a
|
2013-01-24 21:55:12+01:00
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.