Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix overflow issues found by fuzzer #933

Merged
merged 2 commits into from Mar 22, 2024

Conversation

roticv
Copy link
Contributor

@roticv roticv commented Mar 20, 2024

Fuzzer had caught a number of large malloc and these large malloc were caused by overflow of AP4_UI32 causing the validation logic to be skipped.

Fuzzer had caught a number of large malloc and these large malloc were caused
by overflow of AP4_UI32 causing the validation logic to be skipped.
Fuzzer caught another large malloc. This is caused by lack of boundary check
resulting in the next atom (children atom) to artificially large "size"
due to the underflow in bytes_available.
@barbibulle barbibulle merged commit 61639cc into axiomatic-systems:master Mar 22, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants