Attention is currently required from: Dhiren Serai.
Dhiren Serai uploaded patch set #2 to this change.
fix malloc garbage values issue
variables which are uninitialized and using malloc
by default has garbage values which is being shown by
scan build.
For fixing that I used calloc which sets allocated memory
to zero as default so it will not be uninitialized/garbage.
Change-Id: Id3390a40033408d827d89c3af4cd7b799e254271
Signed-off-by: dhirensr <dhirensr@gmail.com>
---
M sfdp.c
1 file changed, 18 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/flashrom refs/changes/31/67331/2
To view, visit change 67331. To unsubscribe, or for help writing mail filters, visit settings.