Comment 5 for bug 377826

Revision history for this message
Jay Pipes (jaypipes) wrote :

Seems like a pretty straightforward fix:

Either change the transaction_prealloc_size to a uint64_t or fix the throw_bounds_warning() function to not truncate/change the actual value returned by val_int() (which is of type int64_t...

Joe, care to give it a try?

-jay