commit | 0a85eaad05b0ebd8bd1503099e1ac0e945c9bd68 | [log] [tgz] |
---|---|---|
author | Andrew Boie <andrew.p.boie@intel.com> | Wed Aug 30 14:25:38 2017 -0700 |
committer | Andrew Boie <andrewboie@gmail.com> | Thu Sep 07 16:34:41 2017 -0700 |
tree | 02731ede971d7f5935af34cd948968ab14908ff3 | |
parent | 8eeb09765b69c98c77aa9f92f63b9cc2c8d0b272 [diff] |
init: initialize dummy thread stack info Garbage values here could wreak havoc on the initial switch to main depending on how arch-specific _Swap() manages memory permissions when switching threads. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>