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

Fix stdio_deregister_dev(...) device name comparison #8

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on May 31, 2022

  1. Fix stdio_deregister_dev(...) device name comparison

    String comparison does not match 32 bytes length of dev->name.
    Need to align temp_names to match stdio_dev.h:27 from 16 bytes to 32 bytes.
    shmulikgo authored May 31, 2022
    Configuration menu
    Copy the full SHA
    3c733f4 View commit details
    Browse the repository at this point in the history