pentium segv's

From: Andrew Davidoff (dert@concrete.resnet.upenn.edu)
Date: 10/01/95


are you using gcc optimized for pentium? we had segv's win we ported to
our P90 a while ago. they occur win u try to access a NULL pointer, the
older compiler let you do this an just returned NULL, thshrug, that was
OUR problem... um, i'll give an example: 

victim dont exist
if(FIGHTING(victim))
boom.
so do
if(victim && FIGHTING(victim))
an it'll run.
-dert



This archive was generated by hypermail 2b30 : 12/07/00 PST