Task #93586 - fixed.err
back to task #93586download
Error: CPPCHECK_WARNING (CWE-476):
libbytesize-2.12/src/bs_size.c:112: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: size
# 110| static void bs_size_init (BSSize size) {
# 111| /* let's start with 64 bits of space */
# 112|-> mpz_init2 (size->bytes, (mp_bitcnt_t) 64);
# 113| }
# 114|