Attention is currently required from: Dhiren Serai.

Dhiren Serai uploaded patch set #2 to this change.

View 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.

Gerrit-Project: flashrom
Gerrit-Branch: master
Gerrit-Change-Id: Id3390a40033408d827d89c3af4cd7b799e254271
Gerrit-Change-Number: 67331
Gerrit-PatchSet: 2
Gerrit-Owner: Dhiren Serai <dhirensr@gmail.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply@coreboot.org>
Gerrit-CC: Anastasia Klimchuk <aklm@chromium.org>
Gerrit-CC: Felix Singer <felixsinger@posteo.net>
Gerrit-CC: Thomas Heijligen <src@posteo.de>
Gerrit-Attention: Dhiren Serai <dhirensr@gmail.com>
Gerrit-MessageType: newpatchset