forked from AOMediaCodec/libavif
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Validate some sizes avifParseCondensedImageBox
avifROStreamReadVarInt() may read a uint32_t value as large as UINT32_MAX. Check the uint32_t variables before incrementing them. Declare `offset` as uint64_t instead of size_t, because it is assigned to uint64_t struct members.
- Loading branch information
1 parent
fc592f0
commit 57dd2a9
Showing
1 changed file
with
15 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters