mirror of
https://github.com/OldUnreal/ogg.git
synced 2026-04-02 21:40:19 -07:00
newsize is a long, but storage is an int. This means the allocation could succeed but storage would overflow. Closes #2300
newsize is a long, but storage is an int. This means the allocation could succeed but storage would overflow. Closes #2300