Re: [U-Boot] [PATCH v3 04/20] avb_verify: bugfix avb_ops_free() skipping free

2018-09-14 Thread Simon Glass
On 3 September 2018 at 16:46, Jens Wiklander wrote: > Before this patch avb_ops_free() was returning early if supplied "ops" > argument was not NULL. This patch fixes this by inverting the condition. > > Signed-off-by: Jens Wiklander > --- > common/avb_verify.c | 2 +- > 1 file changed, 1 insert

[U-Boot] [PATCH v3 04/20] avb_verify: bugfix avb_ops_free() skipping free

2018-09-03 Thread Jens Wiklander
Before this patch avb_ops_free() was returning early if supplied "ops" argument was not NULL. This patch fixes this by inverting the condition. Signed-off-by: Jens Wiklander --- common/avb_verify.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/avb_verify.c b/common/a