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

2021-02-09 Thread Niteesh G. S.
Hello, Thank's to both of you for reviewing and pushing the patches :) On Tue, Feb 9, 2021 at 2:02 AM Joel Sherrill wrote: > > > On Mon, Feb 8, 2021, 2:27 PM Christian Mauderer wrote: > >> Hello Gedare and Niteesh, >> >> the patches look fine. I pushed them. >> >> @Niteesh: Thanks for creating

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

2021-02-08 Thread Joel Sherrill
On Mon, Feb 8, 2021, 2:27 PM Christian Mauderer wrote: > Hello Gedare and Niteesh, > > the patches look fine. I pushed them. > > @Niteesh: Thanks for creating them. Thanks to you both. Coverity runs at 12:05am Central time if anything changes in the RSB or RTEMS. It could be twice a day but jus

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

2021-02-08 Thread Christian Mauderer
Hello Gedare and Niteesh, the patches look fine. I pushed them. @Niteesh: Thanks for creating them. Best regards Christian On 08/02/2021 19:13, Gedare Bloom wrote: Christian, These look good to me, please push if you are happy with them too. Thanks! On Sat, Feb 6, 2021 at 10:41 AM G S Nite

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

2021-02-08 Thread Gedare Bloom
Christian, These look good to me, please push if you are happy with them too. Thanks! On Sat, Feb 6, 2021 at 10:41 AM G S Niteesh Babu wrote: > Update since v1: Using strlcpy instead of memcpy > > The following series of patches fix bugs and coverity reported > defect in bsps/shared/ofw.c. > >

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

2021-02-06 Thread G S Niteesh Babu
Update since v1: Using strlcpy instead of memcpy 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 strlcpy instead of strncpy bsps/shared/ofw: Make rtems_ofw_g