commit | 38c2eaea30dfe96fc95ca074658b3911897b1b9e | [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 | 23eabbb93a1da3894d4616594effdb8a18cb121b [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>