Skip to content
Snippets Groups Projects
Commit 9fd2bf09 authored by Andreas Cadhalpun's avatar Andreas Cadhalpun Committed by Vittorio Giovara
Browse files

hqx: correct type and size check of info_offset


It is used as size argument of ff_canopus_parse_info_tag, which uses it
as size argument to bytestream2_init, which only supports sizes up to
INT_MAX.
Changing it's type to unsigned simplifies the check.

Signed-off-by: default avatarAndreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
parent 0a8bff78
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment