Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
When deserializing a list of ints, into a CAS where the list already exists, the code to update the existing list mistakenly converts the value from the serialized form, which is read as an "int", into a float, and then converts it back to an int.
For large ints, this causes a loss of precision. The conversion appears to be entirely due to a cut/paste error.