ALT Linux Bugzilla
– Attachment 5767 Details for
Bug 27505
Начал крашиться на многих avi файлах
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
[patch]
Обход проблемы доступа за границу выделенной памяти
xine-lib-1.1.21-ffmpeg_memory_access.patch (text/plain), 765 bytes, created by
Roman Savochenko
on 2013-03-08 19:40:04 MSK
(
hide
)
Description:
Обход проблемы доступа за границу выделенной памяти
Filename:
MIME Type:
Creator:
Roman Savochenko
Created:
2013-03-08 19:40:04 MSK
Size:
765 bytes
patch
obsolete
>diff -uNr libxine-1.1.21_/src/combined/ffmpeg/ff_video_decoder.c libxine-1.1.21/src/combined/ffmpeg/ff_video_decoder.c >--- libxine-1.1.21_/src/combined/ffmpeg/ff_video_decoder.c 2013-03-03 10:18:47.036135922 +0200 >+++ libxine-1.1.21/src/combined/ffmpeg/ff_video_decoder.c 2013-03-03 14:19:04.180278889 +0200 >@@ -505,7 +505,7 @@ > > if(this->pp_available && this->pp_quality) { > if(!this->our_context && this->context) >- this->our_context = pp_get_context(this->context->width, this->context->height, >+ this->our_context = pp_get_context(this->context->width+this->context->width/10, this->context->height+this->context->height/10, > this->pp_flags); > if(this->our_mode) > pp_free_mode(this->our_mode);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 27505
:
5499
|
5500
| 5767