jd-boyd / python-lzo

Python bindings for the LZO data compression library
GNU General Public License v2.0
74 stars 41 forks source link

Handle files over 2G #64

Closed vincecitizennet closed 1 year ago

vincecitizennet commented 2 years ago

Files greater than 2G (2^31) cannot be decoded on x64 Linux, as the uncasted bitwise shift causes a sign error.