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
⌀ |
---|---|---|---|---|---|---|---|
rtpproto: Check the size before reading buf[1]
I doubt that anyone ever would try to send a 1 byte packet
via the RTP protocol, but check just in case - it shouldn't
crash at least.
Signed-off-by: Martin Storsjö <[email protected]>
|
1851e1d05d06f6ef3436c667e4354da0f407b226
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/1851e1d05d06f6ef3436c667e4354da0f407b226
|
2013-08-01 09:41:21+03:00
|
avcodec/vdpau.h: define FF_API_CAP_VDPAU if its not defined
Prevent build failure for applicatins using the old API
This could be replaced be a include of version.h but some applications
would then need extern C wrapers
Signed-off-by: Michael Niedermayer <[email protected]>
|
50fb8c1114b9c2b7d299cbc17a18a457d12069a8
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/50fb8c1114b9c2b7d299cbc17a18a457d12069a8
|
2013-08-06 14:15:17+02:00
|
wmapro: check num_vec_coeffs against the actual available buffer
Prevent yet another buffer overwrite.
Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
CC: [email protected]
|
38229362529ed1619d8ebcc81ecde85b23b45895
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/38229362529ed1619d8ebcc81ecde85b23b45895
|
2013-06-28 13:16:35+02:00
|
libx264: Define X264_API_IMPORTS on MSVC/ICL
libx264 has a few data exports which require X264_API_IMPORTS
to be defined if we link to libx264 dynamically on Windows.
In a similar fashion to how we handle our compat snprintf
implementation, if we define it all the time, the compiler
will first try and link to __imp_x264_symbol_name, and failing
that, as in the case of a static libx264, will attempt to link
to the non-prefixed symbol, which has already been pulled in by
other x264 functions' object files.
Signed-off-by: Derek Buitenhuis <[email protected]>
|
4719040cd1b54381796b22056a9ae37bd2b4668d
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/4719040cd1b54381796b22056a9ae37bd2b4668d
|
2013-07-21 08:56:25-04:00
|
rawdec: allocate a buffer in the appropriate size in the copy case.
Otherwise the created buffer can be smaller than buf_size, which results
in buffer overreads if the original image has extra padding on every line.
Signed-off-by: Michael Niedermayer <[email protected]>
|
8962da9ec367b535f975c876643ed2cad2bad32e
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/8962da9ec367b535f975c876643ed2cad2bad32e
|
2013-06-16 09:50:16+02:00
|
g2meet: do not leak buffers
|
7dfc3381dd039233026cbba5f3ca3d76e28be860
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/7dfc3381dd039233026cbba5f3ca3d76e28be860
|
2013-06-12 09:54:45+02:00
|
configure: Fix check_exec_crash for ICL support
Change the check_exec_crash test to use a function pointer instead of
simply calling the function. The EBP availability test will crash when
compiled with ICL likely due to compiler optimization shenanigans.
Originally the check_exec_crash code was moved out of main to fix a
problem with gcc's treatment of non-leaf main on x86_32. Libav already
moved the code out of main but the addition of the function pointer will
prevent any inlining which fixes the remaining problem.
A function pointer is used since it is compiler agnostic (as opposed to
say __attribute__ ((noinline)) which would only work with gcc compatible
compilers).
Signed-off-by: Luca Barbato <[email protected]>
|
9495cd170b5786c3518419e873d94eb5e7ada11a
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/9495cd170b5786c3518419e873d94eb5e7ada11a
|
2013-05-25 12:07:56+02:00
|
shorten: fix "off by padding" bug
Fixes array overread
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
|
ad22767cb61cdc75541b21154d65fd1ad6351025
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/ad22767cb61cdc75541b21154d65fd1ad6351025
|
2013-05-22 17:40:12+02:00
|
sanm: Check dimensions before use
Fixes integer overflow and out of array accesses
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
|
9dd04f6d8cdd1c10c28b2cb4252c1a41df581915
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/9dd04f6d8cdd1c10c28b2cb4252c1a41df581915
|
2013-05-07 21:59:05+02:00
|
lavfi/unsharp: fix opencl crash on 64bit linux
Signed-off-by: Michael Niedermayer <[email protected]>
|
9a09a9fc43e0ce5b17bb2e97621cdb60e21de517
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/9a09a9fc43e0ce5b17bb2e97621cdb60e21de517
|
2013-05-06 11:45:40+02:00
|
wav_seek_tag: fix integer overflow
Signed-off-by: Michael Niedermayer <[email protected]>
|
09602dbe7a6400e12a66001be5223298f3dc7c56
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/09602dbe7a6400e12a66001be5223298f3dc7c56
|
2013-05-06 10:58:31+02:00
|
xbmdec: fix off by one error in scanf()
Fixes out of array access
Signed-off-by: Michael Niedermayer <[email protected]>
|
369a12082635bb6655412dd4407759caf48d48c9
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/369a12082635bb6655412dd4407759caf48d48c9
|
2013-05-05 00:27:18+02:00
|
avconv: do not send non-monotonous DTS to the muxers.
Hack partially based on a commit by Michael Niedermayer <[email protected]>
Should fix (or work around) bug 458.
|
76d23f40314fc1dcd74a3d470b17782cc0ee5a3a
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/76d23f40314fc1dcd74a3d470b17782cc0ee5a3a
|
2013-05-03 09:59:48+02:00
|
h264: Use the correct croping values.
This fixes returning pictures with corrupted data pointers.
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
|
fbaf75b166cd067cf383a75ffcccb1e2b370bf6d
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/fbaf75b166cd067cf383a75ffcccb1e2b370bf6d
|
2013-05-01 00:06:26+02:00
|
examples/filtering_audio: fix frame leak.
The frame is not used after being added to the filter
graph, there is no need to keep the reference.
|
300ca0763b6dd8431011d9edaf74c78af2b57b43
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/300ca0763b6dd8431011d9edaf74c78af2b57b43
|
2013-04-18 17:03:01+02:00
|
h264: disallow single unpaired fields as references of frames
Fixes deadlock
|
01a0283c92b124f185ce4e814a1c5b600f1135e0
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/01a0283c92b124f185ce4e814a1c5b600f1135e0
|
2013-03-12 03:23:58+01:00
|
flvdec: Check the return value of a malloc
The callers of this function can't report errors sanely. If this
one malloc fails, don't write the extradata byte, make sure we
try to malloc it the next time we're called instead, and make sure
we still consume the input data byte.
CC: [email protected]
Signed-off-by: Martin Storsjö <[email protected]>
|
c5a738ca4e9789b4678b10240777d931e7dc24c9
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/c5a738ca4e9789b4678b10240777d931e7dc24c9
|
2013-03-02 00:39:37+02:00
|
tiff: check bppcount
Fixes division by 0
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
|
a34418c28e0accd1468ca15fff4d4f138a609f4e
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/a34418c28e0accd1468ca15fff4d4f138a609f4e
|
2013-02-19 17:57:36+01:00
|
libvpx: check if CQ level is in correct bounds
Check whether CQ level is within qmin..qmax and abort on error. If this isn't properly
set, encoding will fail at the first frame.
Signed-off-by: Michael Niedermayer <[email protected]>
|
bfcc38ef4815229e0aa9d8417611e0f666bb4fc7
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/bfcc38ef4815229e0aa9d8417611e0f666bb4fc7
|
2013-02-25 20:13:10+01:00
|
ffmpeg: Check for parameter changes at the output of the audio filter graph
It is currently possible that such changes leak through from the decoder as
well as a filter could generate such changes itself.
This commit blocks such changed packets unless the encoder declares support.
Fixes out of array reads
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
|
c3fb20bab4f00621733809fb35ee39a5ae11e598
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/c3fb20bab4f00621733809fb35ee39a5ae11e598
|
2013-02-14 23:56:51+01:00
|
flashsv: clear blocks array on reallocation
Fixes use of uninitialized data
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
|
a084884b628fd9cbfe965b7ac37e59202d708c26
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/a084884b628fd9cbfe965b7ac37e59202d708c26
|
2013-01-30 23:50:32+01:00
|
sanm: remove "duplicate" for loop.
Fixes input buffer overread
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
|
1bb05797ec27a0a2b921c18466f898b23c4a9740
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/1bb05797ec27a0a2b921c18466f898b23c4a9740
|
2013-01-22 22:29:23+01:00
|
swr: fix "may be used uninitialized in this function" warnings
The uninitialized use implicates 0 channels, which is unlikely
to reach this function but fixed anyway in this commit.
Signed-off-by: Michael Niedermayer <[email protected]>
|
cc4a41727e29a52a181e3d1c1a398f1da40969c3
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/cc4a41727e29a52a181e3d1c1a398f1da40969c3
|
2013-01-20 17:09:48+01:00
|
srtp: Mark a few variables as uninitialized
This squelches false positive warnings (with gcc) about them being
used uninitalized.
Signed-off-by: Martin Storsjö <[email protected]>
|
42364fcbcac99c42a9859c3662a2956e5554b68c
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/42364fcbcac99c42a9859c3662a2956e5554b68c
|
2013-01-15 23:18:08+02:00
|
swr/dither: fix division by 0
Found-by: Daemon404
Signed-off-by: Michael Niedermayer <[email protected]>
|
55d05286696473487ce51e347985378e28c0713b
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/55d05286696473487ce51e347985378e28c0713b
|
2013-01-14 02:57:00+01:00
|
zmbv: Reset the decoder on keyframe errors
Prevent the crash on fuzzed files as reported in bug 63.
|
c1d1ef4ecd9c4f1ca01c8149c7e57c14968ca588
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/c1d1ef4ecd9c4f1ca01c8149c7e57c14968ca588
|
2013-01-11 05:07:42+01:00
|
idcin: check for integer overflow when calling av_get_packet()
chunk_size is unsigned 32-bit, but av_get_packet() takes a signed int as the
packet size.
|
33f58c3616d2870d3861da68217ef9d05cc5047a
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/33f58c3616d2870d3861da68217ef9d05cc5047a
|
2013-01-09 14:49:06-05:00
|
libavcodec/utils: Add braces to shut up gcc warnings
libavcodec/utils.c:1050:5: warning: missing braces around initializer [-Wmissing-braces]
libavcodec/utils.c:1314:5: warning: missing braces around initializer [-Wmissing-braces]
|
015da965a68bdb48819dc98317888fc84eced599
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/015da965a68bdb48819dc98317888fc84eced599
|
2012-12-30 01:52:04+01:00
|
bfi: fix division by 0
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
|
99a8552dae54fd464f19a00d9e5b92596c5c058a
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/99a8552dae54fd464f19a00d9e5b92596c5c058a
|
2012-12-12 01:22:09+01:00
|
ac3dec: fix bugs in direct buffer use.
This fixes potentially exploitable out of array writes.
Signed-off-by: Michael Niedermayer <[email protected]>
|
7aabeea9ba0e557e834c886de5ea4db8e9a5193d
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/7aabeea9ba0e557e834c886de5ea4db8e9a5193d
|
2012-12-10 04:45:30+01:00
|
h264: check for invalid zeros_left before writing
Prevent an invalid write into coeffs[scantable[-1]] if zeros_left
itself was an invalid VLC code (and thus -1).
Signed-off-by: Luca Barbato <[email protected]>
|
ddd7559ad97d3cde401ce096262af6375685ea22
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/ddd7559ad97d3cde401ce096262af6375685ea22
|
2012-12-08 17:04:22+01:00
|
lavf/subtitles: add ff_subtitles_queue_seek().
This function is almost identical to lavf/assdec:read_seek2(). It
performs a generic seek for text subtitles demuxers for the new seeking
API.
The only difference with assdec:read_seek2 is the ts_diff being
unsigned to avoid overflows.
The seek callback in the ASS demuxer will be removed when it is
redesigned to use FFDemuxSubtitlesQueue.
|
ff3624b1ad9dc4374c9adf7ba65ac3ed6d05c0e5
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/ff3624b1ad9dc4374c9adf7ba65ac3ed6d05c0e5
|
2012-12-02 00:06:03+01:00
|
aacsbr: check sample_rate before using it, fix division by 0
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
|
cf5f4c5169639349262aa221ae485a0de188afb1
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/cf5f4c5169639349262aa221ae485a0de188afb1
|
2012-11-20 04:04:30+01:00
|
h264: always check ref_count for validity
Fixes a crash with zuffed files.
|
60b6b8c019723bdb3227e1476d706c7989bb94bf
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/60b6b8c019723bdb3227e1476d706c7989bb94bf
|
2012-11-16 13:18:28+01:00
|
xwma: check bytes_per_sample, fix division by 0.
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
|
a3cb7f992f88fcfa524bd9cd08b28e09d6718f75
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/a3cb7f992f88fcfa524bd9cd08b28e09d6718f75
|
2012-11-15 00:56:54+01:00
|
h264: Skip odd NALs in extradata, prevent undefined behavior
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
|
4fecc3cf0998927456a9f8d8334587dd64154ec5
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/4fecc3cf0998927456a9f8d8334587dd64154ec5
|
2012-11-18 14:26:58+01:00
|
segafilm: fix division by 0
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
|
192db16b9c202e8d037c4820b11e125d8010e7bc
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/192db16b9c202e8d037c4820b11e125d8010e7bc
|
2012-11-11 18:32:46+01:00
|
utils: fix integer overflow with DURATION_MAX_READ_SIZE
Fixes CID703746
Signed-off-by: Michael Niedermayer <[email protected]>
|
2ca649f177e0808cd550cf4abde793c923b66db2
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/2ca649f177e0808cd550cf4abde793c923b66db2
|
2012-11-06 18:44:14+01:00
|
lavc/srtenc: fix invalid read in case of SubRip.
Regression since 6057de19b. The ptr-2 is used to eat the \r\n and add
the position information on the timing line. This can't be done in case
of SubRip where the timing isn't present in the payload.
Note that we can't use yet the side data to transmit the position
information since the encode subtitles API is still using buffer+size
instead AVPacket as input.
|
eb36ee1ee11c269e24ad4595fadf50e78463d5e2
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/eb36ee1ee11c269e24ad4595fadf50e78463d5e2
|
2012-10-26 21:48:27+02:00
|
av_image_copy: check for av_image_get_linesize() failure.
Fixes CID703722
Signed-off-by: Michael Niedermayer <[email protected]>
|
adc39b28a5264591b9f8e5838a752c3d547e8110
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/adc39b28a5264591b9f8e5838a752c3d547e8110
|
2012-10-31 19:12:48+01:00
|
yuv2rgb: fix integer overflow in fill_gv_table()
Fixes CID703747
Signed-off-by: Michael Niedermayer <[email protected]>
|
cccb45751e93142d71be78f6bb90bbfb50ee13be
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/cccb45751e93142d71be78f6bb90bbfb50ee13be
|
2012-10-24 01:24:26+02:00
|
dsicinav: return proper error code in case of malloc failure
Fixes null pointer dereference.
Signed-off-by: Paul B Mahol <[email protected]>
|
d8245c3bcdd162891825a52cf55e4e8173d85a18
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/d8245c3bcdd162891825a52cf55e4e8173d85a18
|
2012-10-25 13:46:19+00:00
|
j2k: reorder multiplications to avoid interger overflows related to code blocks
Fixes CID703776, CID703775
Signed-off-by: Michael Niedermayer <[email protected]>
|
45ae9a8fc903d5b5041a5d34015aa98ab2bc12be
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/45ae9a8fc903d5b5041a5d34015aa98ab2bc12be
|
2012-10-23 00:03:49+02:00
|
gxfenc: fix null ptr dereference
Fixes CID703677
Signed-off-by: Michael Niedermayer <[email protected]>
|
ba39303050c1e10c595a5495ab89f6a9e63fb667
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/ba39303050c1e10c595a5495ab89f6a9e63fb667
|
2012-10-19 23:21:41+02:00
|
avcodec_encode_audio(): fix invalid free
Since 2bc0de385, AVFrame needs to be initialized
before calling avcodec_get_frame_defaults().
Signed-off-by: Anton Khirnov <[email protected]>
|
a25d912dca9cd553440167e0476c47581359c0fc
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/a25d912dca9cd553440167e0476c47581359c0fc
|
2012-10-16 18:49:31+02:00
|
avoid more "0xFF << 24" as it is considered a integer overflow in C99
missed these in my previous search and replace
Signed-off-by: Michael Niedermayer <[email protected]>
|
2fed05f53a881b64a02de7a324d67d8c029c6cf1
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/2fed05f53a881b64a02de7a324d67d8c029c6cf1
|
2012-10-14 03:34:16+02:00
|
indeo4/5: remove constant parameter num_bands from wavelet recomposition
Fixes bogus uninitialized value compiler and coverity warnings.
|
6d556e8327f6275c807c6da7257f617c256fe759
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/6d556e8327f6275c807c6da7257f617c256fe759
|
2012-10-10 21:24:32+02:00
|
ffv1enc: fix integer overflow with high resolutions and lots of slices.
Signed-off-by: Michael Niedermayer <[email protected]>
|
f049729e613ed3fb0abf767eb14423f545385c6e
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/f049729e613ed3fb0abf767eb14423f545385c6e
|
2012-09-29 19:11:25+02:00
|
wmalosslessdec: increase channel_coeffs/residues size
Fixes CVE-2012-2792
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
|
065b3a1cfa3f23aedf76244b3f3883ba913173ff
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/065b3a1cfa3f23aedf76244b3f3883ba913173ff
|
2012-09-29 10:29:53+02:00
|
indeo5dec: Make sure we have had a valid gop header.
This prevents decoding happening on a half initialized context.
Fixes CVE-2012-2779
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Anton Khirnov <[email protected]>
|
891918431db628db17885ed947ee387b29826a64
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/891918431db628db17885ed947ee387b29826a64
|
2012-09-29 09:26:30+02:00
|
af_pan: Fix sscanf formats to work with buggy sscanf implementations
Some implementations of sscanf do not handle a space before a trailing %n
properly.
As an example, MSVC's does this for the second insatnce in this patch, for
an input of "0x3:c0=c1:c1=c0":
1) Match the final "c0" or "c1".
2) Realize it's at the end of the string.
3) Check for %n.
4) There is no %n, but a space instead.
5) Leave 'len' unitilialized.
So, move it out of the sscanf format strings, and call skip_spaces instead.
This bug does not affect skip_spaces since %n is the first and only formatting
string.
Signed-off-by: Derek Buitenhuis <[email protected]>
|
e3a1eb9edf65edda301f3a727f11e0224b9f5ae2
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/e3a1eb9edf65edda301f3a727f11e0224b9f5ae2
|
2012-09-15 19:49:34-04:00
|
alsdec: Check k used for rice decoder.
Values that fail this check will cause failure of decode_rice()
Signed-off-by: Michael Niedermayer <[email protected]>
Signed-off-by: Justin Ruggles <[email protected]>
|
23aae62c2cb4504a09ceb8cd0cabc1c8b260f521
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/23aae62c2cb4504a09ceb8cd0cabc1c8b260f521
|
2012-09-17 14:17:26-04:00
|
lavu/samplefmt: fix/clarify documentation for av_samples_fill_arrays()
In particular, avoid improper use of the term "channels" in place of
"planes", and fix erroneous documentation for the linesize parameter.
|
eab438eabbefb44b35d2db05f233509bec0c3502
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/eab438eabbefb44b35d2db05f233509bec0c3502
|
2012-09-09 11:41:17+02:00
|
x86: swscale: fix fragile memory accesses
To access data at multiple fixed offsets from a base address, this
code uses a single "m" operand and code of the form "32%0", relying on
the memory operand instantiation having no displacement, giving a final
result of the form "32(%rax)". If the compiler uses a register and
displacement, e.g. "64(%rax)", the end result becomes "3264(%rax)",
which obviously does not work.
Replacing the "m" operands with "r" operands allows safe addition of a
displacement. In theory, multiple memory operands could use a shared
base register with different index registers, "(%rax,%rbx)", potentially
making more efficient use of registers. In the cases at hand, no such
sharing is possible since the addresses involved are entirely unrelated.
After this change, the code somewhat rudely accesses memory without
using a corresponding memory operand, which in some cases can lead to
unwanted "optimisations" of surrounding code. However, the original
code also accesses memory not covered by a memory operand, so this is
not adding any defect not already present. It is also hightly unlikely
that any such optimisations could be performed here since the memory
locations in questions are not accessed elsewhere in the same functions.
This fixes crashes with suncc.
Signed-off-by: Mans Rullgard <[email protected]>
|
90540c2d5ace46a1e9789c75fde0b1f7dbb12a9b
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/90540c2d5ace46a1e9789c75fde0b1f7dbb12a9b
|
2012-08-13 14:51:52+01:00
|
avconv: prevent invalid reads in transcode_init()
|
a5fd7c607f7aa6dad7dc2ca9b579c26ddef359d9
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/a5fd7c607f7aa6dad7dc2ca9b579c26ddef359d9
|
2012-08-08 21:55:54+02:00
|
cavsdec: check dimensions being valid.
Fixes crash
Fixes Ticket1628
Signed-off-by: Michael Niedermayer <[email protected]>
|
f9505923a344a56c3ff36925adb7f0c3c9a3996c
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/f9505923a344a56c3ff36925adb7f0c3c9a3996c
|
2012-08-11 02:00:33+02:00
|
g723_1: fix off-by-one error in normalize_bits()
|
8772d2511a4ac45f275eaef2b4b6b1ef132c993b
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/8772d2511a4ac45f275eaef2b4b6b1ef132c993b
|
2012-08-03 07:07:07+02:00
|
af_asyncts: avoid overflow in out_size with large delta values
|
be51e589cdf84d75e865cec31e722a36332a64f9
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/be51e589cdf84d75e865cec31e722a36332a64f9
|
2012-07-29 14:31:54-04:00
|
asrc_flite: do not crash on multiple instances.
The voice register functions return the same voice structure
upon multiple registration. It causes us two problems:
If we delete a voice without deregistering it, it leaves
a dangling pointer inside the library.
If we delete or unregister a voice at uninit, it may still
be in use by another instance of the filter.
The second problem is solved by keeping an usage counter inside
asrc_flite. This is not thread-safe, but neither is flite itself.
|
4ce87ecf2a8a8a9348f9bdbb420f3bee92e6513f
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/4ce87ecf2a8a8a9348f9bdbb420f3bee92e6513f
|
2012-07-28 15:13:46+02:00
|
lavd/caca: create display *after* checking dither options
Avoid fastidious creation and immediate destroy of the display in case
one of the dither options fails to be set.
Also add NULL checks in write_trailer(), which are now necessary since
the function can be called when not all the components have been
initialized.
|
c0b91348fe4aec7d2245d95ccabb460a6971e361
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/c0b91348fe4aec7d2245d95ccabb460a6971e361
|
2012-07-22 10:32:21+02:00
|
mss1: improve check if decoded pivot is invalid
The pivot has to lie between 0 and base.
Check of ==base is insufficient.
Thus replace it by a proper check.
Fixes out of array write.
Fixes bug #1531.
Found-by: Piotr Bandurski <[email protected]>
Signed-off-by: Paul B Mahol <[email protected]>
|
6ad45600313f0df1abf31abdd28f4339dbdc7ca0
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/6ad45600313f0df1abf31abdd28f4339dbdc7ca0
|
2012-07-15 02:12:02+00:00
|
x86inc: try to put amdnop under ifdef to prevent compile failure
based on similar amdnop usage in ffmpeg
Signed-off-by: Michael Niedermayer <[email protected]>
|
dc12f7d4ec4410455365ce1f0bf858ea9912188a
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/dc12f7d4ec4410455365ce1f0bf858ea9912188a
|
2012-07-07 20:16:56+02:00
|
wma: Lower the maximum number of channels to 2
ff_wma_init is used only by wmadec and wmaenc, and neither of them
can handle more than 2 channels.
This fixes crashes with invalid files.
Based on patch by Piotr Bandurski and Michael Niedermayer.
Signed-off-by: Martin Storsjö <[email protected]>
|
710bd8a33e9c183ded4a61d742d404d8d5d838ea
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/710bd8a33e9c183ded4a61d742d404d8d5d838ea
|
2012-07-01 15:51:26+03:00
|
lavfi: use av_default_item_name() as filter private context logger
avfilter_default_filter_name() is supposed to access an AVFilterContext
struct, if used with a private struct it will cause a crash since it will
access fields which are non defined in the private struct.
|
0f0f3bd1e022639eb8e9c02b7b18f37071c21763
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/0f0f3bd1e022639eb8e9c02b7b18f37071c21763
|
2012-06-04 02:40:01+02:00
|
mpc7: fix handling of last frame
Fixes heap buffer overflow
Fixes ticket1393
Found-by: Piotr Bandurski <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
|
e95233789c08f55c0b2d0657bada609629a59294
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/e95233789c08f55c0b2d0657bada609629a59294
|
2012-06-02 23:43:31+02:00
|
yop: check for missing extradata
Fixes null ptr deref
Fixes Ticket1361
Signed-off-by: Michael Niedermayer <[email protected]>
|
77a4c8b959fa9bc6bcaa42b40a0b046cdf3fec38
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/77a4c8b959fa9bc6bcaa42b40a0b046cdf3fec38
|
2012-05-28 17:24:13+02:00
|
motionpixels: Clip YUV values after applying a gradient.
Prevents illegal reads on truncated and malformed input.
CC: [email protected]
|
b5da848facd41169283d7bfe568b83bdfa7fc42e
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/b5da848facd41169283d7bfe568b83bdfa7fc42e
|
2012-05-02 13:06:09-07:00
|
mpegts: Make sure we don't return uninitialized packets
This fixes crashes, where the demuxer could return 0 even
if the returned AVPacket isn't initialized at all. This
could happen if running into EOF or running out of probesize
with non-seekable sources.
Signed-off-by: Martin Storsjö <[email protected]>
|
df8aa4598c7cc1c2f863f6fc6b2d4b3e6dc7345e
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/df8aa4598c7cc1c2f863f6fc6b2d4b3e6dc7345e
|
2012-04-27 20:05:37+03:00
|
cook: Make constants passed to AV_BE2NE32C() unsigned to avoid signed overflow.
|
b5d2bf964be338bf8e86a01619646332729b434e
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/b5d2bf964be338bf8e86a01619646332729b434e
|
2012-04-17 14:51:23-07:00
|
diracdec: check lowdelay bytes.
Fixes division by zero
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
|
efe1ba7201b3bb609d3a41091e15e875137f3f32
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/efe1ba7201b3bb609d3a41091e15e875137f3f32
|
2012-04-16 18:36:39+02:00
|
nellymoserenc: fix crash due to memsetting the wrong area.
Signed-off-by: Reimar Döffinger <[email protected]>
Signed-off-by: Martin Storsjö <[email protected]>
|
439c3d5bcc4a4560eaf5fd43c6e156e3d9bc42f2
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/439c3d5bcc4a4560eaf5fd43c6e156e3d9bc42f2
|
2012-04-06 21:05:19+03:00
|
truemotion: forbid invalid VLC bitsizes and token values.
SHOW_UBITS() is only defined up to n_bits is 25, therefore forbid
values larger than this in get_vlc2() (max_bits). tokens[][] can be
used as an index in deltas[], which has a size of 64, so ensure the
values are smaller than that.
This prevents crashes on corrupt bitstreams.
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
CC: [email protected]
|
b7b1509d06d3696d3b944791227fe198ded0654b
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/b7b1509d06d3696d3b944791227fe198ded0654b
|
2012-03-29 11:36:14-07:00
|
ffplay: fix invalid wanted_channel_layout calculation
Signed-off-by: Marton Balint <[email protected]>
|
8ee77fc8d4034924c4151304e274bf65809aec39
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/8ee77fc8d4034924c4151304e274bf65809aec39
|
2012-01-05 20:04:23+01:00
|
truemotion2dec: Fix overread of input.
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
|
9879b506b0843bffdd7fe2b25ac8b0cd1cf043a6
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/9879b506b0843bffdd7fe2b25ac8b0cd1cf043a6
|
2012-03-24 17:42:14+01:00
|
libopenjpegdec: always check image because decoding may still fail
Fixes bunch of segfaults.
Signed-off-by: Paul B Mahol <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
|
02fb320adadacfc8446a1278582351078a024dee
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/02fb320adadacfc8446a1278582351078a024dee
|
2012-03-26 05:01:57+02:00
|
mpegvideo: increase buffer sizes.
Fixes buffer overflow
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
|
2c0559d5e2faeafa7998173a4dc430408475503f
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/2c0559d5e2faeafa7998173a4dc430408475503f
|
2012-03-24 14:54:12+01:00
|
vorbisdemux: Check private context in theoras gtopts.
This prevents a null ptr dereference.
It could be checked differently but this way it should
be possible to return some data.
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
|
f927c5b753f2ec1f037ad38cb55b4407dd7a9d79
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/f927c5b753f2ec1f037ad38cb55b4407dd7a9d79
|
2012-03-23 04:29:33+01:00
|
wmavoice: fix stack overread.
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
CC: [email protected]
|
262196445cf03fda0f7e41c4b968f4f7bf060e6b
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/262196445cf03fda0f7e41c4b968f4f7bf060e6b
|
2012-03-22 12:17:14-07:00
|
vp8: avoid race condition on segment map.
This change avoids accessing the segment map of the previous frame if
segmentation is not enabled for the current frame. The caller of
decode_mb_mode() only calls ff_thread_await_progress() on the reference
segmentation index array if segmentation is enabled, so Chromium's TSAN
will report a race when accessing this data while segmentation is not
enabled.
Signed-off-by: Ronald S. Bultje <[email protected]>
|
30011bf20109eef1a0f9ee949b19f9998ad88663
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/30011bf20109eef1a0f9ee949b19f9998ad88663
|
2012-03-19 13:49:34-07:00
|
FATE: add WMAv1 and WMAv2 encode/decode tests with fuzzy comparison
|
3a1e453e54994f4df6f976e3fe1118f88537e937
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/3a1e453e54994f4df6f976e3fe1118f88537e937
|
2012-03-17 11:33:35-04:00
|
h264: improve parsing of broken AVC SPS
Parsing the entire NAL as SPS fixes decoding of some AVC bitstreams
with broken escaping. Since the size of the NAL unit is known and
checked against the buffer end we can parse it entirely without buffer
overreads.
Fixes playback of
http://streams.videolan.org/streams/mp4/Mr_MrsSmith-h264_aac.mp4
Signed-off-by: Janne Grunau <[email protected]>
|
3aa661ec561d7a20812b84b353b0d7855ac346c8
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/3aa661ec561d7a20812b84b353b0d7855ac346c8
|
2012-03-13 00:31:52+01:00
|
udp: Add option overrun_nonfatal
Optionize fail/survive on circular buffer overrun
Signed-off-by: Michael Niedermayer <[email protected]>
|
3069e70f62fa506c6b86bd7dac4fcb139c886f37
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/3069e70f62fa506c6b86bd7dac4fcb139c886f37
|
2012-03-12 21:50:46+01:00
|
huffyuv: add padding to classic (v1) huffman tables.
We slightly overread the input buffer, so we require
padding at the end of the buffer, as is documented in the
get_bits API. Without padding, we'll read uninitialized
data or beyond the end of the .rodata, which may crash.
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
CC: [email protected]
|
4ffe5e2aa5241f8da9afd2c8fbc854dcc916c5f9
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/4ffe5e2aa5241f8da9afd2c8fbc854dcc916c5f9
|
2012-03-08 11:20:49-08:00
|
mimic: don't use self as reference, and report completion at end of decode().
Fixes hangs on corrupt samples that reference self-frames.
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
CC: [email protected]
|
80387f0e2568746dce4a68e2217297029a053dae
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/80387f0e2568746dce4a68e2217297029a053dae
|
2012-03-16 15:30:52-07:00
|
qpeg: Use bytestream2 functions to prevent buffer overreads.
Signed-off-by: Ronald S. Bultje <[email protected]>
|
3e9cd8b4b0b7b5cd5c1c2119da7b3e7d4c1fb86a
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/3e9cd8b4b0b7b5cd5c1c2119da7b3e7d4c1fb86a
|
2012-03-03 20:40:00-08:00
|
Support RGBA64 as input colour space.
Mostly fixes ticket #503,
opaque still overflows for RGBA64 -> RGBA conversion.
|
f972193a15026a99eb2b08e7913a03f2123663da
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/f972193a15026a99eb2b08e7913a03f2123663da
|
2012-03-04 00:43:18+01:00
|
rawdec: fix input overread.
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
|
422e3a74b9d783571bec775af64f75e4915c40cc
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/422e3a74b9d783571bec775af64f75e4915c40cc
|
2012-03-02 22:04:00+01:00
|
rv10/20: Fix a buffer overread caused by losing track of the remaining buffer size.
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
CC: [email protected]
|
2f6528537fdd88820f3a4683d5e595d7b3a62689
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/2f6528537fdd88820f3a4683d5e595d7b3a62689
|
2012-03-02 09:31:32-08:00
|
vp56: error out on invalid stream dimensions.
Prevents crashes when playing corrupt vp5/6 streams.
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
CC: [email protected]
|
8bc396fc0e8769a056375c1c211f389ce0e3ecc5
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/8bc396fc0e8769a056375c1c211f389ce0e3ecc5
|
2012-02-28 16:41:58-08:00
|
tiff: Prevent overreads in the type_sizes array.
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
CC: [email protected]
|
447363870f2f91e125e07ac2d0820359a5d86b06
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/447363870f2f91e125e07ac2d0820359a5d86b06
|
2012-02-23 16:23:51-08:00
|
Add missing av_free_packet.
Fixes memory leak when encoding at least with mpegvideo using the
new encode2 function.
Signed-off-by: Reimar Döffinger <[email protected]>
|
6a3f1726af914183ee9b735b6b28e79f0383058d
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/6a3f1726af914183ee9b735b6b28e79f0383058d
|
2012-02-20 21:23:00+01:00
|
ffmpeg: remove unneeded ost->picref check.
If there ost->picref is NULL, it will likely crash anyway a few lines
below by dereferencing it in order to access video attribute.
|
b986590810fb5f90bc253882fa698bf3b9cf5efa
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/b986590810fb5f90bc253882fa698bf3b9cf5efa
|
2012-02-13 23:32:39+01:00
|
snow: check reference frame indices.
Fixes NULL ptr dereference
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
CC: [email protected]
Signed-off-by: Ronald S. Bultje <[email protected]>
|
1f8ff2b13cbfef790385818664ed12e763e7c75b
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/1f8ff2b13cbfef790385818664ed12e763e7c75b
|
2012-03-14 13:24:35-07:00
|
mxfdec: Don't crash in mxf_packet_timestamps() if current_edit_unit overflows
Signed-off-by: Diego Biurrun <[email protected]>
|
9123950be0dbbfceacb38c0a9b09fdb01ae5b111
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/9123950be0dbbfceacb38c0a9b09fdb01ae5b111
|
2012-02-09 12:54:14+01:00
|
cafdec: Check return value of avio_seek and avoid modifying state if it fails
Signed-off-by: Paul B Mahol <[email protected]>
Signed-off-by: Justin Ruggles <[email protected]>
|
af701d42c3550c9927652986229a96404346b1e4
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/af701d42c3550c9927652986229a96404346b1e4
|
2012-02-10 15:27:50-05:00
|
vc1: prevent null pointer dereference on broken files
CC: [email protected]
|
510ef04a461b3b54a762c6141ad880cbed85981f
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/510ef04a461b3b54a762c6141ad880cbed85981f
|
2012-02-01 12:54:39+01:00
|
diracdec: Check num_refs.
Fixes: CVE-2011-3950
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
|
ddf0c1d86ad8e1df5ab3265206aef493a1bdc813
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/ddf0c1d86ad8e1df5ab3265206aef493a1bdc813
|
2012-01-26 17:05:57+01:00
|
mxfdec: Fix files with essence containers larger than 2 GiB.
For such files, accumulating into an int would cause an overflow.
Signed-off-by: Diego Biurrun <[email protected]>
|
62271c4c9a1a4bea6c3de88019429d7f88c847ec
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/62271c4c9a1a4bea6c3de88019429d7f88c847ec
|
2012-01-26 15:47:50+01:00
|
kgv1dec: Increase offsets array size so it is large enough.
Fixes CVE-2011-3945
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
|
807a045ab7f51993a2c1b3116016cbbd4f3d20d6
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/807a045ab7f51993a2c1b3116016cbbd4f3d20d6
|
2012-01-25 23:25:45+01:00
|
smackerdec: Check that the last indexes are within the table.
Fixes CVE-2011-3944
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
|
1285baaab550e3e761590ef6dfb1d9bd9d1332e4
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/1285baaab550e3e761590ef6dfb1d9bd9d1332e4
|
2012-01-25 22:32:11+01:00
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.