Bug 203548 - x11-misc/xfractint-20.04_p07 crashes during build
Bug#: 203548 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: spock@gentoo.org Reported By: gentoo4@achurch.org
Component: Ebuilds
URL: 
Summary: x11-misc/xfractint-20.04_p07 crashes during build
Keywords:  
Status Whiteboard: 
Opened: 2007-12-28 07:04 0000
Description:   Opened: 2007-12-28 07:04 0000
While attempting to build xfractint-20.04_p07, the internal help compiler tool
"hc" crashes, breaking the build.  This is the result of a buffer overflow
stemming from mismatched buffer sizes (MAXEXT=4 in dos_help/hc.c via
headers/unix.h, FILE_MAX_EXT=5 in unix/unix.c).  Patch forthcoming, as soon as
I finish testing it.

------- Comment #1 From Andrew Church 2007-12-28 07:18:48 0000 -------
Created an attachment (id=139484) [details]
Patch to xfractint source to make buffer sizes consistent

------- Comment #2 From Michal Januszewski 2007-12-28 11:58:18 0000 -------
Fixed in CVS.  Thanks for the patch :)