commit | 28eb5094e9d10cfd04a4a4d7a7d5c805851e68e8 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Thu Nov 12 00:29:56 2020 +0100 |
committer | Simon Glass <sjg@chromium.org> | Sun Dec 13 07:58:17 2020 -0700 |
tree | 2065881150fea2870cbda7f5e2634cd68d2498dd | |
parent | 542095742f04d735f1ccde95208a5d5a530e111c [diff] |
sandbox: add handler for exceptions Add a handler for SIGILL, SIGBUS, SIGSEGV. When an exception occurs print the program counter and the loaded UEFI binaries and reset the system if CONFIG_SANDBOX_CRASH_RESET=y or exit to the OS otherwise. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Reviewed-by: Simon Glass <sjg@chromium.org>