
14 Sep
2018
14 Sep
'18
12:53 p.m.
On 3 September 2018 at 16:46, Jens Wiklander jens.wiklander@linaro.org 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 jens.wiklander@linaro.org
common/avb_verify.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Simon Glass sjg@chromium.org