Gedare Bloom created an issue: https://gitlab.rtems.org/rtems/rtos/rtems/-/issues/5603
Assignee: Gedare Bloom ## Summary <!-- Please provide as much information as possible such as error messages or attaching logs --> When `rtems_fdt_index_find_by_name()` is called with a path that does not have the unit address (`@...`), the exact match in `rtems_fdt_node_path_compare` is not hit. We should probably make this work either passing a length (like the `_namelen` variants), or match the path up to a point where `*n1 == '@' && *n2 == '\0'`. ## Steps to reproduce <!-- Pre-set options - milestone --> -- View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/issues/5603 You're receiving this email because of your account on gitlab.rtems.org.
_______________________________________________ bugs mailing list [email protected] http://lists.rtems.org/mailman/listinfo/bugs
