commit | 12efc933b9e69f7340703655d84b9b610fa42fd4 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Nov 23 21:29:25 2018 -0700 |
committer | Simon Glass <sjg@chromium.org> | Wed Dec 05 06:01:34 2018 -0700 |
tree | 3e0d0be9f820ce26d6da65c681c634e14aaaba32 | |
parent | 6b5e420137b42f3c23669b07a7b0c6ff5502fcb9 [diff] |
sandbox: Check the filename in jump_to_image_no_args() If the filename is NULL this function currently crashes. Update it to fail gracefully. Signed-off-by: Simon Glass <sjg@chromium.org>