Home
last modified time | relevance | path

Searched hist:"8 b3cec7d" (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/cmd/
H A Dmtdparts.c8b3cec7d Sat Aug 26 15:59:24 CDT 2017 Tom Rini <trini@konsulko.com> mtdparts: Fix uninitialized scalar usage

When reworking this code to fix other issues found by Coverity, I forgot
to ensure tmp_ep was always cleared before use.

Reported-by: Coverity (CID: 166612)
Fixes: bc028345acc4 ("mtdparts: Fix final outstanding issue reported by Coverity")
Signed-off-by: Tom Rini <trini@konsulko.com>