commit | be3d4232c223b830321673586520db5b0c5be0ed | [log] [tgz] |
---|---|---|
author | Andrew Boie <andrew.p.boie@intel.com> | Mon May 06 13:17:07 2019 -0700 |
committer | Anas Nashif <anas.nashif@intel.com> | Mon May 06 19:47:01 2019 -0400 |
tree | 9f86b3323b140c06c67cd55c705601df2529a5ab | |
parent | 15baad94197c2cdfbbc3ec9de255a50e9b01f1ad [diff] |
kernel: fix k_stack_alloc_init() k_stack_alloc_init() was creating a buffer that was 4 times too small to support the requested number of entries, since each entry in a k_stack is a u32_t. Fixes: #15911 Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>