Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 203548 - x11-misc/xfractint-20.04_p07 crashes during build
Summary: x11-misc/xfractint-20.04_p07 crashes during build
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Michal Januszewski (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-12-28 07:04 UTC by Andrew Church
Modified: 2007-12-28 11:58 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Patch to xfractint source to make buffer sizes consistent (xfractint-20.04p07-filename-buffer-overflow-fix.patch,4.58 KB, patch)
2007-12-28 07:18 UTC, Andrew Church
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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 :)