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>