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. |
||
|---|---|---|
| .. | ||
| messages | ||
| string_tables | ||
| .gitignore | ||
| allprops.txt | ||
| comp.dem | ||
| decal.dem | ||
| emptysaytext.dem | ||
| gully.dem | ||
| malformed_cvar.dem | ||
| nousers.dem | ||
| protocol23.dem | ||
| saytext2.dem | ||
| short-2024.dem | ||
| small.dem | ||
| unicode-saytext.dem | ||