Re: [PATCH v3] common: avb_verify: prevent opening incorrect session
Ignore this version please, will send v4. Skipped previous comment unintentionally. -- Regards, Ivan Khoronzhuk
[PATCH v3] common: avb_verify: prevent opening incorrect session
The arg->session is not valid if arg->ret != NULL, so can't be assigned, correct this. Also remove "while" loop as there is no reason for looping till correct session is opened. Signed-off-by: Ivan Khoronzhuk --- common/avb_verify.c | 38 +++--- 1 file changed, 19