Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/cmd/
H A Dmtdparts.c8b3cec7da18645eda7f7cd0b65ee9f2dac573409 Sat Aug 26 20:59:24 UTC 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>