Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 595245 Details for
Bug 836320
[abrt] vorbis-tools-1.4.0-4.fc17: main: Process /usr/bin/oggenc was killed by signal 11 (SIGSEGV)
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
fix attempt
0001-oggenc-fix-for-836320.patch (text/plain), 1.07 KB, created by
Kamil Dudka
on 2012-06-29 10:00:33 UTC
(
hide
)
Description:
fix attempt
Filename:
MIME Type:
Creator:
Kamil Dudka
Created:
2012-06-29 10:00:33 UTC
Size:
1.07 KB
patch
obsolete
>From 5c81f23359a4650b745639546c22dc7130275a5a Mon Sep 17 00:00:00 2001 >From: Kamil Dudka <kdudka@redhat.com> >Date: Fri, 29 Jun 2012 11:49:53 +0200 >Subject: [PATCH] oggenc: fix for #836320 > >--- > oggenc/oggenc.c | 4 +++- > 1 files changed, 3 insertions(+), 1 deletions(-) > >diff --git a/oggenc/oggenc.c b/oggenc/oggenc.c >index 9c3e9cd..bf9b54f 100644 >--- a/oggenc/oggenc.c >+++ b/oggenc/oggenc.c >@@ -180,6 +180,7 @@ int main(int argc, char **argv) > enc_opts.copy_comments = opt.copy_comments; > enc_opts.with_skeleton = opt.with_skeleton; > enc_opts.ignorelength = opt.ignorelength; >+ enc_opts.readdata = NULL; > > /* OK, let's build the vorbis_comments structure */ > build_comments(&vc, &opt, i, &artist, &album, &title, &track, >@@ -446,7 +447,8 @@ clear_all: > if(enc_opts.infilename) free(enc_opts.infilename); > #endif > vorbis_comment_clear(&vc); >- format->close_func(enc_opts.readdata); >+ if(enc_opts.readdata) >+ format->close_func(enc_opts.readdata); > > if(closein) > fclose(in); >-- >1.7.1 >
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 836320
:
595245