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

tests: arm_no_multithreading: confirm IRQ index being non-negative #34321

Merged

Commits on Apr 15, 2021

  1. tests: arm_no_multithreading: confirm IRQ index being non-negative

    Check that the index returned by the function that looks
    for an available IRQ line is non-negative, and do not just
    rely on catching this with an ASSERT. That suppresses a
    Coverity out-of-bounds warning.
    
    Signed-off-by: Ioannis Glaropoulos <[email protected]>
    ioannisg committed Apr 15, 2021
    Configuration menu
    Copy the full SHA
    8c56e43 View commit details
    Browse the repository at this point in the history