Re: [PATCH 0/4] bsps/shared/ofw: Bug and Coverity defect fixes

2021-02-05 Thread Gedare Bloom
I'm good with everything except my comment on #2 On Fri, Feb 5, 2021 at 10:41 AM G S Niteesh Babu wrote: > The following series of patches fix bugs and coverity reported > defect in bsps/shared/ofw.c. > > G S Niteesh Babu (4): > bsps/shared/ofw: Fix coverity reported defects > bsps/shared/of

[PATCH 0/4] bsps/shared/ofw: Bug and Coverity defect fixes

2021-02-05 Thread G S Niteesh Babu
The following series of patches fix bugs and coverity reported defect in bsps/shared/ofw.c. G S Niteesh Babu (4): bsps/shared/ofw: Fix coverity reported defects bsps/shared/ofw: Use memcpy instead of strncpy bsps/shared/ofw: Make rtems_ofw_get_effective_phandle iterative bsps/shared/ofw: B