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

[RP2040] Fix null dereference in usb_lld_disable_endpoints #375

Commits on Jul 17, 2023

  1. RP2040: Fix null dereference in usb_lld_disable_endpoints

    usb_lld_disable_endpoints is called by usbDisableEndpointsI, which
    already sets all endpoint configurations to NULL before. This will
    always lead to a hardfault. The fix is simple though, just remove the
    interaction.
    KarlK90 committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    c3e2a04 View commit details
    Browse the repository at this point in the history