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
⌀ |
---|---|---|---|---|---|---|---|
xface: Fix encoder crashes due to too small on-stack array.
Also add a FATE test.
Signed-off-by: Reimar Döffinger <[email protected]>
|
6369a7b742bd64e7ded377fe79a5d723379ce08d
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/6369a7b742bd64e7ded377fe79a5d723379ce08d
|
2014-11-23 06:51:18+01:00
|
movenc: Require samples before trying to write edts
This avoids a potential crash if writing a fragmented psp mp4
(which probably is only a hypothetical scenario).
Signed-off-by: Martin Storsjö <[email protected]>
|
9a5ac36b69ede4563e9ecd734141b12ea3280fbc
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/9a5ac36b69ede4563e9ecd734141b12ea3280fbc
|
2014-11-08 11:14:21+02:00
|
pthreads_frame: Do not leak on failure path
CC: [email protected]
Bug-Id: CID 1135767
Signed-off-by: Vittorio Giovara <[email protected]>
|
ac4a5e3abd8a022ab32245ad527ffc37eabab8b1
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/ac4a5e3abd8a022ab32245ad527ffc37eabab8b1
|
2014-11-06 10:44:46-05:00
|
filmstripdec: avoid integer overflow
CC: [email protected]
Bug-Id: CID 732246
|
b46b233baffc2076a1a17a264ba9553ae0d4878f
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/b46b233baffc2076a1a17a264ba9553ae0d4878f
|
2014-10-27 18:21:40+00:00
|
rtsp: Check for command strings without spaces
Prevent a NULL-pointer dereference.
CC: [email protected]
|
c27328e749ff3be648411765cd17362fee017341
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/c27328e749ff3be648411765cd17362fee017341
|
2014-10-10 16:29:06+02:00
|
libavdevice/v4l2: fix descriptors leak on error paths
Signed-off-by: Dmitry Volytnsev <[email protected]>
Reviewed-by: Benoit Fouet <[email protected]>
Reviewed-by: Giorgio Vazzana <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
|
fe8f4c71e30569fe0ba7455e30d21f19eab3f908
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/fe8f4c71e30569fe0ba7455e30d21f19eab3f908
|
2014-09-04 13:52:44+02:00
|
mxfenc: Fix possible integer overflows
None of these are likely unless the user is writing a file with two billion
streams or a duration of around two months.
CC: [email protected]
Bug-Id: CID 700568 / CID 700569 / CID 700570 /
CID 700571 / CID 700572 / CID 700573
|
7df3b426bbfbd7efd9a0f56393e3cc78413b0869
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/7df3b426bbfbd7efd9a0f56393e3cc78413b0869
|
2014-10-24 23:48:57+01:00
|
mpegtsenc: Check dynarray_add() for failure
Signed-off-by: Michael Niedermayer <[email protected]>
|
5f8300afc6537e2e06f8f90989d5f268884bb79c
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/5f8300afc6537e2e06f8f90989d5f268884bb79c
|
2014-08-07 23:02:10+02:00
|
swscale/x86/rgb2rgb_template: fix 1 byte overread in yuyvtoyuv420 and uyvytoyuv420
might fix ticket 3410
Signed-off-by: Michael Niedermayer <[email protected]>
|
1e3f77b53a803a6c63fa64829f1be557b8226288
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/1e3f77b53a803a6c63fa64829f1be557b8226288
|
2014-07-13 05:48:09+02:00
|
ffmpeg: fix memleak and corruption of AVSubtitle with multiple outputs
Signed-off-by: Michael Niedermayer <[email protected]>
|
36393434782b013ebacc8c30dd3c93531e2b197d
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/36393434782b013ebacc8c30dd3c93531e2b197d
|
2014-06-21 13:21:08+02:00
|
swscale/input: fix harmless integer overflow
Signed-off-by: Michael Niedermayer <[email protected]>
|
293d5d7a8e12e38bf70b51f6aa70321e079ffa64
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/293d5d7a8e12e38bf70b51f6aa70321e079ffa64
|
2014-06-16 23:28:32+02:00
|
avcodec/adpcmenc: fix integer overflow / undefined behavior in STORE_NODE()
Signed-off-by: Michael Niedermayer <[email protected]>
|
049b20b287397b68804649673da32043d3908b77
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/049b20b287397b68804649673da32043d3908b77
|
2014-06-06 18:03:31+02:00
|
h264: fix direct temporal mvs for bottom-field-first poc order.
Fixes http://forum.doom9.org/showthread.php?t=170867.
Fixes: corrupt-1677.mkv
Signed-off-by: Michael Niedermayer <[email protected]>
|
ebd1c505d22ad96e044880755ed9f4cf7cab4f78
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/ebd1c505d22ad96e044880755ed9f4cf7cab4f78
|
2014-07-13 13:26:19+02:00
|
4xm: allocate extradata properly.
Pad it with the required amount of zeros, check for malloc failure.
|
d256ed78ffe202a4dcc8d625becffc716bfa3977
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/d256ed78ffe202a4dcc8d625becffc716bfa3977
|
2014-05-18 10:19:35+02:00
|
rtmpproto: avoid setting auth var value if null
Use default values if parsed variable is found not to
have any value. Avoids crashing at strlen for salt/user
on the auth call afterwards and needless NULL assignments
for the rest (default is already NULL for those).
Should fix Coverity Scan issues #966644 and #966645
Signed-off-by: Reynaldo H. Verdejo Pinochet <[email protected]>
|
e83aae283975ad5657c626912f9f225d7fe673f0
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/e83aae283975ad5657c626912f9f225d7fe673f0
|
2014-05-16 17:31:48-04:00
|
avfilter/vf_drawtext: fix resource leaks
Fixes CID1206649
Signed-off-by: Michael Niedermayer <[email protected]>
|
6956b048d8198dce5126c8942dece21cfb1a7978
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/6956b048d8198dce5126c8942dece21cfb1a7978
|
2014-04-27 03:18:57+02:00
|
avformat/img2dec: zero probe buffer
Fixes use of uninitialized memory
Fixes valgrind failure
Signed-off-by: Michael Niedermayer <[email protected]>
|
1f361124d97cf8b8ce6d3aacb10cdc53706470de
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/1f361124d97cf8b8ce6d3aacb10cdc53706470de
|
2014-03-31 23:47:29+02:00
|
libzvbi-teletextdec: split dvb packet to slices
Instead of using the demux function of libzvbi to split the packet to slices
(vbi lines), lets do it ourselves.
- eliminates the 1 frame delay between page input and output
- handles non-ascending line numbers more gracefully
- enables us to return error codes on some invalid packets instead of silently
ignoring them
Signed-off-by: Marton Balint <[email protected]>
|
085ca7dcdbf9ab6c23e3a5397b1f6d4aa23f763d
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/085ca7dcdbf9ab6c23e3a5397b1f6d4aa23f763d
|
2014-03-08 21:58:12+01:00
|
avcodec/hevc: make *ps_id unsigned
Fixes integer overflow
Fixes out of array accesses
Fixes 2f65e7dbd02a12f426a423bd7bf880b4-signal_sigsegv_127c952_2793_cov_2517424539_RPLM_A_qualcomm_4.bit
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
|
d1e6602665d5ec1b7e211ab27b298c26139f82cc
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/d1e6602665d5ec1b7e211ab27b298c26139f82cc
|
2014-02-15 23:27:20+01:00
|
eacmv: clear references on frame dimensions change
Fixes invalid reads.
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
CC:[email protected]
|
5430839144c6da0160e8e0cfb0c8db01de432e94
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/5430839144c6da0160e8e0cfb0c8db01de432e94
|
2014-02-04 21:59:14+01:00
|
lavf: do basic sanity checking on muxed packets
Reject packets for non-existing or attachment streams.
|
7b03b65bf0d02519c86750d2da33f413e11cf0c6
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/7b03b65bf0d02519c86750d2da33f413e11cf0c6
|
2014-02-04 11:10:55+01:00
|
avcodec/mjpegdec: pass into ff_mjpeg_decode_sos() and check bitmask size
Fixes: heap array overread
Fixes: asan_heap-oob_149b2bc_6577_m1.mxg
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
|
2884688bd51a808ccda3c0e13367619cd79e0579
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/2884688bd51a808ccda3c0e13367619cd79e0579
|
2014-01-31 18:34:08+01:00
|
avformat/flac_picture: allocate buffer padding for picture
Fixes: heap array overread
Fixes: asan_heap-oob_14876d9_4706_cov_815472558_cover_art.flac
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
|
fff2953163ff466d5391b2f862bd2216fbe728b2
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/fff2953163ff466d5391b2f862bd2216fbe728b2
|
2014-01-31 17:22:48+01:00
|
dshow: use distinct buffers per stream.
Basically sometimes if you start dropping video packets, you also drop audio packets. Now they each have separate buffers to avoid this unexpected behavior.
Signed-off-by: rogerdpack <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
|
6abc56e892c2c2500d1fc2698fa6d580b72f721b
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/6abc56e892c2c2500d1fc2698fa6d580b72f721b
|
2014-03-22 03:46:10+01:00
|
vp9: fix memory corruption if header decoding fails after size change.
|
4147b337c10588b36a537c15c4b0b2b432fcc3ea
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/4147b337c10588b36a537c15c4b0b2b432fcc3ea
|
2014-01-24 19:25:26-05:00
|
avcodec/tiff: reset geotag_count in free_geotags()
Fixes null pointer dereference
Fixes: signal_sigsegv_19d922e_3688_cov_1577641655_aletrek_tiff.mov
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
|
a744064c4155bde063b9e8a47699542be3b8e5eb
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/a744064c4155bde063b9e8a47699542be3b8e5eb
|
2014-02-02 01:48:34+01:00
|
avcodec/hevc: use av_mallocz() for allocating tab_ipm
Fixes use of uninitialized memory and out of stack array read
Fixes: signal_sigsegv_ecc526_7846_WPP_C_ericsson_MAIN_2.bit
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
|
0999f1613bc48ed9d6578a3ad7bcd17610e07fbf
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/0999f1613bc48ed9d6578a3ad7bcd17610e07fbf
|
2014-01-11 20:30:22+01:00
|
lavc: add 422/444 YUV with alpha to align_dimensions()
Aligns frame dimensions to 16, which fixes potential invalid writes.
|
8058284ce09030b47512746d726fb2ad3ae8a20f
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/8058284ce09030b47512746d726fb2ad3ae8a20f
|
2014-01-06 08:20:56+01:00
|
mpegvideo: set reference/pict_type on generated reference frames
Otherwise the generic code will unref them, which can then result in
last_picture_ptr == current_picture_ptr, which causes deadlocks at least
in rv40.
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
CC:[email protected]
|
feded990e3ef9af4a0b827d5b6d8fe86f0b94942
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/feded990e3ef9af4a0b827d5b6d8fe86f0b94942
|
2014-01-03 16:36:43+01:00
|
lavc/mjpegenc: check av_frame_alloc() failure.
|
19a2d101acc0260bb310e79010a8491b10716189
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/19a2d101acc0260bb310e79010a8491b10716189
|
2013-12-30 10:58:02+01:00
|
avcodec/eatgv: use av_mallocz() for frame_buffer
Fixes use of uninitialized memory
Fixes: msan_uninit-mem_7fbf6159587b_2571_ORIGIN.TGV
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
|
bb9f55163f17145d5b220b38e23c7d55824ec7c5
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/bb9f55163f17145d5b220b38e23c7d55824ec7c5
|
2013-12-24 23:20:30+01:00
|
avformat/rmdec: zero string destination before use
Fixes use of uninitialized memory
Fixes: msan_uninit-mem_7f9677850d99_4635_crashed.rm
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
|
b797a00f634686b6a1752cbb55a7c95d361fa838
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/b797a00f634686b6a1752cbb55a7c95d361fa838
|
2013-12-21 23:27:09+01:00
|
avformat/swfdec: check avio_read() return code
Fixes use of uninitialized memory
Fixes part of msan_uninit-mem_7f055dd0ab1b_9558_videopop_guitar_300k.swf
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
|
e72f5abbc62d1ce1dc9cd689c1d8a49ead757c5a
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/e72f5abbc62d1ce1dc9cd689c1d8a49ead757c5a
|
2013-12-19 05:07:13+01:00
|
avformat/mov: Check avio_read() return code in mov_read_extradata() and shrink the extradata if needed / return an error
Fixes use of uninitialized data
Fixes: msan_uninit-mem_7ff57193e77e_2715_RAW512K_Stream_004.mov
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
|
7a5d3a41fe380422cca80279732f297a2e118212
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/7a5d3a41fe380422cca80279732f297a2e118212
|
2013-12-15 00:16:53+01:00
|
alsdec: check block length
Fix writing over the end
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Addresses: CVE-2013-0845
|
2a0fb7286d67c47e44aa76c237ede117b22af616
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/2a0fb7286d67c47e44aa76c237ede117b22af616
|
2013-12-10 07:21:40-05:00
|
avcodec/hnm4video: allocate frame only when theres a coded frame
Fixes memleak
Fixes: asan_heap-oob_e76bdf_2224_MOTHOO.HNM
This patch also removes the setting of palette_has_changed,
which was set on a frame that was never returned
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
|
321b33876262ad332b3030eb6e3d0739540e4209
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/321b33876262ad332b3030eb6e3d0739540e4209
|
2013-11-23 21:05:29+01:00
|
avcodec/mpegaudioenc: prevent overflow in fixed point code
Signed-off-by: Michael Niedermayer <[email protected]>
|
9f630e8346707c093ac47cbe04384ab89ecd693a
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/9f630e8346707c093ac47cbe04384ab89ecd693a
|
2013-11-17 21:14:15+01:00
|
avcodec/vp9: use av_freep() for above_partition_ctx
Fixes use after free if memory allocation fails.
Signed-off-by: Paul B Mahol <[email protected]>
|
e1c7892013d2832df85dfef6368bd64e82547418
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/e1c7892013d2832df85dfef6368bd64e82547418
|
2013-11-12 23:41:58+00:00
|
go2meeting: disallow tile dimensions that are not multiple of 16
Original decoder seems to always use 176x128 tiles anyway and this helps
avoiding lots of issues with odd tile sizes in fuzzed files.
Signed-off-by: Anton Khirnov <[email protected]>
|
01f6df01b6fdc2d71b82370374cde4bf102928c7
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/01f6df01b6fdc2d71b82370374cde4bf102928c7
|
2013-11-29 17:37:59+01:00
|
avformat/ftp: fix possible deadlock
Signed-off-by: Lukasz Marek <[email protected]>
|
e1fb3143bb3a6006612fe0e1d1a15c8eb4955802
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/e1fb3143bb3a6006612fe0e1d1a15c8eb4955802
|
2013-10-12 13:52:33+02:00
|
mmvideo: fix uninitialized variable use in mm_decode_intra
Signed-off-by: Anton Khirnov <[email protected]>
|
fc06ee6ee377cc3b512dff8f02057e26311bc4da
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/fc06ee6ee377cc3b512dff8f02057e26311bc4da
|
2013-10-27 21:32:11+01:00
|
avformat/icodec: reduce score returned on probing
The ico probe function is pretty weak just checking a few bytes for being 0, 1 or not 0
Fixes probetest failure
Signed-off-by: Michael Niedermayer <[email protected]>
|
4f0e85517f5dcdba40f7b299b61997ecfc702440
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/4f0e85517f5dcdba40f7b299b61997ecfc702440
|
2013-11-08 20:10:33+01:00
|
minor VMD system update; still not perfect, but should not crash either
Originally committed as revision 2887 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
23fe14bb20888038b91e62b16d50fe0b75043a10
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/23fe14bb20888038b91e62b16d50fe0b75043a10
|
2004-03-14 04:08:11+00:00
|
avcodec/jpeg2000: zero i/f_data
Fixes uninitialized use of variables
Fixes part of Ticket2921
Signed-off-by: Michael Niedermayer <[email protected]>
|
e54f4510aa45d8074544dc8b565f6e32c66ef404
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/e54f4510aa45d8074544dc8b565f6e32c66ef404
|
2013-10-13 21:48:28+02:00
|
riffdec: Add sanity checks for the sample rate
This avoids a division by zero for G726.
Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
CC: [email protected]
Signed-off-by: Martin Storsjö <[email protected]>
|
d07aa3f02b73ab1371c13ac7898338380ca0932b
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/d07aa3f02b73ab1371c13ac7898338380ca0932b
|
2013-09-29 19:58:18+03:00
|
avcodec/mlpdec: Fail if the input is too small
This fixes a infinite loop
Fixes Ticket2986
Signed-off-by: Michael Niedermayer <[email protected]>
|
f7bea731d955ec25a726abcd31862d3bd0183d58
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/f7bea731d955ec25a726abcd31862d3bd0183d58
|
2013-09-27 20:12:37+02:00
|
rl2: Avoid a division by zero
Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
CC: [email protected]
Signed-off-by: Martin Storsjö <[email protected]>
|
3ca14aa5964ea5d11f7a15f9fff17924d6096d44
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/3ca14aa5964ea5d11f7a15f9fff17924d6096d44
|
2013-09-19 22:47:00+03:00
|
movenc: Set all implicit flags immediately in mov_write_header
This makes sure other sanity checks for conflicting options
can work properly, e.g. for the conflict between the faststart
flag when using the ismv mode.
Signed-off-by: Martin Storsjö <[email protected]>
|
a9553bbb336a7186c62b3b14a0499c1b6ba61ebd
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/a9553bbb336a7186c62b3b14a0499c1b6ba61ebd
|
2013-09-22 16:10:21+03:00
|
lavf/ftp: fix possible crash
|
f3ace37a3b8c93218630a37b7df4dc195f1215a9
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/f3ace37a3b8c93218630a37b7df4dc195f1215a9
|
2013-08-29 01:57:38+02:00
|
aasc: Check minimum buffer size
Prevent some overreads.
Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
CC: [email protected]
|
62b1e3b1031e901105d78e831120de8e4c3e0013
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/62b1e3b1031e901105d78e831120de8e4c3e0013
|
2013-07-28 15:41:59+02:00
|
rmdec: fix crash in case of oom
Fixes ticket #2724
Signed-off-by: Michael Niedermayer <[email protected]>
|
161047f010b1d9dbc153a71c1ee75dc2a34561de
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/161047f010b1d9dbc153a71c1ee75dc2a34561de
|
2013-07-12 04:24:35+02:00
|
rmdec: Use the AVIOContext given as parameter in rm_read_metadata()
This fixes crashes when playing back certain RealRTSP streams.
When invoked from the RTP depacketizer, the full realmedia
demuxer isn't invoked, but only certain functions from it, where
a separate AVIOContext is passed in as parameter (for the buffer
containing the data to parse). The functions called from within
those entry points should only be using that parameter, not
s->pb. In the depacketizer case, s is the RTSP context, where ->pb
is null.
Cc: [email protected]
Signed-off-by: Martin Storsjö <[email protected]>
|
d35b6cd3775456a23b63e73316e244b671caa02f
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/d35b6cd3775456a23b63e73316e244b671caa02f
|
2013-07-07 13:30:12+03:00
|
Avoid a null pointer dereference on oom when decoding smacker.
Fixes ticket #2728.
|
90bd75e6eb789d196fef0135a58bcfe7904c65c5
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/90bd75e6eb789d196fef0135a58bcfe7904c65c5
|
2013-06-29 16:04:07+02:00
|
vsrc_movie: do not free avoption variables in uninit()
The generic code frees them as well. Since av_free was used to free them
instead of av_freep, this would result in a double free.
|
eeeb5c291d3f78eaade5b99c2614c7cab0e9be79
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/eeeb5c291d3f78eaade5b99c2614c7cab0e9be79
|
2013-06-20 13:27:14+02:00
|
drawbox: Respect thickness parameter
The drawbox video filter is drawing lines one pixel thinner than
requested. The default thickness is 4 pixel but in fact the lines
drawn by default are only 3 pixel wide.
Change the comparisons in the code to fix this off-by-one bug. Also
change the default thickness from 4 to 3 to minimize the unexpected
changes from the user's perspective.
As I was already touching these lines, I also removed the "maximum" in
the thickness parameter description, as I don't think it was adding
any value and I even found it confusing.
Reviewed-by: Andrey Utkin <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
|
cef42ded8dd099bfc8de6cfcf75c579d13e582ad
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/cef42ded8dd099bfc8de6cfcf75c579d13e582ad
|
2013-06-14 03:52:32+02:00
|
h264: Fix null pointer dereference with disabled error concealment
Fixes Ticket2551
Signed-off-by: Michael Niedermayer <[email protected]>
|
bbe26eff2235dc2d1c79a5a1e25b46d8d7f0fe08
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/bbe26eff2235dc2d1c79a5a1e25b46d8d7f0fe08
|
2013-06-24 16:05:19+02:00
|
avcodec/g2meet: check framebuf has been allocated before use
Fixes null pointer dereference
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
|
6d3bcbb2114da4c3509dc4f6f68a9349590fb477
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/6d3bcbb2114da4c3509dc4f6f68a9349590fb477
|
2013-06-09 03:09:26+02:00
|
lavfi/lut3d: add sanity checks.
Should fix CID1026775 and CID1026774.
|
f97e28ebe5233f6520b161ab8dbbe937dda46dc3
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/f97e28ebe5233f6520b161ab8dbbe937dda46dc3
|
2013-06-07 01:48:41+02:00
|
wamenc: handle failure to encode.
This is necessary since the switch to floating point
input means there is no longer sufficient input data
validation.
There is a good chance that other encoders are affected
by similar issues.
This problem can be triggered by trying to encode
extremely large values and probably also with Inf and
possibly also NaNs.
Signed-off-by: Reimar Döffinger <[email protected]>
|
dccaad3bcdc5762141527cb7db7c87f34517f097
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/dccaad3bcdc5762141527cb7db7c87f34517f097
|
2013-05-29 22:31:16+02:00
|
j2k & jpeg2000dec: reset numX/Ytiles if tiles failed allocation
Fixes null pointer dereference
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
|
17e66c9ff4774e254932d34dade77b1c04139a4f
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/17e66c9ff4774e254932d34dade77b1c04139a4f
|
2013-05-22 03:18:55+02:00
|
vf_crop: make config_props work properly when called multiple times.
Do not leak the x/y expressions.
|
6592cd22a2307dbbeb621c7499ba81961e6face8
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/6592cd22a2307dbbeb621c7499ba81961e6face8
|
2013-05-17 07:43:57+02:00
|
lavc: Fix msvc compilation of utils.c with -WX (warnings treated as errors)
This fixes https://bugzilla.libav.org/show_bug.cgi?id=514.
Signed-off-by: Martin Storsjö <[email protected]>
|
252c0bfdc014c1fb6ad4fe06242c7beca58a6b41
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/252c0bfdc014c1fb6ad4fe06242c7beca58a6b41
|
2013-05-14 10:04:43+03:00
|
jpeg2000: fix for uninitialized data errors in valgrind/memcheck
Signed-off-by: Michael Niedermayer <[email protected]>
|
a06f0cef5bd4bef57338e3396ea903a3d887a0e4
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/a06f0cef5bd4bef57338e3396ea903a3d887a0e4
|
2013-05-06 21:14:19+02:00
|
svq1dec: clip motion vectors to the frame size.
Fixes invalid reads for corrupted files.
Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
CC:[email protected]
|
ecff5acb5a738fcb4f9e206a12070dac4bf259b3
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/ecff5acb5a738fcb4f9e206a12070dac4bf259b3
|
2013-04-17 10:55:51+02:00
|
lavd/v4l2: fully init an ioctl argument.
Silence a valgrind warning about uninitialized memory.
|
9dd54d74226eaaa1087ba994ba212bf9a107c97d
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/9dd54d74226eaaa1087ba994ba212bf9a107c97d
|
2013-04-01 10:38:14+02:00
|
yop: Do not keep a copy of parts of the returned packet
Fixes double free
Regression since the new buffer references, thus no FFmpeg
releases should be affected
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
|
551f683861bbae1002542e70dc196244a1cd24ad
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/551f683861bbae1002542e70dc196244a1cd24ad
|
2013-03-29 02:11:34+01:00
|
lavfi/gradfun: fix rounding in MMX code.
Current code divides before increasing precision.
Also reduce upper bound for strength from 255 to 64. This will prevent
an overflow in the SSSE3 and MMX filter_line code: delta is expressed as
an u16 being shifted by 2 to the left. If it overflows, having a
strength not above 64 will make sure that m is set to 0 (making the
m*m*delta >> 14 expression void).
A value above 64 should not make any sense unless gradfun is used as
a blur filter.
Signed-off-by: Anton Khirnov <[email protected]>
|
2d66fc543b01995d6146fc132a778d3e722ca665
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/2d66fc543b01995d6146fc132a778d3e722ca665
|
2013-03-28 07:59:04+01:00
|
h264: allocate hwaccel privdata after the frame buffer
This ensures the hwaccel privdata does not leak when a frame buffer could
not be allocated (and toggle the assert when the frame is re-used).
Having no frame buffer available is quite common when using the DXVA2
hwaccel in situations where the DXVA2 renderer is being re-allocated, for
example when moving between displays.
Signed-off-by: Anton Khirnov <[email protected]>
|
9c9ede44f37e291677c0db1c5fabf1c3f6106008
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/9c9ede44f37e291677c0db1c5fabf1c3f6106008
|
2013-03-19 11:20:00+01:00
|
lavfi: let gcc realign the stack on public graph driving functions
The functions which actually drive the filter graph by pushing
frames through it need to ensure an aligned stack for SIMD functions.
This fixes a crash in YADIF filter when using a mingw build in a MSVC application.
Signed-off-by: Michael Niedermayer <[email protected]>
|
d8dccf69ff2df7014a2bb8e0e17828a820f45b27
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/d8dccf69ff2df7014a2bb8e0e17828a820f45b27
|
2013-03-16 23:52:35+01:00
|
svq3: remove a pointless if()
The H264 context is always uninitialized at this point.
|
d9ebb00dcbaac3812b8b1fbc3d6e027506c11cbc
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/d9ebb00dcbaac3812b8b1fbc3d6e027506c11cbc
|
2013-02-15 16:09:52+01:00
|
idcin: validate header parameters
Avoids using unsupported parameters and signed integer overflows.
|
b0c96e06134d5c2aa3fa4f0951834c982ee99e3b
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/b0c96e06134d5c2aa3fa4f0951834c982ee99e3b
|
2013-01-09 14:49:06-05:00
|
dvenc: dont fail hard if the timecode is invalid
Instead just dont store the timecode
Fixes Ticket2187
Signed-off-by: Michael Niedermayer <[email protected]>
|
f0eacbc760c8b27c2064cea5395e32971853c73c
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/f0eacbc760c8b27c2064cea5395e32971853c73c
|
2013-02-05 22:57:35+01:00
|
swr/ build_filter: use av_calloc() fix buffer overflow
Fixes integer & buffer overflow
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
|
f9abeecd94cfa335bf43e2a19b60fb990a46644f
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/f9abeecd94cfa335bf43e2a19b60fb990a46644f
|
2013-01-27 05:58:47+01:00
|
avpriv_mpeg4audio_get_config: check init_get_bits() return code.
Fixes null pointer dereference
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
|
deefdf9788467edd262b9c29a4f6e33d2ae84b8c
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/deefdf9788467edd262b9c29a4f6e33d2ae84b8c
|
2013-01-27 21:18:00+01:00
|
sanm: Check decoded_size.
This prevents a buffer overflow in rle_decode()
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
|
7357ca900efcf829de4cce4cec6ddc286526d417
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/7357ca900efcf829de4cce4cec6ddc286526d417
|
2013-01-24 00:27:59+01:00
|
rtmp: fix buffer overflows in ff_amf_tag_contents()
A negative `size' will bypass FFMIN(). In the subsequent memcpy() call,
`size' will be considered as a large positive value, leading to a buffer
overflow.
Change the type of `size' to unsigned int to avoid buffer overflow, and
simplify overflow checks accordingly.
Signed-off-by: Xi Wang <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
|
4e692374f7962ea358c329de38c380103f8991b6
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/4e692374f7962ea358c329de38c380103f8991b6
|
2013-01-23 05:29:59+01:00
|
truemotion2: use av_mallocz()
Fixes use of uninitialized values.
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
|
713dea584b118bc48803266edc8e9b380f78a778
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/713dea584b118bc48803266edc8e9b380f78a778
|
2013-01-23 05:25:04+01:00
|
mov: prevent double free if the caller replaces the io context.
Fixes Ticket2148
Signed-off-by: Michael Niedermayer <[email protected]>
|
0a84174f2d41757bcefdc87e9dfb26a7016ab62f
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/0a84174f2d41757bcefdc87e9dfb26a7016ab62f
|
2013-01-22 05:15:47+01:00
|
cafdec: fix overflow checking in read_header()
Several compilers such as clang/icc/pathscale will optimize the check
pos + size < pos (assuming size > 0) into false, since signed integer
overflow is undefined behavior in C. This breaks overflow checking.
Use a safe precondition check instead.
Signed-off-by: Xi Wang <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
|
64b7e7dcaf21bd3c9f644446c59acdac6a95892f
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/64b7e7dcaf21bd3c9f644446c59acdac6a95892f
|
2013-01-20 21:30:34+01:00
|
get_bits: change the failure condition in init_get_bits
Too much code relies in having init_get_bits fed with a valid
buffer and set its dimension to 0.
Check for NULL buffer instead.
|
4603ec85ed620e585fc6e2e072c99858ed421855
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/4603ec85ed620e585fc6e2e072c99858ed421855
|
2013-01-20 13:37:56+01:00
|
lavc: set the default rc_initial_buffer_occupancy
rc_buffer_size is not set before.
Solve the initial the rate control underflow issue reported in
bug 222.
CC: [email protected]
Signed-off-by: Luca Barbato <[email protected]>
|
bff3607547fdbb6e32b3830a351e6a33280c1e0d
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/bff3607547fdbb6e32b3830a351e6a33280c1e0d
|
2013-01-15 08:58:51+01:00
|
h264: Fix assignments in if()
Fixes null pointer dereference later, since if this function failed,
a positive return value was returned to the caller.
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Martin Storsjö <[email protected]>
|
59d5680310084398dc6eb8fa62d56a7d1c9b85e0
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/59d5680310084398dc6eb8fa62d56a7d1c9b85e0
|
2013-01-14 13:12:38+02:00
|
oggparseskeleton: Check the overall start time before using it.
Fixes division by zero
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
|
1a088f61e1b8d620c313c47d861a1a4b29fd7156
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/1a088f61e1b8d620c313c47d861a1a4b29fd7156
|
2013-01-08 02:58:01+01:00
|
avs: silence "may be used uninitialized" warnings
We initialize the struct to 0 to also ensure any actual use of
the pointers in it will not lead to security issues.
Signed-off-by: Michael Niedermayer <[email protected]>
|
76e65a1b731e28d8382d500c3a7740b65df9f7b2
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/76e65a1b731e28d8382d500c3a7740b65df9f7b2
|
2012-12-29 03:07:45+01:00
|
nutdec: sanity check r_frame_rate
This fixes files that store a somewhat incorrect value.
Signed-off-by: Michael Niedermayer <[email protected]>
|
ebfb738fa4b0dcefb14586be5d1dc0b44c91d6c2
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/ebfb738fa4b0dcefb14586be5d1dc0b44c91d6c2
|
2012-12-18 14:03:04+01:00
|
lavf: print a matching tag in case of code tag validation failure
Signed-off-by: Michael Niedermayer <[email protected]>
|
30fc71055616c2929e94915e983460629a0d27fa
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/30fc71055616c2929e94915e983460629a0d27fa
|
2012-05-11 16:52:47+02:00
|
westwood_vqa: fix null pointer dereference
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
|
b2c2589ecf87e6d42d4134e726552a35b2820e09
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/b2c2589ecf87e6d42d4134e726552a35b2820e09
|
2012-12-14 17:55:57+01:00
|
rtpdec: Limit writing to the buffer size
This fixes potential buffer overwrites.
Signed-off-by: Martin Storsjö <[email protected]>
|
81ef5192529dd9ff6b7dc34b6528b9d8dafdd100
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/81ef5192529dd9ff6b7dc34b6528b9d8dafdd100
|
2012-12-12 12:18:16+02:00
|
read_gab2_sub: fix null pointer dereference
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
|
028cc42a1638e6f93a857f11c2568d1c3a51e612
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/028cc42a1638e6f93a857f11c2568d1c3a51e612
|
2012-12-12 17:46:05+01:00
|
lavfi/alphaextract: drop cur_linesize = out_linesize branch in draw_slice()
The code causes uninitialized data copy, and may be actually slower than
a loop over each line in case the padding is big.
|
1f467220cfd1664782b1fe210bbc9342ad460fd2
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/1f467220cfd1664782b1fe210bbc9342ad460fd2
|
2012-12-07 19:09:47+01:00
|
h264: check for integer overflow, fix null pointer dereference
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
|
936eaa89be5de0eada9d188777427b97e568422a
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/936eaa89be5de0eada9d188777427b97e568422a
|
2012-12-02 20:44:58+01:00
|
Additional checks to prevent overread.
Check for availability of some required amount of bytes in buffer before
reading further.
Signed-off-by: Vitaliy E Sugrobov <[email protected]>
|
de0cb7f070dc941ea2d3f8a99dad497c852b4e35
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/de0cb7f070dc941ea2d3f8a99dad497c852b4e35
|
2012-11-30 14:33:58+00:00
|
fate/mp3: increase fuzz for NEON, due to different rounding from lrintf()
This should fix fate failures of the hecommon test
Signed-off-by: Michael Niedermayer <[email protected]>
|
b5cedf8b66c79bcc380d66dec0b850c8d7797c45
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/b5cedf8b66c79bcc380d66dec0b850c8d7797c45
|
2012-12-01 17:15:57+01:00
|
rv10: consider B frames in low delay streams invalid.
Fix assertion failure
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
|
c74cd99986fc8c148a10ebcf13ab2b8d8c6de561
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/c74cd99986fc8c148a10ebcf13ab2b8d8c6de561
|
2012-11-13 18:00:00+01:00
|
swr-test: fix division by 0
Fixes CID733739
Signed-off-by: Michael Niedermayer <[email protected]>
|
9de5b11d58eda59fae6faf1b4238612fa5b4fc1f
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/9de5b11d58eda59fae6faf1b4238612fa5b4fc1f
|
2012-10-16 19:40:57+02:00
|
vf_idet: reorder operations to avoid division by 0
Fixes CID733738
Signed-off-by: Michael Niedermayer <[email protected]>
|
31fdf3065daceb31e12fd26a367445676d761180
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/31fdf3065daceb31e12fd26a367445676d761180
|
2012-10-19 19:59:32+02:00
|
af_channelmap: free old extended_data on reallocation
Prevents writes to freed memory and the leak of the old extended data.
Fixes CID732303.
|
1afd7a118fd71536971f991b823c89f1c9e87509
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/1afd7a118fd71536971f991b823c89f1c9e87509
|
2012-10-09 15:41:24+02:00
|
ac3dec: ensure get_buffer() gets a buffer for the correct number of channels
If there is an error during frame parsing, but AVCodecContext.channels was
changed and AC3DecodeContext.out_channels was set previously, the two may not
match.
Fixes CVE-2012-2802
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
CC: [email protected]
|
56b6a43056235fc110a018678da590595734203d
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/56b6a43056235fc110a018678da590595734203d
|
2012-10-01 00:10:59-04:00
|
wmalosslessdec: make MCLMS arrays big enough for what is written into them.
Fixes a part of CVE-2012-2795
CC:[email protected]
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Anton Khirnov <[email protected]>
|
607f57152c59bcec26caaf2060a86d96f76c4e8b
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/607f57152c59bcec26caaf2060a86d96f76c4e8b
|
2012-09-29 19:14:25+02:00
|
cavsdec: check for changing w/h.
Our decoder does not support changing w/h.
Fixes CVE-2012-2777 and CVE-2012-2784.
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Anton Khirnov <[email protected]>
|
c20a69630619d14ae92c5541d52c579d7c8f3e94
|
ffmpeg
|
devign
| 1 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/c20a69630619d14ae92c5541d52c579d7c8f3e94
|
2012-09-29 09:26:04+02:00
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.