Gedare Bloom created an issue: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/issues/5599

Assignee: Gedare Bloom

## Summary
<!--
Please provide as much information as possible such as error messages or 
attaching logs
-->

The following functions in the rtems-fdt API do not take a handle as an 
argument, and instead generate a handle internally to search the loaded blobs. 
These functions do not return the generated handle, and they do not release the 
handle in the success path. 

Affected API functions:
* rtems_fdt_prop_value
* rtems_fdt_prop_map

Note that the `rtems_fdt_get_value` function also does not take a handle and 
generates one, and it cleans up the generated handle internally, so I suspect 
this is the intended solution.


<!-- Pre-set options
- milestone
-->

-- 
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/issues/5599
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

Reply via email to