commit | 05e16411fb23384e8d570c32c95191a415f37e54 | [log] [tgz] |
---|---|---|
author | Marcin Szkudlinski <marcin.szkudlinski@intel.com> | Mon Mar 28 21:35:03 2022 +0200 |
committer | Anas Nashif <anas.nashif@intel.com> | Tue Apr 05 14:29:33 2022 -0400 |
tree | d2248c5abf707e4f03568cf09b4b35ca66a2e707 | |
parent | 7147f1a704c2f23baedb68c3fcb31d89f8c71b4e [diff] |
os/lib: change all NULL checking in bitarray.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>