commit | 68a5059ff3cee6ba5ef93010d7c8f3794d0644d6 | [log] [tgz] |
---|---|---|
author | Marcin Szkudlinski <marcin.szkudlinski@intel.com> | Mon Mar 28 22:39:37 2022 +0200 |
committer | Anas Nashif <anas.nashif@intel.com> | Tue Apr 05 14:29:33 2022 -0400 |
tree | 439ff53dd3a5e56b349f390589ace4b437e09c18 | |
parent | 05e16411fb23384e8d570c32c95191a415f37e54 [diff] |
os/lib: change all NULL checking in mem_blocks.c to asserts Some problems, as passing NULL when a context in expected, always reflect to bugs. Such problems cannot be handled in runtime. So the desired action is system panic. Signed-off-by: Marcin Szkudlinski <marcin.szkudlinski@intel.com>