commit | 98685e39a3366844c93b00c03dc1e3184f2f6961 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Jun 07 10:28:40 2017 -0600 |
committer | Tom Rini <trini@konsulko.com> | Mon Jun 12 08:38:07 2017 -0400 |
tree | eda6c61285b08acb6677c3cf0e2d92a5fe47de72 | |
parent | b0e04282bc74a46dc57fedc7f5f56b1e9ea35fc4 [diff] |
fdtgrep: Deal with NULL data passed to check_type_include() Since the parameter can be NULL we must be careful not to dereference it in this case. Signed-off-by: Simon Glass <sjg@chromium.org> Reported-by: Coverity (CID: 163250) Fixes: 1043d0a0 (fdt: Add fdtgrep tool)