commit | 81f562719e475b0e13ff7a0201cae19f8cc367fe | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Fri Dec 25 15:19:39 2020 +0100 |
committer | Tom Rini <trini@konsulko.com> | Wed Jan 20 14:01:45 2021 -0500 |
tree | 337bc3bf628c133320b5589b5865bb3d64c05bd1 | |
parent | 3b00a6bafc726a9a9df45346fb734d9ecef7b428 [diff] |
ubifs: do not decide upon uninitialized variable Before 'if (err)' we have to initialize the variable otherwise we use a random value from the stack. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>