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

fuzzer: add ubsan support #9452

Merged
merged 1 commit into from
Sep 11, 2024
Merged

Conversation

cujomalainey
Copy link
Member

This PR adds support for undefined fuzzing in SOF.

This is blocked by 2 PRs. One to oss-fuzz to add undefined to the supported manifest. The second is zephyrproject-rtos/zephyr#77963 which blocks the fuzzer currently.

Adds support for undefined fuzzing

Signed-off-by: Curtis Malainey <cujomalainey@chromium.org>
Copy link
Member

@lgirdwood lgirdwood left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@cujomalainey do you have a link for the 1st PR dependency ?

@cujomalainey
Copy link
Member Author

@cujomalainey do you have a link for the 1st PR dependency ?

I think I miss worded my original message, UBSAN fuzzing is blocked, this PR is not blocked and can land anytime.

The oss-fuzz change is the last PR so I will push it once we have everything landed as I don't have rights to push there. Here is the change cujomalainey/oss-fuzz@5f68925

@kv2019i kv2019i merged commit 186251c into thesofproject:main Sep 11, 2024
46 of 47 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.

3 participants