0
0
mirror of https://github.com/pmmp/ext-encoding.git synced 2025-07-15 04:34:48 +00:00
Files
JuraSciix 106b9f1356 VarInt: fix data loss when reading large varlongs (#17)
The result of the bitwise AND was an integer, which when shifted left by more than 31, results in zero.
This led to incorrect decoding of varlongs larger than 5 bytes.
2025-06-21 21:56:54 +01:00
..
2024-01-30 16:26:17 +00:00
2024-01-30 16:26:17 +00:00
2024-01-30 16:26:17 +00:00
2024-01-30 12:47:42 +00:00