Mageia Bugzilla – Attachment 1351 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-0722
ffmpeg-CVE-2011-0722.patch (text/plain), 685 bytes, created by
David Walser
on 2012-01-09 17:25:02 CET
(
hide
)
Description:
re-diffed patch for CVE-2011-0722
Filename:
MIME Type:
Creator:
David Walser
Created:
2012-01-09 17:25:02 CET
Size:
685 bytes
patch
obsolete
>--- ffmpeg/libavcodec/rv34.c~ 2010-07-02 08:55:36.000000000 -0400 >+++ ffmpeg/libavcodec/rv34.c 2012-01-09 11:23:39.154177413 -0500 >@@ -1285,8 +1285,8 @@ > if(s->width != r->si.width || s->height != r->si.height){ > av_log(s->avctx, AV_LOG_DEBUG, "Changing dimensions to %dx%d\n", r->si.width,r->si.height); > MPV_common_end(s); >- s->width = r->si.width; >- s->height = r->si.height; >+ s->width = s->avctx->width = r->si.width; >+ s->height = s->avctx->height = r->si.height; > avcodec_set_dimensions(s->avctx, s->width, s->height); > if(MPV_common_init(s) < 0) > return -1;
--- ffmpeg/libavcodec/rv34.c~ 2010-07-02 08:55:36.000000000 -0400 +++ ffmpeg/libavcodec/rv34.c 2012-01-09 11:23:39.154177413 -0500 @@ -1285,8 +1285,8 @@ if(s->width != r->si.width || s->height != r->si.height){ av_log(s->avctx, AV_LOG_DEBUG, "Changing dimensions to %dx%d\n", r->si.width,r->si.height); MPV_common_end(s); - s->width = r->si.width; - s->height = r->si.height; + s->width = s->avctx->width = r->si.width; + s->height = s->avctx->height = r->si.height; avcodec_set_dimensions(s->avctx, s->width, s->height); if(MPV_common_init(s) < 0) return -1;
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 4001
:
1350
| 1351 |
1352
|
1353
|
1354
|
1355
|
1356