commit | 3641c25df93b34f53a5d40a2f0688e4b6e4de355 | [log] [tgz] |
---|---|---|
author | Andrew Boie <andrew.p.boie@intel.com> | Wed Aug 01 14:44:20 2018 -0700 |
committer | Andrew Boie <andrewboie@gmail.com> | Wed Aug 01 19:40:57 2018 -0700 |
tree | 245b758d8c5107e55345fd285cda6f1a61a4c0e4 | |
parent | 6ee8e419157f5020c5dfd535f87f990591130293 [diff] |
libc: minimal: fix calloc() calloc() wasn't zeroing out the allocated memory as it is supposed to. Fixes: #9221 Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>