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

DEX: Replace remaining calls to read_uleb128() #1951

Merged
merged 1 commit into from
Aug 18, 2023

Conversation

cblichmann
Copy link
Contributor

This is a follow-up to PR #1949, replacing all remaingin uses of read_uleb128() in dex.c.

It also fixes another heap-buffer-overflow, again found by fuzzing.

Tested with test-dex.c

This is a follow-up to PR VirusTotal#1949, replacing all remaingin uses of
`read_uleb128()` in `dex.c`.

It also fixes another heap-buffer-overflow, again found by fuzzing.

Tested with `test-dex.c`
@plusvic plusvic merged commit bc0f052 into VirusTotal:master Aug 18, 2023
10 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