Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 66718 - atanks patches
Summary: atanks patches
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-07 19:24 UTC by basic
Modified: 2004-11-20 00:16 UTC (History)
0 users

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


Attachments
crash patch (null_player.patch,1.46 KB, patch)
2004-10-07 19:25 UTC, basic
Details | Diff
money overflow patch (limit.patch,1.88 KB, patch)
2004-10-07 19:27 UTC, basic
Details | Diff
crash patch v2 (null_player.patch,2.84 KB, patch)
2004-10-10 13:16 UTC, basic
Details | Diff
money overflow patch (limit.patch,2.41 KB, patch)
2004-10-10 13:18 UTC, basic
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description basic 2004-10-07 19:24:32 UTC
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 basic 2004-10-07 19:25:45 UTC
Created attachment 41333 [details, diff]
crash patch

this is the patch for the crasher bug
Comment 2 basic 2004-10-07 19:27:06 UTC
Created attachment 41334 [details, diff]
money overflow patch

this is the money overflow patch
Comment 3 basic 2004-10-10 13:16:00 UTC
Created attachment 41481 [details, diff]
crash patch v2

more null checks
Comment 4 basic 2004-10-10 13:18:02 UTC
Created attachment 41482 [details, diff]
money overflow patch

use 0 as the lower limit rather than LONG_MIN and more complete upper limit
check
Comment 5 Mr. Bones. (RETIRED) gentoo-dev 2004-11-20 00:16:22 UTC
added to CVS.  resync and remerge to get them.  Thanks for the bug report and patches.