u-boot icon indicating copy to clipboard operation
u-boot copied to clipboard

Fix stdio_deregister_dev(...) device name comparison

Open shmulikgo opened this issue 3 years ago • 0 comments

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.

shmulikgo avatar May 31 '22 10:05 shmulikgo