commit | c043e0316ce208cfc1e8020c497de8e0b98afb94 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Nov 11 12:47:08 2014 -0700 |
committer | Simon Glass <sjg@chromium.org> | Wed Nov 26 20:25:39 2014 -0700 |
tree | a91330fe6cc6b6ecc724e581dd329cc2e336d452 | |
parent | e9f343ff216c83bca0d25e035f91d23d552657d6 [diff] |
sandbox: Fix warnings in cpu.c and os.c This fixes the following two problems: cppcheck reports: [arch/sandbox/cpu/start.c:132]: (error) Uninitialized variable: err [arch/sandbox/cpu/os.c:371]: (error) Memory leak: fname Signed-off-by: Simon Glass <sjg@chromium.org> Reported-by: Wolfgang Denk <wd@denx.de>