Re: [U-Boot] [PATCH v2] Prevented possible null dereference.

2019-12-05 Thread Tom Rini
On Mon, Aug 26, 2019 at 05:54:59AM -0700, Niv Shetrit wrote: > Signed-off-by: Niv Shetrit Sorry for taking so long to get back to this. A few problems. And re-ordering the diff to make explanation clearer: > --- > common/cli_hush.c | 73 --- > 1

[U-Boot] [PATCH v2] Prevented possible null dereference.

2019-08-26 Thread Niv Shetrit
Signed-off-by: Niv Shetrit --- common/cli_hush.c | 73 --- 1 file changed, 38 insertions(+), 35 deletions(-) diff --git a/common/cli_hush.c b/common/cli_hush.c index 8f86e4aa4a..c14302c3ad 100644 --- a/common/cli_hush.c +++ b/common/cli_hush.c @@

[U-Boot] [PATCH v2] Prevented possible null dereference.

2019-08-26 Thread Niv Shetrit
Signed-off-by: Niv Shetrit --- common/cli_hush.c | 73 --- 1 file changed, 38 insertions(+), 35 deletions(-) diff --git a/common/cli_hush.c b/common/cli_hush.c index 8f86e4aa4a..c14302c3ad 100644 --- a/common/cli_hush.c +++ b/common/cli_hush.c @@