Re: [PATCH v3] bsps/shared/ofw: Fix coverity reported defects

2021-02-05 Thread Christian MAUDERER
Am 05.02.21 um 09:45 schrieb Niteesh G. S.: On Fri, Feb 5, 2021 at 12:22 AM Christian Mauderer mailto:cont...@c-mauderer.de>> wrote: On 04/02/2021 17:34, Gedare Bloom wrote: > > > On Thu, Feb 4, 2021 at 1:58 AM Niteesh G. S. mailto:niteesh...@gmail.com> >

Re: [PATCH v3] bsps/shared/ofw: Fix coverity reported defects

2021-02-05 Thread Niteesh G. S.
On Fri, Feb 5, 2021 at 12:22 AM Christian Mauderer wrote: > > > On 04/02/2021 17:34, Gedare Bloom wrote: > > > > > > On Thu, Feb 4, 2021 at 1:58 AM Niteesh G. S. > > wrote: > > > > > > > > On Thu, Feb 4, 2021 at 1:21 AM Gedare Bloom >

Re: [PATCH v3] bsps/shared/ofw: Fix coverity reported defects

2021-02-04 Thread Christian Mauderer
On 04/02/2021 19:52, Christian Mauderer wrote: On 04/02/2021 17:34, Gedare Bloom wrote: On Thu, Feb 4, 2021 at 1:58 AM Niteesh G. S. > wrote:     On Thu, Feb 4, 2021 at 1:21 AM Gedare Bloom mailto:ged...@rtems.org>> wrote:     On Wed, Feb 3, 2021 at

Re: [PATCH v3] bsps/shared/ofw: Fix coverity reported defects

2021-02-04 Thread Gedare Bloom
On Thu, Feb 4, 2021 at 1:58 AM Niteesh G. S. wrote: > > > On Thu, Feb 4, 2021 at 1:21 AM Gedare Bloom wrote: > >> >> >> On Wed, Feb 3, 2021 at 2:48 AM G S Niteesh Babu >> wrote: >> >>> Fixed use after free and null pointer dereference defects >>> >>> FIXES: >>> 1) CID 1472601 (NULL_RETURNS)

Re: [PATCH v3] bsps/shared/ofw: Fix coverity reported defects

2021-02-04 Thread Niteesh G. S.
On Thu, Feb 4, 2021 at 1:21 AM Gedare Bloom wrote: > > > On Wed, Feb 3, 2021 at 2:48 AM G S Niteesh Babu > wrote: > >> Fixed use after free and null pointer dereference defects >> >> FIXES: >> 1) CID 1472601 (NULL_RETURNS) >> 2) CID 1472600 (USE_AFTER_FREE) >> 3) CID 1472599 (USE_AFTER_FREE) >>

Re: [PATCH v3] bsps/shared/ofw: Fix coverity reported defects

2021-02-03 Thread Gedare Bloom
On Wed, Feb 3, 2021 at 2:48 AM G S Niteesh Babu wrote: > Fixed use after free and null pointer dereference defects > > FIXES: > 1) CID 1472601 (NULL_RETURNS) > 2) CID 1472600 (USE_AFTER_FREE) > 3) CID 1472599 (USE_AFTER_FREE) > 4) CID 1472598 (USE_AFTER_FREE) > 5) CID 1472596 (USE_AFTER_FREE) >

Re: [PATCH v3] bsps/shared/ofw: Fix coverity reported defects

2021-02-03 Thread Niteesh G. S.
On Wed, Feb 3, 2021 at 11:05 PM Gedare Bloom wrote: > Is this second patch ok to check? > Yes, please go through this patch. Again adding a link to the patch to avoid confusion https://lists.rtems.org/pipermail/devel/2021-February/064203.html Thanks, Niteesh. > On Wed, Feb 3, 2021 at 2:48 AM

Re: [PATCH v3] bsps/shared/ofw: Fix coverity reported defects

2021-02-03 Thread Gedare Bloom
Is this second patch ok to check? On Wed, Feb 3, 2021 at 2:48 AM G S Niteesh Babu wrote: > Fixed use after free and null pointer dereference defects > > FIXES: > 1) CID 1472601 (NULL_RETURNS) > 2) CID 1472600 (USE_AFTER_FREE) > 3) CID 1472599 (USE_AFTER_FREE) > 4) CID 1472598 (USE_AFTER_FREE) >

[PATCH v3] bsps/shared/ofw: Fix coverity reported defects

2021-02-03 Thread G S Niteesh Babu
Fixed use after free and null pointer dereference defects FIXES: 1) CID 1472601 (NULL_RETURNS) 2) CID 1472600 (USE_AFTER_FREE) 3) CID 1472599 (USE_AFTER_FREE) 4) CID 1472598 (USE_AFTER_FREE) 5) CID 1472596 (USE_AFTER_FREE) 6) CID 1472597 (ARRAY_VS_SINGLETON) 7) CID 1472595 (ARRAY_VS_SINGLETON)