[quake3-bugzilla] [Bug 4331] New: PATCH: Bots don't work on 64 bit Intel CPU's
bugzilla-daemon at icculus.org
bugzilla-daemon at icculus.org
Wed Nov 4 06:19:37 EST 2009
http://bugzilla.icculus.org/show_bug.cgi?id=4331
Summary: PATCH: Bots don't work on 64 bit Intel CPU's
Product: ioquake3
Version: 1.36
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P3
Component: Misc
AssignedTo: zakk at icculus.org
ReportedBy: j.w.r.degoede at hhs.nl
QAContact: quake3-bugzilla at icculus.org
Hans de Goede <j.w.r.degoede at hhs.nl> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #2196|application/octet-stream |text/plain
mime type| |
Attachment #2196|0 |1
is patch| |
Created an attachment (id=2196)
--> (http://bugzilla.icculus.org/attachment.cgi?id=2196)
PATCH: Bots don't work on 64 bit Intel CPU's
botlib abuses strcpy (source and dest overlap), and the strcpy function for 64
bit intel CPU's in the latest glibc, does not like this causing the bots to not
load.
The attached patch fixes this.
Note this patch should be credited to: Andreas Bierfert (andreas.bierfert at
lowlatency.de)
See:
http://bugzilla.redhat.com/show_bug.cgi?id=526338
--
Configure bugmail: http://bugzilla.icculus.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the quake3-bugzilla
mailing list