Bug 63618

Summary: PATCH: fix segfault in games/heroes
Product: Ports & Packages Reporter: Josh Elsasser <jre>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Josh Elsasser 2004-03-01 22:10:15 UTC
Heroes 0.21 contains an unterminated array which can cause segfaults.
The simple one-line fix is in CVS, and will be included if they ever
get around to releasing a new version.

Also pass --disable-ggi to the configure script, which prevents it
from using libggi instead of libsdl if libggi happens to be installed.

Make myself maintainer as it doesn't seem to have one.

Fix: Note that this patch creates the file patch-src::menus.c
Comment 1 Kirill Ponomarev freebsd_committer freebsd_triage 2004-03-02 08:52:09 UTC
State Changed
From-To: open->closed

Committed, thanks!