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

module_adapter: fix switch case for spec parsing #9384

Merged
merged 1 commit into from
Aug 29, 2024

Commits on Aug 26, 2024

  1. module_adapter: fix switch case for spec parsing

    This switch case is non exhaustive and has not guards on config types
    which means assuming all types that are default are process types is
    false. The fuzzer found a way to utilize a DAI to bypass IPC layer
    checks but break the module adapter.
    
    Signed-off-by: Curtis Malainey <cujomalainey@chromium.org>
    cujomalainey committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    8214c19 View commit details
    Browse the repository at this point in the history