Igor Schein on Sun, 6 Jul 2003 02:56:22 -0400


[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

variable corruption bug


Hi,

? f()=polredabs(p=x)
? g(p)=for(k=p,p,f())
? g()
  ***   bug in gadd, please report

No mechanism in place to detect the improver variable use.  The above
is a result of a hard-to-spot problem with my scripts, due to the
missing local variable declaration, reduced to the bare minimum. 

Thanks

Igor