mirror of
https://codeberg.org/demostf/parser.git
synced 2026-06-03 10:14:06 +02:00
- Fix overflow in ExtraData by casting byte_len to usize before multiplication. This was previously multiplying a u16 with saturating_mul and would overflow when the extra data in string tables reaches a certain size. - Add test case for parsing large string table to verify correct stream position after read.
11 KiB
11 KiB