commit | fd25ca3275946476d5c3fa32e3e7e3087fa5c572 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Mon Jul 05 19:43:00 2021 +0200 |
committer | Simon Glass <sjg@chromium.org> | Wed Jul 21 10:27:35 2021 -0600 |
tree | 715bfe00975f488dd3b515099cd061557358bee2 | |
parent | 03ebc20de3b30fca5230a4c73cf4494b0d8d8d08 [diff] |
sandbox: don't set SA_NODEFER in signal handler The sandbox can handle signals. Due to a damaged global data pointer additional exceptions in the signal handler may occur leading to an endless loop. In this case leave the handling of the secondary exception to the operating system. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Reviewed-by: Simon Glass <sjg@chromium.org>