commit | 85902cd6dcbe3934af88ea24e81e4e0c46fb95d3 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Sat Dec 09 19:50:31 2023 +0100 |
committer | Tom Rini <trini@konsulko.com> | Wed Dec 13 18:39:06 2023 -0500 |
tree | a596e5ed62fb7436093765bb013591047b7e419b | |
parent | 28a54aef46171aebd38d130469a7e9e229c1808d [diff] |
binman: elf: Using variable 'old_val' before assignment old_val can only be assumed initialized in the finally block if it is assigned a value before the try statement. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com> Reviewed-by: Simon Glass <sjg@chromium.org>