commit | d6012f77a1a62cc6e6de309745a5810c8a9db287 | [log] [tgz] |
---|---|---|
author | Tien Fong Chee <tien.fong.chee@intel.com> | Wed Aug 30 13:15:42 2017 +0800 |
committer | Simon Glass <sjg@chromium.org> | Fri Sep 15 05:27:48 2017 -0600 |
tree | 39ace856a3642978d835979649cf9a96b5865616 | |
parent | 68d32c74569bab36bb84c0b4e01f434a069fd9ae [diff] |
libfdt: Initialize the stack variable Report Coverity log: The code uses a variable that has not been initialized, leading to unpredictable or unintended results. Reported-by: Coverity (CID: 60519) Signed-off-by: Tien Fong Chee <tien.fong.chee@intel.com>