| 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.
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
thanks a lot, patch added.