Mageia Bugzilla – Attachment 1352 Details for
Bug 4001
mplayer missing security update for CVE-2009-4636 and CVE-2011-0722
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
re-diffed patch for CVE-2011-0723
ffmpeg-CVE-2011-0723.patch (text/plain), 539 bytes, created by
David Walser
on 2012-01-09 17:27:19 CET
(
hide
)
Description:
re-diffed patch for CVE-2011-0723
Filename:
MIME Type:
Creator:
David Walser
Created:
2012-01-09 17:27:19 CET
Size:
539 bytes
patch
obsolete
>--- ffmpeg/libavcodec/vc1dec.c~ 2010-09-26 09:56:50.000000000 -0400 >+++ ffmpeg/libavcodec/vc1dec.c 2012-01-09 11:26:33.257781057 -0500 >@@ -1375,7 +1375,7 @@ > if (index != vc1_ac_sizes[codingset] - 1) { > run = vc1_index_decode_table[codingset][index][0]; > level = vc1_index_decode_table[codingset][index][1]; >- lst = index >= vc1_last_decode_table[codingset]; >+ lst = index >= vc1_last_decode_table[codingset] || get_bits_left(gb) < 0; > if(get_bits1(gb)) > level = -level; > } else {
--- ffmpeg/libavcodec/vc1dec.c~ 2010-09-26 09:56:50.000000000 -0400 +++ ffmpeg/libavcodec/vc1dec.c 2012-01-09 11:26:33.257781057 -0500 @@ -1375,7 +1375,7 @@ if (index != vc1_ac_sizes[codingset] - 1) { run = vc1_index_decode_table[codingset][index][0]; level = vc1_index_decode_table[codingset][index][1]; - lst = index >= vc1_last_decode_table[codingset]; + lst = index >= vc1_last_decode_table[codingset] || get_bits_left(gb) < 0; if(get_bits1(gb)) level = -level; } else {
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 4001
:
1350
|
1351
| 1352 |
1353
|
1354
|
1355
|
1356