commit | 96725153197f32e00a07d0fe1bfbab8662d94cb9 | [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 | 66a1b30d14566676293ba4010a0d592adc61ce95 [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)