Attention is currently required from: Dhiren Serai.
Hello build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/flashrom/+/67331
to look at the new patch set (#2).
Change subject: fix malloc garbage values issue ......................................................................
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