Re: [U-Boot] [PATCH] libfdt: Initialize the stack variable

2017-09-15 Thread sjg
On 9/4/2017 8:41 PM, Chee, Tien Fong wrote: > On Rab, 2017-08-30 at 06:31 -0700, J. William Campbell wrote: >> On 8/29/2017 10:15 PM, tien.fong.c...@intel.com wrote: >>> From: Tien Fong Chee >>> >>> Report Coverity log: >>> The code uses a variable that has not >>> been initialized, leading to unp

Re: [U-Boot] [PATCH] libfdt: Initialize the stack variable

2017-09-04 Thread J. William Campbell
On 9/4/2017 8:41 PM, Chee, Tien Fong wrote: On Rab, 2017-08-30 at 06:31 -0700, J. William Campbell wrote: On 8/29/2017 10:15 PM, tien.fong.c...@intel.com wrote: From: Tien Fong Chee Report Coverity log: The code uses a variable that has not been initialized, leading to unpredictable or uninte

Re: [U-Boot] [PATCH] libfdt: Initialize the stack variable

2017-09-04 Thread Chee, Tien Fong
On Rab, 2017-08-30 at 06:31 -0700, J. William Campbell wrote: > On 8/29/2017 10:15 PM, tien.fong.c...@intel.com wrote: > > > > From: Tien Fong Chee > > > > Report Coverity log: > > The code uses a variable that has not > > been initialized, leading to unpredictable > > or unintended results. > >

Re: [U-Boot] [PATCH] libfdt: Initialize the stack variable

2017-08-30 Thread J. William Campbell
On 8/29/2017 10:15 PM, tien.fong.c...@intel.com wrote: From: Tien Fong Chee Report Coverity log: The code uses a variable that has not been initialized, leading to unpredictable or unintended results. Reported-by: Coverity (CID: 60519) Signed-off-by: Tien Fong Chee --- lib/libfdt/fdt_wip.c

[U-Boot] [PATCH] libfdt: Initialize the stack variable

2017-08-29 Thread tien . fong . chee
From: Tien Fong Chee Report Coverity log: The code uses a variable that has not been initialized, leading to unpredictable or unintended results. Reported-by: Coverity (CID: 60519) Signed-off-by: Tien Fong Chee --- lib/libfdt/fdt_wip.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-

Re: [U-Boot] [PATCH] libfdt: Initialize the stack variable

2017-08-29 Thread Chee, Tien Fong
On Kha, 2017-08-24 at 21:04 -0400, Tom Rini wrote: > On Thu, Aug 24, 2017 at 01:53:57PM +0800, tien.fong.c...@intel.com > wrote: > > > > > From: Tien Fong Chee > > > > Report Coverity log: > > The code uses a variable that has not > > been initialized, leading to unpredictable > > or unintended

Re: [U-Boot] [PATCH] libfdt: Initialize the stack variable

2017-08-24 Thread Chee, Tien Fong
On Kha, 2017-08-24 at 21:04 -0400, Tom Rini wrote: > On Thu, Aug 24, 2017 at 01:53:57PM +0800, tien.fong.c...@intel.com > wrote: > > > > > From: Tien Fong Chee > > > > Report Coverity log: > > The code uses a variable that has not > > been initialized, leading to unpredictable > > or unintended

Re: [U-Boot] [PATCH] libfdt: Initialize the stack variable

2017-08-24 Thread Tom Rini
On Thu, Aug 24, 2017 at 01:53:57PM +0800, tien.fong.c...@intel.com wrote: > From: Tien Fong Chee > > Report Coverity log: > The code uses a variable that has not > been initialized, leading to unpredictable > or unintended results. > > Signed-off-by: Tien Fong Chee > --- > lib/libfdt/fdt_wip.

[U-Boot] [PATCH] libfdt: Initialize the stack variable

2017-08-23 Thread tien . fong . chee
From: Tien Fong Chee Report Coverity log: The code uses a variable that has not been initialized, leading to unpredictable or unintended results. Signed-off-by: Tien Fong Chee --- lib/libfdt/fdt_wip.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lib/libfdt/fdt_wip.