Files
zephyr/kernel
Andrew Boie be3d4232c2 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>
2019-05-06 19:47:01 -04:00
..
2019-03-11 13:48:42 -04:00
2019-03-11 13:48:42 -04:00
2019-03-11 13:48:42 -04:00
2019-05-06 19:47:01 -04:00