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

Initialize local scratch structure before first use in non-USAC control paths #89

Merged
merged 1 commit into from
May 16, 2024

Conversation

ShashankPathmudi
Copy link
Collaborator

Significance:

  • Possibility of accessing uninitialized access to structure members of a local scratch structure uncovered with fuzzer testing.
  • The changes in this commit handle such cases.

Bug: ossFuzz:68464
Test: poc in bug

Testing:

  • All previous fuzzer crashes are tested. No crash observed.
  • CTS and Conformance for msvs, x86, x86_64, armv7 and armv8 are passing.

…ol paths

Significance:
--------------
- Possibility of accessing uninitialized access to structure members of a local scratch structure uncovered with fuzzer testing.
- The changes in this commit handle such cases.

Bug: ossFuzz:68464
Test: poc in bug
@ShashankPathmudi ShashankPathmudi changed the title Initialize local scratch structure before first use in all non-USAC supported audio profiles Initialize local scratch structure before first use in non-USAC control paths May 15, 2024
@sandeshvenkatesh sandeshvenkatesh merged commit 9b16033 into main May 16, 2024
3 checks passed
@sandeshvenkatesh sandeshvenkatesh deleted the decoder_bug_fixes branch May 16, 2024 04:23
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.

4 participants