diff options
author | Ivan Hu <[email protected]> | 2016-10-18 15:33:14 +0100 |
---|---|---|
committer | Ingo Molnar <[email protected]> | 2016-10-18 17:11:17 +0200 |
commit | 46b9b7135332d1e2c54e853108a5088ab28f2165 (patch) | |
tree | 89c24055fe700c4ec87ce37a1eb7288f17761cef /tools/lib/api/debug.c | |
parent | 0709a008c9fadc176500ece7395b8b5b8de143e3 (diff) |
efi/efi_test: Fix uninitialized variable 'datasize'
Fix minor issue found by CoverityScan:
CID 1358931 (#1 of 1): Uninitialized scalar variable (UNINIT)9.
uninit_use: Using uninitialized value datasize.
199 prev_datasize = datasize;
200 status = efi.get_variable(name, vd, at, dz, data);
Signed-off-by: Ivan Hu <[email protected]>
Signed-off-by: Matt Fleming <[email protected]>
Cc: Ard Biesheuvel <[email protected]>
Cc: Ivan Khoronzhuk <[email protected]>
Cc: Linus Torvalds <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Cc: [email protected]
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'tools/lib/api/debug.c')
0 files changed, 0 insertions, 0 deletions