commit | b91814c39484b37a9d1f24c67d0e98c0e3e16bca | [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 | b06c36f8b11692c04992537dd4836bc1c939e5c9 [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>