smwesten-usgs/swb

Integer overflow in module RLE

smwesten-usgs opened this issue · 1 comments

Discovered a bug in which the position marker (an integer) would overflow during file manipulations, causing reads and writes to the *.bin files to fail.

Failure occurs when the binary output file size exceeds 2GB.

Fixed bug by changing the position marker to a type c_long_long.