commit | 75250f47476b18e3e5097e1fcbe230b3a67e6062 | [log] [tgz] |
---|---|---|
author | Andrew Boie <andrew.p.boie@intel.com> | Mon Nov 13 13:29:08 2017 -0800 |
committer | Andrew Boie <andrewboie@gmail.com> | Tue Nov 14 10:39:16 2017 -0800 |
tree | 95ea6b8cc0109a9216324b96e5f77d98aa3eb951 | |
parent | 5fe74ca1ce5300c8a06b66d8f0b2104edd6fd81e [diff] |
stack_unused_space_get: account for sentinel This function wasn't working on systems that enabled the stack sentinel as the first 4 bytes of the stack buffer contain the sentinel value for thread stacks. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>