Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 203548

Summary: x11-misc/xfractint-20.04_p07 crashes during build
Product: Gentoo Linux Reporter: Andrew Church <achurch+gentoo>
Component: New packagesAssignee: Michal Januszewski (RETIRED) <spock>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Patch to xfractint source to make buffer sizes consistent

Description Andrew Church 2007-12-28 07:04:16 UTC
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 Andrew Church 2007-12-28 07:18:48 UTC
Created attachment 139484 [details, diff]
Patch to xfractint source to make buffer sizes consistent
Comment 2 Michal Januszewski (RETIRED) gentoo-dev 2007-12-28 11:58:18 UTC
Fixed in CVS.  Thanks for the patch :)