Attention is currently required from: eshankelkar@galorithm.com.
eshankelkar@galorithm.com uploaded patch set #4 to this change.
sfdp.c : Initializing hbuf to avoid warnings generated by scan-build
scan-build uses the clang analyzer which is giving warnings
about garbage/undefined values in hbuf assigned to member of hdrs[0]
if hbuf is not initialized.
Though the path of the control flow shown by it in its html output
cannot occur in reality(since it assumes that (nph+1)*8 is <= 0 i.e
nph<=-1 but later assumes 0 <= nph ) hence its a false positive.
Still initializing all bytes of hbuf to 0 leads to the two warnings
for sfdp.c (one for hbuf, one for tbuf) to go away.
Change-Id: I6815e246b4fd225d1837cae6e7d2aa0236b48b1b
Signed-off-by : Eshan Kelkar <eshankelkar@galorithm.com>
---
M sfdp.c
1 file changed, 27 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/flashrom refs/changes/91/71791/4
To view, visit change 71791. To unsubscribe, or for help writing mail filters, visit settings.