commit | e3550a29ff365d2f683437265d935c84cc6773b3 | [log] [tgz] |
---|---|---|
author | Andrew Boie <andrew.p.boie@intel.com> | Wed Jun 07 15:15:19 2017 -0700 |
committer | Maureen Helm <maureen.helm@nxp.com> | Thu Jun 08 13:49:36 2017 -0500 |
tree | 6af4c9e40586b684de81022787efad885fa84254 | |
parent | 000429c069cd8732e1f076e9eb511356c10a02a6 [diff] |
stack_sentinel: hang system on failure Stack sentinel doesn't prevent corruption, it just notices when it happens. Any memory could be in a bad state and it's more appropriate to take the entire system down rather than just kill the thread. Fatal testcase will still work since it installs its own _SysFatalErrorHandler. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>