mirror of
https://github.com/Evolution-X-Devices/kernel_google_b1c1
synced 2026-02-04 19:57:28 +00:00
One failure path in security/keys/trusted.c::trusted_update() does not free 'new_p' while the others do. This patch makes sure we also free it in the remaining path (if datablob_parse() returns different from Opt_update). Signed-off-by: Jesper Juhl <jj@chaosbits.net> Signed-off-by: James Morris <jmorris@namei.org>