Menu

#2 Double (64) decoding error

open
nobody
None
5
2006-05-26
2006-05-26
Chris Camel
No

Flavor java fails to decode some double values and
return them as NaN.

Bug is located in the nextdouble() method of the
Bitstream class. The next 32 bits read are stored in
an int type rather than in a long one (long i = getlong
(32))

Discussion


Log in to post a comment.