Bug 62836 - dvdauthor-0.6.10: submux segfaults with -v 99
Bug#: 62836 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: All Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: media-video@gentoo.org Reported By: kugelfang@gentoo.org
Component: Ebuilds
URL: 
Summary: dvdauthor-0.6.10: submux segfaults with -v 99
Keywords:  
Status Whiteboard: 
Opened: 2004-09-04 10:42 0000
Description:   Opened: 2004-09-04 10:42 0000
Wheen runnign submux with argument -v 99, it crashes with a SIGSEGV in
src/subgen.c:410. The reason for this is, that the fprintf instruction in that line tries to access newsti->spts. However, newsti is NULL in the last run throught the while loop. I will attach a patch that solves this.

------- Comment #1 From Danny van Dyk (RETIRED) 2004-09-04 10:45:29 0000 -------
Created an attachment (id=38918) [details]
Patch to keep submux from segfaulting

Please add this patch to the ebuild.

I've already mailed this patch to dvdauthor-developer@lists.sourceforge.net

------- Comment #2 From Jan Brinkmann (RETIRED) 2005-02-04 11:01:02 0000 -------
thanks a lot, patch added.