ALT Linux Bugzilla
– Attachment 5977 Details for
Bug 29511
crash in ffmpeg metadata handler
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
[patch]
Fix from upstream
Fix-crash-in-ffmpeg-metadata-handler.patch (text/plain), 876 bytes, created by
Konstantin A Lepikhov (L.A. Kostis)
on 2013-10-22 23:58:08 MSK
(
hide
)
Description:
Fix from upstream
Filename:
MIME Type:
Creator:
Konstantin A Lepikhov (L.A. Kostis)
Created:
2013-10-22 23:58:08 MSK
Size:
876 bytes
patch
obsolete
>From 785de5e8e8950ca7f7117144e5b8856ef7808f45 Mon Sep 17 00:00:00 2001 >From: Sergey 'Jin' Bostandzhyan <jin at mediatomb dot cc> >Date: Sun, 27 Jan 2013 04:23:14 +0100 >Subject: [PATCH] Fix crash in ffmpeg metadata handler > >https://bugs.gentoo.org/attachment.cgi?id=333734&action=diff > >It seems that initializing the pointer does the trick. >--- > src/metadata/ffmpeg_handler.cc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/src/metadata/ffmpeg_handler.cc b/src/metadata/ffmpeg_handler.cc >index 8229d35..f5834cd 100644 >--- a/src/metadata/ffmpeg_handler.cc >+++ b/src/metadata/ffmpeg_handler.cc >@@ -259,7 +259,7 @@ void FfmpegHandler::fillMetadata(Ref<CdsItem> item) > int x = 0; > int y = 0; > >- AVFormatContext *pFormatCtx; >+ AVFormatContext *pFormatCtx = NULL; > > // Suppress all log messages > av_log_set_callback(FfmpegNoOutputStub); >-- >1.8.3.4 >
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 29511
: 5977