Skip to content

framing: check for overflow on growing buffer

Clément Bœsch requested to merge ubitux/ogg:storage-overflow-check into master

newsize is a long, but storage is an int. This means the allocation could succeed but storage would overflow.

Merge request reports