0
0
mirror of https://github.com/pmmp/ext-encoding.git synced 2025-07-20 02:01:57 +00:00
Files
ext-encoding/tests/read-varint-unsigned-long.phpt
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

979 B