Bug 66718 - atanks patches
Bug#: 66718 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: games@gentoo.org Reported By: basic@mozdev.org
Component: Games
URL: 
Summary: atanks patches
Keywords:  
Status Whiteboard: 
Opened: 2004-10-07 19:24 0000
Description:   Opened: 2004-10-07 19:24 0000
I have 2 patches for atanks,
 1) for the crasher when meteor shower and lightning options are turned on. Not sure if I got them all, but I've yet to get atanks to crash with this patch.
 2) for the upper and lower limits of "money", that is to get it not to overflow when going beyond the limits.

Reproducible: Always
Steps to Reproduce:

------- Comment #1 From basic 2004-10-07 19:25:45 0000 -------
Created an attachment (id=41333) [details]
crash patch

this is the patch for the crasher bug

------- Comment #2 From basic 2004-10-07 19:27:06 0000 -------
Created an attachment (id=41334) [details]
money overflow patch

this is the money overflow patch

------- Comment #3 From basic 2004-10-10 13:16:00 0000 -------
Created an attachment (id=41481) [details]
crash patch v2

more null checks

------- Comment #4 From basic 2004-10-10 13:18:02 0000 -------
Created an attachment (id=41482) [details]
money overflow patch

use 0 as the lower limit rather than LONG_MIN and more complete upper limit
check

------- Comment #5 From Mr. Bones. 2004-11-20 00:16:22 0000 -------
added to CVS.  resync and remerge to get them.  Thanks for the bug report and
patches.