0
0
mirror of https://github.com/pmmp/ext-encoding.git synced 2025-07-16 15:34:47 +00:00
Files
ext-encoding/Serializers.h
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

6.9 KiB