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

Conversation

shmulikgo
Copy link

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.

Please do not submit a Pull Request via github. Our project makes use of
mailing lists for patch submission and review. For more details please
see https://www.denx.de/wiki/U-Boot/Patches

The only exception to this is in order to trigger a CI loop on Azure prior
to posting of patches.

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.
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.

1 participant