2025-05-09 09:01 ftp://ftp.de.debian.org/debian/pool/main/a/audiotools/audiotools_3.1.1.orig.tar.gz cppcheck-options: --library=posix --library=gnu --library=bsd --library=python --inconclusive --enable=style,information --inline-suppr --template=daca2 --disable=missingInclude --suppress=unmatchedSuppression --check-library --debug-warnings --suppress=autoNoType --suppress=valueFlowBailout --suppress=bailoutUninitVar --suppress=symbolDatabaseWarning --suppress=normalCheckLevelConditionExpressions -D__GNUC__ --platform=unix64 -j3 platform: Linux-6.8.0-1022-oracle-aarch64-with-glibc2.39 python: 3.12.3 client-version: 1.3.67 compiler: g++ (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 cppcheck: head 2.17.0 head-info: 5962f16 (2025-05-09 09:54:06 +0200) count: 1101 1095 elapsed-time: 24.9 24.7 head-timing-info: old-timing-info: head results: audiotools-3.1.1/src/accuraterip.c:46:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyType_GenericNew [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/accuraterip.c:103:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_ValueError [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/accuraterip.c:203:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_ValueError [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/accuraterip.c:316:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_ValueError [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/accuraterip.c:350:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_ValueError [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/bitstream-table.c:134:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable no_argument [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/accuraterip.c:51:5: warning: Return value of function PyModule_AddObject() is not used. [ignoredReturnValue] audiotools-3.1.1/src/accuraterip.c:364:5: warning: If memory allocation fails, then there is a possible null pointer dereference: queue [nullPointerOutOfMemory] audiotools-3.1.1/src/accuraterip.c:363:33: note: Assuming allocation function fails audiotools-3.1.1/src/accuraterip.c:363:33: note: Assignment 'queue=malloc(sizeof(struct queue))', assigned value is 0 audiotools-3.1.1/src/accuraterip.c:364:5: note: Null pointer dereference audiotools-3.1.1/src/accuraterip.c:365:5: warning: If memory allocation fails, then there is a possible null pointer dereference: queue [nullPointerOutOfMemory] audiotools-3.1.1/src/accuraterip.c:363:33: note: Assuming allocation function fails audiotools-3.1.1/src/accuraterip.c:363:33: note: Assignment 'queue=malloc(sizeof(struct queue))', assigned value is 0 audiotools-3.1.1/src/accuraterip.c:365:5: note: Null pointer dereference audiotools-3.1.1/src/accuraterip.c:366:5: warning: If memory allocation fails, then there is a possible null pointer dereference: queue [nullPointerOutOfMemory] audiotools-3.1.1/src/accuraterip.c:363:33: note: Assuming allocation function fails audiotools-3.1.1/src/accuraterip.c:363:33: note: Assignment 'queue=malloc(sizeof(struct queue))', assigned value is 0 audiotools-3.1.1/src/accuraterip.c:366:5: note: Null pointer dereference audiotools-3.1.1/src/accuraterip.c:367:5: warning: If memory allocation fails, then there is a possible null pointer dereference: queue [nullPointerOutOfMemory] audiotools-3.1.1/src/accuraterip.c:363:33: note: Assuming allocation function fails audiotools-3.1.1/src/accuraterip.c:363:33: note: Assignment 'queue=malloc(sizeof(struct queue))', assigned value is 0 audiotools-3.1.1/src/accuraterip.c:367:5: note: Null pointer dereference audiotools-3.1.1/src/buffer.h:116:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/buffer.c:36:5: warning: If memory allocation fails, then there is a possible null pointer dereference: stream [nullPointerOutOfMemory] audiotools-3.1.1/src/buffer.c:35:38: note: Assuming allocation function fails audiotools-3.1.1/src/buffer.c:35:38: note: Assignment 'stream=malloc(sizeof(struct bs_buffer))', assigned value is 0 audiotools-3.1.1/src/buffer.c:36:5: note: Null pointer dereference audiotools-3.1.1/src/buffer.c:37:5: warning: If memory allocation fails, then there is a possible null pointer dereference: stream [nullPointerOutOfMemory] audiotools-3.1.1/src/buffer.c:35:38: note: Assuming allocation function fails audiotools-3.1.1/src/buffer.c:35:38: note: Assignment 'stream=malloc(sizeof(struct bs_buffer))', assigned value is 0 audiotools-3.1.1/src/buffer.c:37:5: note: Null pointer dereference audiotools-3.1.1/src/buffer.c:38:5: warning: If memory allocation fails, then there is a possible null pointer dereference: stream [nullPointerOutOfMemory] audiotools-3.1.1/src/buffer.c:35:38: note: Assuming allocation function fails audiotools-3.1.1/src/buffer.c:35:38: note: Assignment 'stream=malloc(sizeof(struct bs_buffer))', assigned value is 0 audiotools-3.1.1/src/buffer.c:38:5: note: Null pointer dereference audiotools-3.1.1/src/buffer.c:39:5: warning: If memory allocation fails, then there is a possible null pointer dereference: stream [nullPointerOutOfMemory] audiotools-3.1.1/src/buffer.c:35:38: note: Assuming allocation function fails audiotools-3.1.1/src/buffer.c:35:38: note: Assignment 'stream=malloc(sizeof(struct bs_buffer))', assigned value is 0 audiotools-3.1.1/src/buffer.c:39:5: note: Null pointer dereference audiotools-3.1.1/src/bitstream-table.c:306:1: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] audiotools-3.1.1/src/bitstream-table.c:307:1: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] audiotools-3.1.1/src/bitstream-table.c:125:26: style: Parameter 'argv' can be declared as const array [constParameter] audiotools-3.1.1/src/bitstream-table.c:133:26: style: Variable 'long_options' can be declared as const array [constVariable] audiotools-3.1.1/src/cdiomodule.c:50:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyType_GenericNew [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/cdiomodule.c:91:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_IOError [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/cdiomodule.c:153:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_IOError [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/cdiomodule.c:169:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_IOError [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/cdiomodule.c:456:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_ValueError [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/cdiomodule.c:506:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CDIO_CD_FRAMESIZE_RAW [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/cdiomodule.c:569:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_ValueError [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/cdiomodule.c:613:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/cdiomodule.c:627:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/cdiomodule.c:775:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/cdiomodule.c:55:5: warning: Return value of function PyModule_AddObject() is not used. [ignoredReturnValue] audiotools-3.1.1/src/cdiomodule.c:232:41: style: Parameter 'self' can be declared as pointer to const. However it seems that 'CDDAReader_sample_rate' is a callback function, if 'self' is declared with const you might also need to cast function pointer(s). [constParameterCallback] audiotools-3.1.1/src/cdiomodule.h:178:14: note: You might need to cast the function pointer here audiotools-3.1.1/src/cdiomodule.c:232:41: note: Parameter 'self' can be declared as pointer to const audiotools-3.1.1/src/cdiomodule.c:232:53: style: Parameter 'closure' can be declared as pointer to const. However it seems that 'CDDAReader_sample_rate' is a callback function, if 'closure' is declared with const you might also need to cast function pointer(s). [constParameterCallback] audiotools-3.1.1/src/cdiomodule.h:178:14: note: You might need to cast the function pointer here audiotools-3.1.1/src/cdiomodule.c:232:53: note: Parameter 'closure' can be declared as pointer to const audiotools-3.1.1/src/cdiomodule.c:239:45: style: Parameter 'self' can be declared as pointer to const. However it seems that 'CDDAReader_bits_per_sample' is a callback function, if 'self' is declared with const you might also need to cast function pointer(s). [constParameterCallback] audiotools-3.1.1/src/cdiomodule.h:180:14: note: You might need to cast the function pointer here audiotools-3.1.1/src/cdiomodule.c:239:45: note: Parameter 'self' can be declared as pointer to const audiotools-3.1.1/src/cdiomodule.c:239:57: style: Parameter 'closure' can be declared as pointer to const. However it seems that 'CDDAReader_bits_per_sample' is a callback function, if 'closure' is declared with const you might also need to cast function pointer(s). [constParameterCallback] audiotools-3.1.1/src/cdiomodule.h:180:14: note: You might need to cast the function pointer here audiotools-3.1.1/src/cdiomodule.c:239:57: note: Parameter 'closure' can be declared as pointer to const audiotools-3.1.1/src/cdiomodule.c:246:38: style: Parameter 'self' can be declared as pointer to const. However it seems that 'CDDAReader_channels' is a callback function, if 'self' is declared with const you might also need to cast function pointer(s). [constParameterCallback] audiotools-3.1.1/src/cdiomodule.h:182:14: note: You might need to cast the function pointer here audiotools-3.1.1/src/cdiomodule.c:246:38: note: Parameter 'self' can be declared as pointer to const audiotools-3.1.1/src/cdiomodule.c:246:50: style: Parameter 'closure' can be declared as pointer to const. However it seems that 'CDDAReader_channels' is a callback function, if 'closure' is declared with const you might also need to cast function pointer(s). [constParameterCallback] audiotools-3.1.1/src/cdiomodule.h:182:14: note: You might need to cast the function pointer here audiotools-3.1.1/src/cdiomodule.c:246:50: note: Parameter 'closure' can be declared as pointer to const audiotools-3.1.1/src/cdiomodule.c:253:42: style: Parameter 'self' can be declared as pointer to const. However it seems that 'CDDAReader_channel_mask' is a callback function, if 'self' is declared with const you might also need to cast function pointer(s). [constParameterCallback] audiotools-3.1.1/src/cdiomodule.h:184:14: note: You might need to cast the function pointer here audiotools-3.1.1/src/cdiomodule.c:253:42: note: Parameter 'self' can be declared as pointer to const audiotools-3.1.1/src/cdiomodule.c:253:54: style: Parameter 'closure' can be declared as pointer to const. However it seems that 'CDDAReader_channel_mask' is a callback function, if 'closure' is declared with const you might also need to cast function pointer(s). [constParameterCallback] audiotools-3.1.1/src/cdiomodule.h:184:14: note: You might need to cast the function pointer here audiotools-3.1.1/src/cdiomodule.c:253:54: note: Parameter 'closure' can be declared as pointer to const audiotools-3.1.1/src/cdiomodule.c:272:52: style: Parameter 'self' can be declared as pointer to const. However it seems that 'CDDAReader_first_track_num_device' is a callback function, if 'self' is declared with const you might also need to cast function pointer(s). [constParameterCallback] audiotools-3.1.1/src/cdiomodule.c:180:30: note: You might need to cast the function pointer here audiotools-3.1.1/src/cdiomodule.c:272:52: note: Parameter 'self' can be declared as pointer to const audiotools-3.1.1/src/cdiomodule.c:632:45: style: Parameter 'self' can be declared as pointer to const. However it seems that 'CDDAReader_set_speed_image' is a callback function, if 'self' is declared with const you might also need to cast function pointer(s). [constParameterCallback] audiotools-3.1.1/src/cdiomodule.c:139:23: note: You might need to cast the function pointer here audiotools-3.1.1/src/cdiomodule.c:632:45: note: Parameter 'self' can be declared as pointer to const audiotools-3.1.1/src/common/md5.c:220:45: style:inconclusive: Function 'audiotools__MD5Init' argument 1 names different: declaration 'context' definition 'ctx'. [funcArgNamesDifferent] audiotools-3.1.1/src/common/md5.h:41:45: note: Function 'audiotools__MD5Init' argument 1 names different: declaration 'context' definition 'ctx'. audiotools-3.1.1/src/common/md5.c:220:45: note: Function 'audiotools__MD5Init' argument 1 names different: declaration 'context' definition 'ctx'. audiotools-3.1.1/src/common/md5.c:199:9: portability: 'buf' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer] audiotools-3.1.1/src/common/md5.c:207:13: portability: 'buf' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer] audiotools-3.1.1/src/common/m4a_atoms.c:2603:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable parse_tree [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/decoders.c:51:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyType_GenericNew [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/decoders.c:104:5: warning: Return value of function PyModule_AddObject() is not used. [ignoredReturnValue] audiotools-3.1.1/src/decoders.c:108:5: warning: Return value of function PyModule_AddObject() is not used. [ignoredReturnValue] audiotools-3.1.1/src/decoders.c:136:5: warning: Return value of function PyModule_AddObject() is not used. [ignoredReturnValue] audiotools-3.1.1/src/decoders.c:140:5: warning: Return value of function PyModule_AddObject() is not used. [ignoredReturnValue] audiotools-3.1.1/src/decoders.c:144:5: warning: Return value of function PyModule_AddObject() is not used. [ignoredReturnValue] audiotools-3.1.1/src/decoders.c:148:5: warning: Return value of function PyModule_AddObject() is not used. [ignoredReturnValue] audiotools-3.1.1/src/decoders.c:152:5: warning: Return value of function PyModule_AddObject() is not used. [ignoredReturnValue] audiotools-3.1.1/src/common/m4a_atoms.c:2060:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] audiotools-3.1.1/src/common/m4a_atoms.c:93:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:707:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:707:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:708:19: note: Calling function 'set_atom_name', 1st argument 'atom' value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:93:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:94:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:707:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:707:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:708:19: note: Calling function 'set_atom_name', 1st argument 'atom' value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:94:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:95:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:707:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:707:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:708:19: note: Calling function 'set_atom_name', 1st argument 'atom' value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:95:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:96:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:707:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:707:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:708:19: note: Calling function 'set_atom_name', 1st argument 'atom' value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:96:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:156:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:154:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:154:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:156:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:157:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:154:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:154:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:157:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:158:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:154:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:154:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:158:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:159:12: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:154:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:154:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:159:12: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:160:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:154:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:154:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:160:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:161:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:154:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:154:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:161:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:162:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:154:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:154:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:162:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:163:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:154:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:154:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:163:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:164:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:154:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:154:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:164:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:177:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:173:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:173:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:177:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:178:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:173:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:173:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:178:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:183:9: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:173:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:173:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:183:9: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:183:41: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:173:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:173:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:183:41: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:187:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:173:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:173:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:187:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:188:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:173:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:173:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:188:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:189:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:173:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:173:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:189:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:190:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:173:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:173:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:190:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:191:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:173:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:173:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:191:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:205:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:201:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:201:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:205:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:206:12: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:201:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:201:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:206:12: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:207:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:201:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:201:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:207:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:208:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:201:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:201:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:208:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:209:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:201:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:201:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:209:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:216:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:201:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:201:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:216:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:217:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:201:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:201:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:217:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:218:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:201:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:201:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:218:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:219:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:201:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:201:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:219:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:220:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:201:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:201:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:220:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:230:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:227:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:227:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:230:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:231:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:227:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:227:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:231:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:232:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:227:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:227:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:232:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:233:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:227:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:227:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:233:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:234:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:227:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:227:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:234:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:235:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:227:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:227:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:235:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:236:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:227:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:227:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:236:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:258:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:256:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:256:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:258:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:259:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:256:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:256:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:259:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:260:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:256:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:256:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:260:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:261:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:256:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:256:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:261:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:262:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:256:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:256:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:262:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:263:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:256:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:256:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:263:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:264:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:256:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:256:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:264:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:265:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:256:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:256:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:265:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:266:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:256:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:256:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:266:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:267:12: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:256:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:256:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:267:12: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:268:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:256:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:256:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:268:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:269:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:256:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:256:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:269:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:270:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:256:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:256:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:270:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:271:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:256:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:256:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:271:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:272:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:256:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:256:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:272:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:273:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:256:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:256:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:273:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:274:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:256:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:256:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:274:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:275:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:256:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:256:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:275:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:276:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:256:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:256:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:276:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:277:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:256:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:256:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:277:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:297:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:295:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:295:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:297:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:298:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:295:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:295:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:298:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:299:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:295:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:295:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:299:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:300:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:295:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:295:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:300:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:301:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:295:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:295:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:301:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:302:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:295:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:295:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:302:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:303:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:295:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:295:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:303:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:304:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:295:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:295:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:304:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:305:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:295:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:295:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:305:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:306:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:295:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:295:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:306:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:307:12: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:295:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:295:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:307:12: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:308:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:295:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:295:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:308:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:309:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:295:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:295:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:309:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:310:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:295:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:295:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:310:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:311:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:295:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:295:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:311:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:312:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:295:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:295:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:312:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:313:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:295:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:295:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:313:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:314:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:295:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:295:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:314:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:330:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:328:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:328:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:330:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:331:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:328:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:328:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:331:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:332:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:328:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:328:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:332:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:333:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:328:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:328:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:333:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:334:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:328:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:328:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:334:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:335:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:328:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:328:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:335:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:336:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:328:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:328:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:336:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:337:12: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:328:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:328:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:337:12: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:338:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:328:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:328:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:338:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:339:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:328:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:328:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:339:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:340:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:328:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:328:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:340:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:341:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:328:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:328:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:341:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:342:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:328:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:328:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:342:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:343:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:328:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:328:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:343:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:360:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:358:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:358:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:360:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:361:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:358:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:358:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:361:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:362:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:358:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:358:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:362:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:363:12: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:358:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:358:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:363:12: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:364:12: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:358:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:358:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:364:12: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:365:12: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:358:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:358:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:365:12: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:366:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:358:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:358:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:366:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:367:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:358:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:358:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:367:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:368:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:358:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:358:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:368:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:369:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:358:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:358:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:369:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:370:12: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:358:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:358:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:370:12: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:371:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:358:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:358:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:371:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:372:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:358:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:358:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:372:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:373:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:358:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:358:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:373:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:374:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:358:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:358:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:374:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:375:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:358:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:358:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:375:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:386:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:384:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:384:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:386:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:387:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:384:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:384:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:387:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:388:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:384:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:384:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:388:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:389:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:384:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:384:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:389:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:390:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:384:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:384:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:390:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:391:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:384:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:384:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:391:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:392:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:384:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:384:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:392:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:393:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:384:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:384:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:393:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:394:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:384:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:384:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:394:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:408:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:404:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:404:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:408:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:409:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:404:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:404:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:409:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:410:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:404:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:404:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:410:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:411:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:404:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:404:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:411:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:416:9: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:404:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:404:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:416:9: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:417:30: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:404:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:404:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:417:30: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:421:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:404:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:404:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:421:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:422:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:404:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:404:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:422:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:423:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:404:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:404:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:423:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:424:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:404:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:404:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:424:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:425:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:404:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:404:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:425:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:440:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:436:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:436:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:440:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:441:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:436:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:436:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:441:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:442:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:436:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:436:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:442:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:443:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:436:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:436:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:443:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:448:9: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:436:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:436:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:448:9: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:449:30: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:436:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:436:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:449:30: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:453:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:436:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:436:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:453:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:454:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:436:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:436:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:454:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:455:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:436:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:436:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:455:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:456:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:436:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:436:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:456:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:457:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:436:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:436:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:457:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:476:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:474:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:474:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:476:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:477:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:474:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:474:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:477:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:478:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:474:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:474:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:478:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:479:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:474:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:474:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:479:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:480:12: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:474:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:474:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:480:12: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:481:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:474:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:474:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:481:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:482:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:474:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:474:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:482:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:483:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:474:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:474:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:483:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:484:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:474:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:474:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:484:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:485:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:474:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:474:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:485:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:486:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:474:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:474:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:486:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:487:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:474:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:474:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:487:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:488:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:474:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:474:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:488:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:489:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:474:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:474:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:489:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:490:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:474:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:474:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:490:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:491:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:474:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:474:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:491:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:509:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:507:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:507:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:509:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:510:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:507:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:507:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:510:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:511:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:507:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:507:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:511:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:512:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:507:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:507:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:512:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:513:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:507:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:507:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:513:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:514:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:507:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:507:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:514:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:515:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:507:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:507:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:515:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:516:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:507:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:507:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:516:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:517:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:507:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:507:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:517:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:518:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:507:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:507:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:518:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:519:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:507:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:507:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:519:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:520:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:507:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:507:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:520:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:521:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:507:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:507:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:521:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:522:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:507:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:507:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:522:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:523:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:507:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:507:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:523:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:524:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:507:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:507:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:524:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:533:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:531:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:531:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:533:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:534:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:531:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:531:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:534:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:535:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:531:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:531:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:535:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:536:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:531:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:531:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:536:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:537:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:531:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:531:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:537:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:538:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:531:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:531:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:538:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:539:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:531:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:531:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:539:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:540:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:531:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:531:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:540:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:541:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:531:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:531:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:541:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:542:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:531:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:531:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:542:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:577:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:575:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:575:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:577:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:578:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:575:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:575:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:578:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:579:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:575:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:575:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:579:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:580:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:575:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:575:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:580:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:581:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:575:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:575:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:581:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:582:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:575:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:575:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:582:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:583:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:575:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:575:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:583:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:584:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:575:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:575:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:584:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:585:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:575:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:575:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:585:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:586:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:575:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:575:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:586:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:614:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:612:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:612:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:614:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:615:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:612:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:612:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:615:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:616:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:612:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:612:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:616:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:617:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:612:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:612:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:617:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:618:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:612:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:612:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:618:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:619:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:612:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:612:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:619:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:620:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:612:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:612:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:620:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:621:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:612:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:612:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:621:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:622:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:612:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:612:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:622:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:623:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:612:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:612:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:623:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:624:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:612:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:612:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:624:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:648:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:646:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:646:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:648:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:649:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:646:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:646:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:649:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:650:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:646:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:646:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:650:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:651:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:646:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:646:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:651:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:652:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:646:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:646:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:652:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:653:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:646:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:646:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:653:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:654:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:646:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:646:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:654:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:655:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:646:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:646:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:655:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:656:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:646:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:646:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:656:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:657:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:646:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:646:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:657:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:683:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:679:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:679:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:683:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:684:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:679:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:679:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:684:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:685:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:679:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:679:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:685:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:686:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:679:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:679:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:686:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:691:9: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:679:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:679:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:691:9: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:692:30: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:679:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:679:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:692:30: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:696:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:679:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:679:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:696:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:697:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:679:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:679:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:697:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:698:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:679:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:679:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:698:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:699:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:679:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:679:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:699:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:700:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:679:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:679:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:700:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:709:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:707:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:707:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:709:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:710:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:707:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:707:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:710:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:711:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:707:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:707:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:711:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:712:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:707:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:707:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:712:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:713:12: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:707:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:707:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:713:12: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:714:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:707:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:707:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:714:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:715:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:707:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:707:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:715:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:716:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:707:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:707:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:716:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:717:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:707:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:707:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:717:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:718:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:707:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:707:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:718:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:805:9: warning: If memory allocation fails, then there is a possible null pointer dereference: list [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:804:43: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:804:43: note: Assignment 'list=malloc(sizeof(struct qt_atom_list))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:805:9: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:806:9: warning: If memory allocation fails, then there is a possible null pointer dereference: list [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:804:43: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:804:43: note: Assignment 'list=malloc(sizeof(struct qt_atom_list))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:806:9: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:2666:12: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:201:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:201:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:213:24: note: Calling function 'add_ftyp_brand', 1st argument 'atom' value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:2666:12: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:2667:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:201:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:201:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:213:24: note: Calling function 'add_ftyp_brand', 1st argument 'atom' value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:2667:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:2668:17: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:201:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:201:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:213:24: note: Calling function 'add_ftyp_brand', 1st argument 'atom' value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:2668:17: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:2669:18: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:201:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:201:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:213:24: note: Calling function 'add_ftyp_brand', 1st argument 'atom' value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:2669:18: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:2670:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:201:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:201:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:213:24: note: Calling function 'add_ftyp_brand', 1st argument 'atom' value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:2670:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:2670:36: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:201:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:201:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:213:24: note: Calling function 'add_ftyp_brand', 1st argument 'atom' value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:2670:36: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:2672:12: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:201:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:201:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:213:24: note: Calling function 'add_ftyp_brand', 1st argument 'atom' value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:2672:12: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:2672:43: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:201:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:201:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:213:24: note: Calling function 'add_ftyp_brand', 1st argument 'atom' value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:2672:43: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:2675:5: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:201:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:201:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:213:24: note: Calling function 'add_ftyp_brand', 1st argument 'atom' value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:2675:5: note: Null pointer dereference audiotools-3.1.1/src/common/m4a_atoms.c:356:22: style: Parameter 'padding' can be declared as pointer to const [constParameterPointer] audiotools-3.1.1/src/common/m4a_atoms.c:466:21: style: Parameter 'vendor' can be declared as const array [constParameter] audiotools-3.1.1/src/common/m4a_atoms.c:2690:15: style: Variable 'field_label' can be declared as pointer to const [constVariablePointer] audiotools-3.1.1/src/common/m4a_atoms.c:2717:27: style: Variable 'array' can be declared as pointer to const [constVariablePointer] audiotools-3.1.1/src/common/m4a_atoms.c:2732:27: style: Variable 'array' can be declared as pointer to const [constVariablePointer] audiotools-3.1.1/src/common/m4a_atoms.c:2747:23: style: Variable 'array' can be declared as pointer to const [constVariablePointer] audiotools-3.1.1/src/common/m4a_atoms.c:2762:26: style: Variable 'array' can be declared as pointer to const [constVariablePointer] audiotools-3.1.1/src/common/m4a_atoms.c:2649:22: error: Uninitialized variable: &key.parser [uninitvar] audiotools-3.1.1/src/decoders/alac.c:206:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_ValueError [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/decoders/alac.c:379:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_ValueError [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/decoders/alac.c:436:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_ValueError [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/decoders/alac.c:508:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/decoders/alac.c:526:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/decoders/alac.c:649:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_ValueError [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/decoders/flac.c:302:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_ValueError [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/decoders/flac.c:456:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/decoders/flac.c:472:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/decoders/flac.c:509:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_ValueError [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/decoders/flac.c:604:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_ValueError [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/decoders/flac.c:722:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_ValueError [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/decoders/flac.c:863:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/decoders/flac.c:1755:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_ValueError [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/bitstream.c:730:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/bitstream.c:790:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/bitstream.c:902:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/bitstream.c:943:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/bitstream.c:1376:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/bitstream.c:1378:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/bitstream.c:1380:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/bitstream.c:1382:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/bitstream.c:1384:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/bitstream.c:1386:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/bitstream.c:1388:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/bitstream.c:1390:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/bitstream.c:1392:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/bitstream.c:1394:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/bitstream.c:1396:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/bitstream.c:1398:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/bitstream.c:1400:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/bitstream.c:1402:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/bitstream.c:1404:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/bitstream.c:1406:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/bitstream.c:1510:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/bitstream.c:1512:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/bitstream.c:1514:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/bitstream.c:1516:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/bitstream.c:1564:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/bitstream.c:1566:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/bitstream.c:1568:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/bitstream.c:1570:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/bitstream.c:1709:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/bitstream.c:1710:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/bitstream.c:1711:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/bitstream.c:1712:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/bitstream.c:1754:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/bitstream.c:1755:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/bitstream.c:1756:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/bitstream.c:1757:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/bitstream.c:1833:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/bitstream.c:1835:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/bitstream.c:1837:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/bitstream.c:1839:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/bitstream.c:1841:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/bitstream.c:1843:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/bitstream.c:1845:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/bitstream.c:1847:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/bitstream.c:1883:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/bitstream.c:1885:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/bitstream.c:1887:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/bitstream.c:1889:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/bitstream.c:1891:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/bitstream.c:1893:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/bitstream.c:1895:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/bitstream.c:1897:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/bitstream.c:2059:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/bitstream.c:2060:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/bitstream.c:2061:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/bitstream.c:2062:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/bitstream.c:2583:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/bitstream.c:2628:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/bitstream.c:2711:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/bitstream.c:2742:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/bitstream.c:3217:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/bitstream.c:3219:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/bitstream.c:3221:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/bitstream.c:3223:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/bitstream.c:3225:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/bitstream.c:3227:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/bitstream.c:3275:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/bitstream.c:3277:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/bitstream.c:3279:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/bitstream.c:3281:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/bitstream.c:3283:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/bitstream.c:3285:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/bitstream.c:3400:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/bitstream.c:3402:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/bitstream.c:3404:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/bitstream.c:3479:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/bitstream.c:3481:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/bitstream.c:3483:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/bitstream.c:4329:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/bitstream.c:4375:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/bitstream.c:4774:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/bitstream.c:4854:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/bitstream.c:4898:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/bitstream.c:4929:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/bitstream.c:5167:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/bitstream.c:5168:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/decoders/mp3.c:54:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_ValueError [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/decoders/mp3.c:134:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_ValueError [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/decoders/mp3.c:172:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/decoders/mp3.c:187:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/decoders/mp3.c:97:49: style: Parameter 'self' can be declared as pointer to const. However it seems that 'MP3Decoder_bits_per_sample' is a callback function, if 'self' is declared with const you might also need to cast function pointer(s). [constParameterCallback] audiotools-3.1.1/src/decoders/mp3.h:76:14: note: You might need to cast the function pointer here audiotools-3.1.1/src/decoders/mp3.c:97:49: note: Parameter 'self' can be declared as pointer to const audiotools-3.1.1/src/decoders/mp3.c:97:61: style: Parameter 'closure' can be declared as pointer to const. However it seems that 'MP3Decoder_bits_per_sample' is a callback function, if 'closure' is declared with const you might also need to cast function pointer(s). [constParameterCallback] audiotools-3.1.1/src/decoders/mp3.h:76:14: note: You might need to cast the function pointer here audiotools-3.1.1/src/decoders/mp3.c:97:61: note: Parameter 'closure' can be declared as pointer to const audiotools-3.1.1/src/decoders/mp3.c:109:46: style: Parameter 'self' can be declared as pointer to const. However it seems that 'MP3Decoder_channel_mask' is a callback function, if 'self' is declared with const you might also need to cast function pointer(s). [constParameterCallback] audiotools-3.1.1/src/decoders/mp3.h:80:14: note: You might need to cast the function pointer here audiotools-3.1.1/src/decoders/mp3.c:109:46: note: Parameter 'self' can be declared as pointer to const audiotools-3.1.1/src/decoders/mp3.c:109:58: style: Parameter 'closure' can be declared as pointer to const. However it seems that 'MP3Decoder_channel_mask' is a callback function, if 'closure' is declared with const you might also need to cast function pointer(s). [constParameterCallback] audiotools-3.1.1/src/decoders/mp3.h:80:14: note: You might need to cast the function pointer here audiotools-3.1.1/src/decoders/mp3.c:109:58: note: Parameter 'closure' can be declared as pointer to const audiotools-3.1.1/src/decoders/oggflac.c:74:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_ValueError [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/decoders/oggflac.c:157:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_ValueError [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/decoders/oggflac.c:279:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/decoders/oggflac.c:295:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/decoders/oggflac.c:347:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_ValueError [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/decoders/oggflac.c:339:42: style:inconclusive: Function 'oggflac_read_streaminfo' argument 1 names different: declaration 'bitstream' definition 'packet'. [funcArgNamesDifferent] audiotools-3.1.1/src/decoders/oggflac.h:172:42: note: Function 'oggflac_read_streaminfo' argument 1 names different: declaration 'bitstream' definition 'packet'. audiotools-3.1.1/src/decoders/oggflac.c:339:42: note: Function 'oggflac_read_streaminfo' argument 1 names different: declaration 'bitstream' definition 'packet'. audiotools-3.1.1/src/decoders/opus.c:49:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_ValueError [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/decoders/opus.c:167:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_ValueError [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/decoders/opus.c:287:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/decoders/opus.c:302:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/decoders/opus.c:73:47: style: Parameter 'self' can be declared as pointer to const. However it seems that 'OpusDecoder_sample_rate' is a callback function, if 'self' is declared with const you might also need to cast function pointer(s). [constParameterCallback] audiotools-3.1.1/src/decoders/opus.h:70:14: note: You might need to cast the function pointer here audiotools-3.1.1/src/decoders/opus.c:73:47: note: Parameter 'self' can be declared as pointer to const audiotools-3.1.1/src/decoders/opus.c:73:59: style: Parameter 'closure' can be declared as pointer to const. However it seems that 'OpusDecoder_sample_rate' is a callback function, if 'closure' is declared with const you might also need to cast function pointer(s). [constParameterCallback] audiotools-3.1.1/src/decoders/opus.h:70:14: note: You might need to cast the function pointer here audiotools-3.1.1/src/decoders/opus.c:73:59: note: Parameter 'closure' can be declared as pointer to const audiotools-3.1.1/src/decoders/opus.c:82:51: style: Parameter 'self' can be declared as pointer to const. However it seems that 'OpusDecoder_bits_per_sample' is a callback function, if 'self' is declared with const you might also need to cast function pointer(s). [constParameterCallback] audiotools-3.1.1/src/decoders/opus.h:72:14: note: You might need to cast the function pointer here audiotools-3.1.1/src/decoders/opus.c:82:51: note: Parameter 'self' can be declared as pointer to const audiotools-3.1.1/src/decoders/opus.c:82:63: style: Parameter 'closure' can be declared as pointer to const. However it seems that 'OpusDecoder_bits_per_sample' is a callback function, if 'closure' is declared with const you might also need to cast function pointer(s). [constParameterCallback] audiotools-3.1.1/src/decoders/opus.h:72:14: note: You might need to cast the function pointer here audiotools-3.1.1/src/decoders/opus.c:82:63: note: Parameter 'closure' can be declared as pointer to const audiotools-3.1.1/src/decoders/opus.c:97:48: style: Parameter 'self' can be declared as pointer to const. However it seems that 'OpusDecoder_channel_mask' is a callback function, if 'self' is declared with const you might also need to cast function pointer(s). [constParameterCallback] audiotools-3.1.1/src/decoders/opus.h:76:14: note: You might need to cast the function pointer here audiotools-3.1.1/src/decoders/opus.c:97:48: note: Parameter 'self' can be declared as pointer to const audiotools-3.1.1/src/decoders/opus.c:97:60: style: Parameter 'closure' can be declared as pointer to const. However it seems that 'OpusDecoder_channel_mask' is a callback function, if 'closure' is declared with const you might also need to cast function pointer(s). [constParameterCallback] audiotools-3.1.1/src/decoders/opus.h:76:14: note: You might need to cast the function pointer here audiotools-3.1.1/src/decoders/opus.c:97:60: note: Parameter 'closure' can be declared as pointer to const audiotools-3.1.1/src/decoders/sine.c:57:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_ValueError [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/decoders/sine.c:107:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_ValueError [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/decoders/sine.c:143:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/decoders/sine.c:153:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/decoders/sine.c:169:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/decoders/sine.c:222:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_ValueError [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/decoders/sine.c:272:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_ValueError [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/decoders/sine.c:310:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/decoders/sine.c:320:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/decoders/sine.c:336:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/decoders/sine.c:380:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_ValueError [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/decoders/sine.c:430:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_ValueError [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/decoders/sine.c:466:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/decoders/sine.c:476:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/decoders/sine.c:492:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/decoders/sine.c:552:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_ValueError [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/decoders/sine.c:611:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_ValueError [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/decoders/sine.c:644:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/decoders/sine.c:654:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/decoders/sine.c:670:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/decoders/alac.c:324:48: style: Parameter 'self' can be declared as pointer to const. However it seems that 'ALACDecoder_channel_mask' is a callback function, if 'self' is declared with const you might also need to cast function pointer(s). [constParameterCallback] audiotools-3.1.1/src/decoders/alac.h:113:14: note: You might need to cast the function pointer here audiotools-3.1.1/src/decoders/alac.c:324:48: note: Parameter 'self' can be declared as pointer to const audiotools-3.1.1/src/decoders/alac.c:324:60: style: Parameter 'closure' can be declared as pointer to const. However it seems that 'ALACDecoder_channel_mask' is a callback function, if 'closure' is declared with const you might also need to cast function pointer(s). [constParameterCallback] audiotools-3.1.1/src/decoders/alac.h:113:14: note: You might need to cast the function pointer here audiotools-3.1.1/src/decoders/alac.c:324:60: note: Parameter 'closure' can be declared as pointer to const audiotools-3.1.1/src/decoders/sine.c:174:40: style: Parameter 'self' can be declared as pointer to const. However it seems that 'Sine_Mono_channels' is a callback function, if 'self' is declared with const you might also need to cast function pointer(s). [constParameterCallback] audiotools-3.1.1/src/decoders/sine.h:95:14: note: You might need to cast the function pointer here audiotools-3.1.1/src/decoders/sine.c:174:40: note: Parameter 'self' can be declared as pointer to const audiotools-3.1.1/src/decoders/sine.c:174:52: style: Parameter 'closure' can be declared as pointer to const. However it seems that 'Sine_Mono_channels' is a callback function, if 'closure' is declared with const you might also need to cast function pointer(s). [constParameterCallback] audiotools-3.1.1/src/decoders/sine.h:95:14: note: You might need to cast the function pointer here audiotools-3.1.1/src/decoders/sine.c:174:52: note: Parameter 'closure' can be declared as pointer to const audiotools-3.1.1/src/decoders/sine.c:189:44: style: Parameter 'self' can be declared as pointer to const. However it seems that 'Sine_Mono_channel_mask' is a callback function, if 'self' is declared with const you might also need to cast function pointer(s). [constParameterCallback] audiotools-3.1.1/src/decoders/sine.h:101:14: note: You might need to cast the function pointer here audiotools-3.1.1/src/decoders/sine.c:189:44: note: Parameter 'self' can be declared as pointer to const audiotools-3.1.1/src/decoders/sine.c:189:56: style: Parameter 'closure' can be declared as pointer to const. However it seems that 'Sine_Mono_channel_mask' is a callback function, if 'closure' is declared with const you might also need to cast function pointer(s). [constParameterCallback] audiotools-3.1.1/src/decoders/sine.h:101:14: note: You might need to cast the function pointer here audiotools-3.1.1/src/decoders/sine.c:189:56: note: Parameter 'closure' can be declared as pointer to const audiotools-3.1.1/src/decoders/sine.c:341:44: style: Parameter 'self' can be declared as pointer to const. However it seems that 'Sine_Stereo_channels' is a callback function, if 'self' is declared with const you might also need to cast function pointer(s). [constParameterCallback] audiotools-3.1.1/src/decoders/sine.h:219:14: note: You might need to cast the function pointer here audiotools-3.1.1/src/decoders/sine.c:341:44: note: Parameter 'self' can be declared as pointer to const audiotools-3.1.1/src/decoders/sine.c:341:56: style: Parameter 'closure' can be declared as pointer to const. However it seems that 'Sine_Stereo_channels' is a callback function, if 'closure' is declared with const you might also need to cast function pointer(s). [constParameterCallback] audiotools-3.1.1/src/decoders/sine.h:219:14: note: You might need to cast the function pointer here audiotools-3.1.1/src/decoders/sine.c:341:56: note: Parameter 'closure' can be declared as pointer to const audiotools-3.1.1/src/decoders/sine.c:356:48: style: Parameter 'self' can be declared as pointer to const. However it seems that 'Sine_Stereo_channel_mask' is a callback function, if 'self' is declared with const you might also need to cast function pointer(s). [constParameterCallback] audiotools-3.1.1/src/decoders/sine.h:225:14: note: You might need to cast the function pointer here audiotools-3.1.1/src/decoders/sine.c:356:48: note: Parameter 'self' can be declared as pointer to const audiotools-3.1.1/src/decoders/sine.c:356:60: style: Parameter 'closure' can be declared as pointer to const. However it seems that 'Sine_Stereo_channel_mask' is a callback function, if 'closure' is declared with const you might also need to cast function pointer(s). [constParameterCallback] audiotools-3.1.1/src/decoders/sine.h:225:14: note: You might need to cast the function pointer here audiotools-3.1.1/src/decoders/sine.c:356:60: note: Parameter 'closure' can be declared as pointer to const audiotools-3.1.1/src/decoders/sine.c:497:44: style: Parameter 'self' can be declared as pointer to const. However it seems that 'Sine_Simple_channels' is a callback function, if 'self' is declared with const you might also need to cast function pointer(s). [constParameterCallback] audiotools-3.1.1/src/decoders/sine.h:340:14: note: You might need to cast the function pointer here audiotools-3.1.1/src/decoders/sine.c:497:44: note: Parameter 'self' can be declared as pointer to const audiotools-3.1.1/src/decoders/sine.c:497:56: style: Parameter 'closure' can be declared as pointer to const. However it seems that 'Sine_Simple_channels' is a callback function, if 'closure' is declared with const you might also need to cast function pointer(s). [constParameterCallback] audiotools-3.1.1/src/decoders/sine.h:340:14: note: You might need to cast the function pointer here audiotools-3.1.1/src/decoders/sine.c:497:56: note: Parameter 'closure' can be declared as pointer to const audiotools-3.1.1/src/decoders/sine.c:512:48: style: Parameter 'self' can be declared as pointer to const. However it seems that 'Sine_Simple_channel_mask' is a callback function, if 'self' is declared with const you might also need to cast function pointer(s). [constParameterCallback] audiotools-3.1.1/src/decoders/sine.h:346:14: note: You might need to cast the function pointer here audiotools-3.1.1/src/decoders/sine.c:512:48: note: Parameter 'self' can be declared as pointer to const audiotools-3.1.1/src/decoders/sine.c:512:60: style: Parameter 'closure' can be declared as pointer to const. However it seems that 'Sine_Simple_channel_mask' is a callback function, if 'closure' is declared with const you might also need to cast function pointer(s). [constParameterCallback] audiotools-3.1.1/src/decoders/sine.h:346:14: note: You might need to cast the function pointer here audiotools-3.1.1/src/decoders/sine.c:512:60: note: Parameter 'closure' can be declared as pointer to const audiotools-3.1.1/src/decoders/tta.c:272:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_ValueError [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/decoders/tta.c:342:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_ValueError [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/decoders/tta.c:404:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/decoders/tta.c:422:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/decoders/tta.c:763:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_ValueError [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/decoders/vorbis.c:72:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_ValueError [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/decoders/vorbis.c:174:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_ValueError [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/decoders/vorbis.c:321:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/decoders/vorbis.c:337:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/decoders/vorbis.c:54:18: style: Variable 'info' can be declared as pointer to const [constVariablePointer] audiotools-3.1.1/src/decoders/vorbis.c:110:55: style: Parameter 'self' can be declared as pointer to const. However it seems that 'VorbisDecoder_bits_per_sample' is a callback function, if 'self' is declared with const you might also need to cast function pointer(s). [constParameterCallback] audiotools-3.1.1/src/decoders/vorbis.h:73:33: note: You might need to cast the function pointer here audiotools-3.1.1/src/decoders/vorbis.c:110:55: note: Parameter 'self' can be declared as pointer to const audiotools-3.1.1/src/decoders/vorbis.c:110:67: style: Parameter 'closure' can be declared as pointer to const. However it seems that 'VorbisDecoder_bits_per_sample' is a callback function, if 'closure' is declared with const you might also need to cast function pointer(s). [constParameterCallback] audiotools-3.1.1/src/decoders/vorbis.h:73:33: note: You might need to cast the function pointer here audiotools-3.1.1/src/decoders/vorbis.c:110:67: note: Parameter 'closure' can be declared as pointer to const audiotools-3.1.1/src/decoders/vorbis.c:122:52: style: Parameter 'self' can be declared as pointer to const. However it seems that 'VorbisDecoder_channel_mask' is a callback function, if 'self' is declared with const you might also need to cast function pointer(s). [constParameterCallback] audiotools-3.1.1/src/decoders/vorbis.h:77:30: note: You might need to cast the function pointer here audiotools-3.1.1/src/decoders/vorbis.c:122:52: note: Parameter 'self' can be declared as pointer to const audiotools-3.1.1/src/decoders/vorbis.c:122:64: style: Parameter 'closure' can be declared as pointer to const. However it seems that 'VorbisDecoder_channel_mask' is a callback function, if 'closure' is declared with const you might also need to cast function pointer(s). [constParameterCallback] audiotools-3.1.1/src/decoders/vorbis.h:77:30: note: You might need to cast the function pointer here audiotools-3.1.1/src/decoders/vorbis.c:122:64: note: Parameter 'closure' can be declared as pointer to const audiotools-3.1.1/src/decoders/tta.c:513:9: warning: If memory allocation fails, then there is a possible null pointer dereference: seektable [nullPointerOutOfMemory] audiotools-3.1.1/src/decoders/tta.c:509:33: note: Assuming allocation function fails audiotools-3.1.1/src/decoders/tta.c:509:33: note: Assignment 'seektable=malloc(sizeof(unsigned int)*total_tta_frames)', assigned value is 0 audiotools-3.1.1/src/decoders/tta.c:513:9: note: Null pointer dereference audiotools-3.1.1/src/decoders/tta.c:256:46: style: Parameter 'self' can be declared as pointer to const. However it seems that 'TTADecoder_channel_mask' is a callback function, if 'self' is declared with const you might also need to cast function pointer(s). [constParameterCallback] audiotools-3.1.1/src/decoders/tta.h:100:14: note: You might need to cast the function pointer here audiotools-3.1.1/src/decoders/tta.c:256:46: note: Parameter 'self' can be declared as pointer to const audiotools-3.1.1/src/decoders/tta.c:256:58: style: Parameter 'closure' can be declared as pointer to const. However it seems that 'TTADecoder_channel_mask' is a callback function, if 'closure' is declared with const you might also need to cast function pointer(s). [constParameterCallback] audiotools-3.1.1/src/decoders/tta.h:100:14: note: You might need to cast the function pointer here audiotools-3.1.1/src/decoders/tta.c:256:58: note: Parameter 'closure' can be declared as pointer to const audiotools-3.1.1/src/decoders/wavpack.c:62:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_IOError [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/decoders/wavpack.c:125:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/decoders/wavpack.c:141:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/decoders/wavpack.c:155:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_ValueError [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/decoders/wavpack.c:220:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_ValueError [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/dither.c:96:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BS_BIG_ENDIAN [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/dither.c:75:23: style: Parameter 'user_data' can be declared as pointer to const. However it seems that 'close_os_random' is a callback function, if 'user_data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] audiotools-3.1.1/src/dither.c:103:33: note: You might need to cast the function pointer here audiotools-3.1.1/src/dither.c:75:23: note: Parameter 'user_data' can be declared as pointer to const audiotools-3.1.1/src/dvdamodule.c:37:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyType_GenericNew [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/dvdamodule.c:101:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_IOError [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/dvdamodule.c:165:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_IndexError [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/dvdamodule.c:241:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_IndexError [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/dvdamodule.c:323:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_IndexError [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/dvdamodule.c:409:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_IOError [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/dvdamodule.c:442:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_ValueError [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/dvdamodule.c:478:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/dvdamodule.c:493:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/dvdamodule.c:58:5: warning: Return value of function PyModule_AddObject() is not used. [ignoredReturnValue] audiotools-3.1.1/src/dvdamodule.c:61:5: warning: Return value of function PyModule_AddObject() is not used. [ignoredReturnValue] audiotools-3.1.1/src/dvdamodule.c:64:5: warning: Return value of function PyModule_AddObject() is not used. [ignoredReturnValue] audiotools-3.1.1/src/dvdamodule.c:67:5: warning: Return value of function PyModule_AddObject() is not used. [ignoredReturnValue] audiotools-3.1.1/src/dvdamodule.c:70:5: warning: Return value of function PyModule_AddObject() is not used. [ignoredReturnValue] audiotools-3.1.1/src/encoders.c:29:15: style: Variable 'm' can be declared as pointer to const [constVariablePointer] audiotools-3.1.1/src/encoders.c:31:5: style: Variable 'm' is assigned a value that is never used. [unreadVariable] audiotools-3.1.1/src/encoders/alac.c:91:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_ValueError [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/encoders/alac.c:218:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_IOError [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/encoders/flac.c:670:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_ValueError [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/encoders/flac.c:1903:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DBL_MAX [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/bitstream.c:4230:21: style: Condition 'bw_buf_fseek(self->output.string_recorder,position,whence)' is always false [knownConditionTrueFalse] audiotools-3.1.1/src/bitstream.c:4230:21: note: Calling function 'bw_buf_fseek' returns 0 audiotools-3.1.1/src/bitstream.c:4230:21: note: Condition 'bw_buf_fseek(self->output.string_recorder,position,whence)' is always false audiotools-3.1.1/src/bitstream.c:693:5: warning: If memory allocation fails, then there is a possible null pointer dereference: buf [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:692:35: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:692:35: note: Assignment 'buf=malloc(sizeof(struct br_buffer))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:693:5: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:694:5: warning: If memory allocation fails, then there is a possible null pointer dereference: buf [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:692:35: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:692:35: note: Assignment 'buf=malloc(sizeof(struct br_buffer))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:694:5: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:695:5: warning: If memory allocation fails, then there is a possible null pointer dereference: buf [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:692:35: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:692:35: note: Assignment 'buf=malloc(sizeof(struct br_buffer))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:695:5: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:719:35: warning: Possible null pointer dereference: data [nullPointer] audiotools-3.1.1/src/bitstream.c:2457:49: note: Calling function 'br_open_buffer', 1st argument 'NULL' value is 0 audiotools-3.1.1/src/bitstream.c:1129:37: note: Calling function 'br_buf_extend', 2nd argument 'buffer' value is 0 audiotools-3.1.1/src/bitstream.c:719:35: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:769:5: warning: If memory allocation fails, then there is a possible null pointer dereference: queue [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:768:36: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:768:36: note: Assignment 'queue=malloc(sizeof(struct br_queue))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:769:5: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:770:5: warning: If memory allocation fails, then there is a possible null pointer dereference: queue [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:768:36: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:768:36: note: Assignment 'queue=malloc(sizeof(struct br_queue))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:770:5: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:771:5: warning: If memory allocation fails, then there is a possible null pointer dereference: queue [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:768:36: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:768:36: note: Assignment 'queue=malloc(sizeof(struct br_queue))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:771:5: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:772:5: warning: If memory allocation fails, then there is a possible null pointer dereference: queue [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:768:36: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:768:36: note: Assignment 'queue=malloc(sizeof(struct br_queue))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:772:5: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:773:5: warning: If memory allocation fails, then there is a possible null pointer dereference: queue [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:768:36: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:768:36: note: Assignment 'queue=malloc(sizeof(struct br_queue))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:773:5: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:874:9: warning: If memory allocation fails, then there is a possible null pointer dereference: buf [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:872:35: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:872:35: note: Assignment 'buf=malloc(sizeof(struct bw_buffer))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:874:9: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:874:20: warning: If memory allocation fails, then there is a possible null pointer dereference: buf [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:872:35: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:872:35: note: Assignment 'buf=malloc(sizeof(struct bw_buffer))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:874:20: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:875:9: warning: If memory allocation fails, then there is a possible null pointer dereference: buf [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:872:35: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:872:35: note: Assignment 'buf=malloc(sizeof(struct bw_buffer))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:875:9: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:876:9: warning: If memory allocation fails, then there is a possible null pointer dereference: buf [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:872:35: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:872:35: note: Assignment 'buf=malloc(sizeof(struct bw_buffer))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:876:9: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:877:9: warning: If memory allocation fails, then there is a possible null pointer dereference: buf [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:872:35: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:872:35: note: Assignment 'buf=malloc(sizeof(struct bw_buffer))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:877:9: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:880:9: warning: If memory allocation fails, then there is a possible null pointer dereference: buf [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:872:35: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:872:35: note: Assignment 'buf=malloc(sizeof(struct bw_buffer))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:880:9: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:880:20: warning: If memory allocation fails, then there is a possible null pointer dereference: buf [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:872:35: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:872:35: note: Assignment 'buf=malloc(sizeof(struct bw_buffer))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:880:20: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:880:35: warning: If memory allocation fails, then there is a possible null pointer dereference: buf [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:872:35: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:872:35: note: Assignment 'buf=malloc(sizeof(struct bw_buffer))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:880:35: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:881:9: warning: If memory allocation fails, then there is a possible null pointer dereference: buf [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:872:35: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:872:35: note: Assignment 'buf=malloc(sizeof(struct bw_buffer))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:881:9: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:882:9: warning: If memory allocation fails, then there is a possible null pointer dereference: buf [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:872:35: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:872:35: note: Assignment 'buf=malloc(sizeof(struct bw_buffer))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:882:9: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:1012:5: warning: If memory allocation fails, then there is a possible null pointer dereference: bs [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:1011:33: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:1011:33: note: Assignment 'bs=malloc(sizeof(struct BitstreamReader))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:1012:5: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:1015:5: warning: If memory allocation fails, then there is a possible null pointer dereference: bs [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:1011:33: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:1011:33: note: Assignment 'bs=malloc(sizeof(struct BitstreamReader))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:1015:5: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:1016:5: warning: If memory allocation fails, then there is a possible null pointer dereference: bs [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:1011:33: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:1011:33: note: Assignment 'bs=malloc(sizeof(struct BitstreamReader))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:1016:5: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:1017:5: warning: If memory allocation fails, then there is a possible null pointer dereference: bs [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:1011:33: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:1011:33: note: Assignment 'bs=malloc(sizeof(struct BitstreamReader))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:1017:5: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:1018:5: warning: If memory allocation fails, then there is a possible null pointer dereference: bs [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:1011:33: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:1011:33: note: Assignment 'bs=malloc(sizeof(struct BitstreamReader))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:1018:5: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:1019:5: warning: If memory allocation fails, then there is a possible null pointer dereference: bs [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:1011:33: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:1011:33: note: Assignment 'bs=malloc(sizeof(struct BitstreamReader))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:1019:5: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:1171:5: warning: If memory allocation fails, then there is a possible null pointer dereference: bs [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:1169:32: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:1169:32: note: Assignment 'bs=malloc(sizeof(struct BitstreamQueue))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:1171:5: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:1172:5: warning: If memory allocation fails, then there is a possible null pointer dereference: bs [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:1169:32: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:1169:32: note: Assignment 'bs=malloc(sizeof(struct BitstreamQueue))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:1172:5: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:1173:5: warning: If memory allocation fails, then there is a possible null pointer dereference: bs [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:1169:32: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:1169:32: note: Assignment 'bs=malloc(sizeof(struct BitstreamQueue))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:1173:5: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:1174:5: warning: If memory allocation fails, then there is a possible null pointer dereference: bs [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:1169:32: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:1169:32: note: Assignment 'bs=malloc(sizeof(struct BitstreamQueue))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:1174:5: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:1175:5: warning: If memory allocation fails, then there is a possible null pointer dereference: bs [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:1169:32: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:1169:32: note: Assignment 'bs=malloc(sizeof(struct BitstreamQueue))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:1175:5: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:1176:5: warning: If memory allocation fails, then there is a possible null pointer dereference: bs [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:1169:32: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:1169:32: note: Assignment 'bs=malloc(sizeof(struct BitstreamQueue))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:1176:5: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:1177:5: warning: If memory allocation fails, then there is a possible null pointer dereference: bs [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:1169:32: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:1169:32: note: Assignment 'bs=malloc(sizeof(struct BitstreamQueue))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:1177:5: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:1178:5: warning: If memory allocation fails, then there is a possible null pointer dereference: bs [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:1169:32: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:1169:32: note: Assignment 'bs=malloc(sizeof(struct BitstreamQueue))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:1178:5: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:2276:5: warning: If memory allocation fails, then there is a possible null pointer dereference: pos [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:2275:27: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:2275:27: note: Assignment 'pos=malloc(sizeof(struct br_pos_t))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:2276:5: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:2278:5: warning: If memory allocation fails, then there is a possible null pointer dereference: pos [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:2275:27: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:2275:27: note: Assignment 'pos=malloc(sizeof(struct br_pos_t))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:2278:5: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:2279:5: warning: If memory allocation fails, then there is a possible null pointer dereference: pos [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:2275:27: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:2275:27: note: Assignment 'pos=malloc(sizeof(struct br_pos_t))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:2279:5: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:2287:5: warning: If memory allocation fails, then there is a possible null pointer dereference: pos [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:2286:27: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:2286:27: note: Assignment 'pos=malloc(sizeof(struct br_pos_t))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:2287:5: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:2288:5: warning: If memory allocation fails, then there is a possible null pointer dereference: pos [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:2286:27: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:2286:27: note: Assignment 'pos=malloc(sizeof(struct br_pos_t))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:2288:5: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:2289:5: warning: If memory allocation fails, then there is a possible null pointer dereference: pos [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:2286:27: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:2286:27: note: Assignment 'pos=malloc(sizeof(struct br_pos_t))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:2289:5: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:2290:5: warning: If memory allocation fails, then there is a possible null pointer dereference: pos [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:2286:27: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:2286:27: note: Assignment 'pos=malloc(sizeof(struct br_pos_t))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:2290:5: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:2303:5: warning: If memory allocation fails, then there is a possible null pointer dereference: pos [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:2298:27: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:2298:27: note: Assignment 'pos=malloc(sizeof(struct br_pos_t))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:2303:5: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:2304:5: warning: If memory allocation fails, then there is a possible null pointer dereference: pos [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:2298:27: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:2298:27: note: Assignment 'pos=malloc(sizeof(struct br_pos_t))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:2304:5: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:2305:5: warning: If memory allocation fails, then there is a possible null pointer dereference: pos [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:2298:27: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:2298:27: note: Assignment 'pos=malloc(sizeof(struct br_pos_t))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:2305:5: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:2306:5: warning: If memory allocation fails, then there is a possible null pointer dereference: pos [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:2298:27: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:2298:27: note: Assignment 'pos=malloc(sizeof(struct br_pos_t))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:2306:5: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:2307:5: warning: If memory allocation fails, then there is a possible null pointer dereference: pos [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:2298:27: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:2298:27: note: Assignment 'pos=malloc(sizeof(struct br_pos_t))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:2307:5: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:2324:5: warning: If memory allocation fails, then there is a possible null pointer dereference: pos [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:2323:17: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:2323:17: note: Assignment 'pos=malloc(sizeof(struct br_pos_t))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:2324:5: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:2325:5: warning: If memory allocation fails, then there is a possible null pointer dereference: pos [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:2323:17: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:2323:17: note: Assignment 'pos=malloc(sizeof(struct br_pos_t))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:2325:5: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:2326:5: warning: If memory allocation fails, then there is a possible null pointer dereference: pos [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:2323:17: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:2323:17: note: Assignment 'pos=malloc(sizeof(struct br_pos_t))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:2326:5: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:2327:5: warning: If memory allocation fails, then there is a possible null pointer dereference: pos [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:2323:17: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:2323:17: note: Assignment 'pos=malloc(sizeof(struct br_pos_t))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:2327:5: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:2328:5: warning: If memory allocation fails, then there is a possible null pointer dereference: pos [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:2323:17: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:2323:17: note: Assignment 'pos=malloc(sizeof(struct br_pos_t))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:2328:5: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:2329:12: warning: If memory allocation fails, then there is a possible null pointer dereference: pos [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:2323:17: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:2323:17: note: Assignment 'pos=malloc(sizeof(struct br_pos_t))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:2329:12: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:2332:5: warning: If memory allocation fails, then there is a possible null pointer dereference: pos [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:2323:17: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:2323:17: note: Assignment 'pos=malloc(sizeof(struct br_pos_t))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:2332:5: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:2333:5: warning: If memory allocation fails, then there is a possible null pointer dereference: pos [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:2323:17: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:2323:17: note: Assignment 'pos=malloc(sizeof(struct br_pos_t))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:2333:5: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:2728:5: warning: If memory allocation fails, then there is a possible null pointer dereference: node [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:2723:22: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:2723:22: note: Assignment 'node=malloc(sizeof(struct bs_exception))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:2728:5: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:2753:5: warning: If memory allocation fails, then there is a possible null pointer dereference: bs [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:2752:33: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:2752:33: note: Assignment 'bs=malloc(sizeof(struct BitstreamWriter))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:2753:5: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:2754:5: warning: If memory allocation fails, then there is a possible null pointer dereference: bs [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:2752:33: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:2752:33: note: Assignment 'bs=malloc(sizeof(struct BitstreamWriter))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:2754:5: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:2756:5: warning: If memory allocation fails, then there is a possible null pointer dereference: bs [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:2752:33: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:2752:33: note: Assignment 'bs=malloc(sizeof(struct BitstreamWriter))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:2756:5: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:2758:5: warning: If memory allocation fails, then there is a possible null pointer dereference: bs [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:2752:33: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:2752:33: note: Assignment 'bs=malloc(sizeof(struct BitstreamWriter))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:2758:5: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:2759:5: warning: If memory allocation fails, then there is a possible null pointer dereference: bs [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:2752:33: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:2752:33: note: Assignment 'bs=malloc(sizeof(struct BitstreamWriter))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:2759:5: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:2761:5: warning: If memory allocation fails, then there is a possible null pointer dereference: bs [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:2752:33: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:2752:33: note: Assignment 'bs=malloc(sizeof(struct BitstreamWriter))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:2761:5: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:2762:5: warning: If memory allocation fails, then there is a possible null pointer dereference: bs [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:2752:33: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:2752:33: note: Assignment 'bs=malloc(sizeof(struct BitstreamWriter))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:2762:5: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:2763:5: warning: If memory allocation fails, then there is a possible null pointer dereference: bs [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:2752:33: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:2752:33: note: Assignment 'bs=malloc(sizeof(struct BitstreamWriter))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:2763:5: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:2764:5: warning: If memory allocation fails, then there is a possible null pointer dereference: bs [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:2752:33: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:2752:33: note: Assignment 'bs=malloc(sizeof(struct BitstreamWriter))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:2764:5: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:2822:5: warning: If memory allocation fails, then there is a possible null pointer dereference: bs [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:2821:33: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:2821:33: note: Assignment 'bs=malloc(sizeof(struct BitstreamWriter))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:2822:5: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:2823:5: warning: If memory allocation fails, then there is a possible null pointer dereference: bs [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:2821:33: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:2821:33: note: Assignment 'bs=malloc(sizeof(struct BitstreamWriter))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:2823:5: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:2825:5: warning: If memory allocation fails, then there is a possible null pointer dereference: bs [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:2821:33: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:2821:33: note: Assignment 'bs=malloc(sizeof(struct BitstreamWriter))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:2825:5: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:2835:5: warning: If memory allocation fails, then there is a possible null pointer dereference: bs [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:2821:33: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:2821:33: note: Assignment 'bs=malloc(sizeof(struct BitstreamWriter))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:2835:5: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:2836:5: warning: If memory allocation fails, then there is a possible null pointer dereference: bs [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:2821:33: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:2821:33: note: Assignment 'bs=malloc(sizeof(struct BitstreamWriter))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:2836:5: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:2838:5: warning: If memory allocation fails, then there is a possible null pointer dereference: bs [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:2821:33: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:2821:33: note: Assignment 'bs=malloc(sizeof(struct BitstreamWriter))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:2838:5: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:2839:5: warning: If memory allocation fails, then there is a possible null pointer dereference: bs [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:2821:33: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:2821:33: note: Assignment 'bs=malloc(sizeof(struct BitstreamWriter))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:2839:5: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:2840:5: warning: If memory allocation fails, then there is a possible null pointer dereference: bs [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:2821:33: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:2821:33: note: Assignment 'bs=malloc(sizeof(struct BitstreamWriter))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:2840:5: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:2841:5: warning: If memory allocation fails, then there is a possible null pointer dereference: bs [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:2821:33: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:2821:33: note: Assignment 'bs=malloc(sizeof(struct BitstreamWriter))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:2841:5: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:2896:5: warning: If memory allocation fails, then there is a possible null pointer dereference: bs [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:2895:35: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:2895:35: note: Assignment 'bs=malloc(sizeof(struct BitstreamRecorder))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:2896:5: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:2897:5: warning: If memory allocation fails, then there is a possible null pointer dereference: bs [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:2895:35: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:2895:35: note: Assignment 'bs=malloc(sizeof(struct BitstreamRecorder))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:2897:5: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:2899:5: warning: If memory allocation fails, then there is a possible null pointer dereference: bs [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:2895:35: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:2895:35: note: Assignment 'bs=malloc(sizeof(struct BitstreamRecorder))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:2899:5: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:2900:5: warning: If memory allocation fails, then there is a possible null pointer dereference: bs [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:2895:35: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:2895:35: note: Assignment 'bs=malloc(sizeof(struct BitstreamRecorder))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:2900:5: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:2901:5: warning: If memory allocation fails, then there is a possible null pointer dereference: bs [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:2895:35: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:2895:35: note: Assignment 'bs=malloc(sizeof(struct BitstreamRecorder))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:2901:5: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:2902:5: warning: If memory allocation fails, then there is a possible null pointer dereference: bs [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:2895:35: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:2895:35: note: Assignment 'bs=malloc(sizeof(struct BitstreamRecorder))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:2902:5: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:2903:5: warning: If memory allocation fails, then there is a possible null pointer dereference: bs [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:2895:35: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:2895:35: note: Assignment 'bs=malloc(sizeof(struct BitstreamRecorder))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:2903:5: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:2904:5: warning: If memory allocation fails, then there is a possible null pointer dereference: bs [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:2895:35: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:2895:35: note: Assignment 'bs=malloc(sizeof(struct BitstreamRecorder))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:2904:5: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:2905:5: warning: If memory allocation fails, then there is a possible null pointer dereference: bs [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:2895:35: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:2895:35: note: Assignment 'bs=malloc(sizeof(struct BitstreamRecorder))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:2905:5: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:2907:5: warning: If memory allocation fails, then there is a possible null pointer dereference: bs [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:2895:35: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:2895:35: note: Assignment 'bs=malloc(sizeof(struct BitstreamRecorder))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:2907:5: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:2908:5: warning: If memory allocation fails, then there is a possible null pointer dereference: bs [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:2895:35: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:2895:35: note: Assignment 'bs=malloc(sizeof(struct BitstreamRecorder))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:2908:5: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:2909:5: warning: If memory allocation fails, then there is a possible null pointer dereference: bs [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:2895:35: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:2895:35: note: Assignment 'bs=malloc(sizeof(struct BitstreamRecorder))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:2909:5: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:2910:5: warning: If memory allocation fails, then there is a possible null pointer dereference: bs [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:2895:35: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:2895:35: note: Assignment 'bs=malloc(sizeof(struct BitstreamRecorder))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:2910:5: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:2912:5: warning: If memory allocation fails, then there is a possible null pointer dereference: bs [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:2895:35: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:2895:35: note: Assignment 'bs=malloc(sizeof(struct BitstreamRecorder))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:2912:5: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:2913:5: warning: If memory allocation fails, then there is a possible null pointer dereference: bs [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:2895:35: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:2895:35: note: Assignment 'bs=malloc(sizeof(struct BitstreamRecorder))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:2913:5: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:2914:5: warning: If memory allocation fails, then there is a possible null pointer dereference: bs [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:2895:35: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:2895:35: note: Assignment 'bs=malloc(sizeof(struct BitstreamRecorder))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:2914:5: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:2915:5: warning: If memory allocation fails, then there is a possible null pointer dereference: bs [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:2895:35: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:2895:35: note: Assignment 'bs=malloc(sizeof(struct BitstreamRecorder))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:2915:5: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:2916:5: warning: If memory allocation fails, then there is a possible null pointer dereference: bs [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:2895:35: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:2895:35: note: Assignment 'bs=malloc(sizeof(struct BitstreamRecorder))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:2916:5: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:2917:5: warning: If memory allocation fails, then there is a possible null pointer dereference: bs [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:2895:35: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:2895:35: note: Assignment 'bs=malloc(sizeof(struct BitstreamRecorder))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:2917:5: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:2918:5: warning: If memory allocation fails, then there is a possible null pointer dereference: bs [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:2895:35: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:2895:35: note: Assignment 'bs=malloc(sizeof(struct BitstreamRecorder))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:2918:5: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:2919:5: warning: If memory allocation fails, then there is a possible null pointer dereference: bs [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:2895:35: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:2895:35: note: Assignment 'bs=malloc(sizeof(struct BitstreamRecorder))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:2919:5: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:2920:5: warning: If memory allocation fails, then there is a possible null pointer dereference: bs [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:2895:35: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:2895:35: note: Assignment 'bs=malloc(sizeof(struct BitstreamRecorder))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:2920:5: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:2921:5: warning: If memory allocation fails, then there is a possible null pointer dereference: bs [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:2895:35: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:2895:35: note: Assignment 'bs=malloc(sizeof(struct BitstreamRecorder))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:2921:5: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:2922:5: warning: If memory allocation fails, then there is a possible null pointer dereference: bs [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:2895:35: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:2895:35: note: Assignment 'bs=malloc(sizeof(struct BitstreamRecorder))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:2922:5: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:2923:5: warning: If memory allocation fails, then there is a possible null pointer dereference: bs [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:2895:35: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:2895:35: note: Assignment 'bs=malloc(sizeof(struct BitstreamRecorder))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:2923:5: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:2924:5: warning: If memory allocation fails, then there is a possible null pointer dereference: bs [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:2895:35: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:2895:35: note: Assignment 'bs=malloc(sizeof(struct BitstreamRecorder))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:2924:5: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:2925:5: warning: If memory allocation fails, then there is a possible null pointer dereference: bs [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:2895:35: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:2895:35: note: Assignment 'bs=malloc(sizeof(struct BitstreamRecorder))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:2925:5: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:2926:5: warning: If memory allocation fails, then there is a possible null pointer dereference: bs [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:2895:35: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:2895:35: note: Assignment 'bs=malloc(sizeof(struct BitstreamRecorder))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:2926:5: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:2927:5: warning: If memory allocation fails, then there is a possible null pointer dereference: bs [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:2895:35: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:2895:35: note: Assignment 'bs=malloc(sizeof(struct BitstreamRecorder))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:2927:5: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:2928:5: warning: If memory allocation fails, then there is a possible null pointer dereference: bs [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:2895:35: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:2895:35: note: Assignment 'bs=malloc(sizeof(struct BitstreamRecorder))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:2928:5: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:2929:5: warning: If memory allocation fails, then there is a possible null pointer dereference: bs [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:2895:35: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:2895:35: note: Assignment 'bs=malloc(sizeof(struct BitstreamRecorder))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:2929:5: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:2930:5: warning: If memory allocation fails, then there is a possible null pointer dereference: bs [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:2895:35: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:2895:35: note: Assignment 'bs=malloc(sizeof(struct BitstreamRecorder))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:2930:5: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:2931:5: warning: If memory allocation fails, then there is a possible null pointer dereference: bs [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:2895:35: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:2895:35: note: Assignment 'bs=malloc(sizeof(struct BitstreamRecorder))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:2931:5: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:2932:5: warning: If memory allocation fails, then there is a possible null pointer dereference: bs [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:2895:35: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:2895:35: note: Assignment 'bs=malloc(sizeof(struct BitstreamRecorder))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:2932:5: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:2934:5: warning: If memory allocation fails, then there is a possible null pointer dereference: bs [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:2895:35: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:2895:35: note: Assignment 'bs=malloc(sizeof(struct BitstreamRecorder))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:2934:5: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:2935:5: warning: If memory allocation fails, then there is a possible null pointer dereference: bs [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:2895:35: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:2895:35: note: Assignment 'bs=malloc(sizeof(struct BitstreamRecorder))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:2935:5: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:2936:5: warning: If memory allocation fails, then there is a possible null pointer dereference: bs [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:2895:35: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:2895:35: note: Assignment 'bs=malloc(sizeof(struct BitstreamRecorder))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:2936:5: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:2937:5: warning: If memory allocation fails, then there is a possible null pointer dereference: bs [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:2895:35: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:2895:35: note: Assignment 'bs=malloc(sizeof(struct BitstreamRecorder))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:2937:5: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:2938:5: warning: If memory allocation fails, then there is a possible null pointer dereference: bs [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:2895:35: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:2895:35: note: Assignment 'bs=malloc(sizeof(struct BitstreamRecorder))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:2938:5: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:2939:5: warning: If memory allocation fails, then there is a possible null pointer dereference: bs [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:2895:35: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:2895:35: note: Assignment 'bs=malloc(sizeof(struct BitstreamRecorder))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:2939:5: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:2940:5: warning: If memory allocation fails, then there is a possible null pointer dereference: bs [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:2895:35: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:2895:35: note: Assignment 'bs=malloc(sizeof(struct BitstreamRecorder))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:2940:5: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:2941:5: warning: If memory allocation fails, then there is a possible null pointer dereference: bs [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:2895:35: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:2895:35: note: Assignment 'bs=malloc(sizeof(struct BitstreamRecorder))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:2941:5: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:2959:5: warning: If memory allocation fails, then there is a possible null pointer dereference: bs [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:2958:35: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:2958:35: note: Assignment 'bs=malloc(sizeof(struct BitstreamRecorder))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:2959:5: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:2960:5: warning: If memory allocation fails, then there is a possible null pointer dereference: bs [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:2958:35: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:2958:35: note: Assignment 'bs=malloc(sizeof(struct BitstreamRecorder))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:2960:5: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:2962:5: warning: If memory allocation fails, then there is a possible null pointer dereference: bs [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:2958:35: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:2958:35: note: Assignment 'bs=malloc(sizeof(struct BitstreamRecorder))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:2962:5: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:2964:5: warning: If memory allocation fails, then there is a possible null pointer dereference: bs [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:2958:35: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:2958:35: note: Assignment 'bs=malloc(sizeof(struct BitstreamRecorder))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:2964:5: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:2965:5: warning: If memory allocation fails, then there is a possible null pointer dereference: bs [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:2958:35: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:2958:35: note: Assignment 'bs=malloc(sizeof(struct BitstreamRecorder))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:2965:5: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:2967:5: warning: If memory allocation fails, then there is a possible null pointer dereference: bs [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:2958:35: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:2958:35: note: Assignment 'bs=malloc(sizeof(struct BitstreamRecorder))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:2967:5: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:2968:5: warning: If memory allocation fails, then there is a possible null pointer dereference: bs [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:2958:35: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:2958:35: note: Assignment 'bs=malloc(sizeof(struct BitstreamRecorder))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:2968:5: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:2969:5: warning: If memory allocation fails, then there is a possible null pointer dereference: bs [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:2958:35: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:2958:35: note: Assignment 'bs=malloc(sizeof(struct BitstreamRecorder))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:2969:5: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:2970:5: warning: If memory allocation fails, then there is a possible null pointer dereference: bs [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:2958:35: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:2958:35: note: Assignment 'bs=malloc(sizeof(struct BitstreamRecorder))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:2970:5: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:3023:5: warning: If memory allocation fails, then there is a possible null pointer dereference: bs [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:3022:38: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:3022:38: note: Assignment 'bs=malloc(sizeof(struct BitstreamAccumulator))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:3023:5: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:3024:5: warning: If memory allocation fails, then there is a possible null pointer dereference: bs [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:3022:38: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:3022:38: note: Assignment 'bs=malloc(sizeof(struct BitstreamAccumulator))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:3024:5: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:3026:5: warning: If memory allocation fails, then there is a possible null pointer dereference: bs [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:3022:38: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:3022:38: note: Assignment 'bs=malloc(sizeof(struct BitstreamAccumulator))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:3026:5: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:3027:5: warning: If memory allocation fails, then there is a possible null pointer dereference: bs [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:3022:38: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:3022:38: note: Assignment 'bs=malloc(sizeof(struct BitstreamAccumulator))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:3027:5: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:3028:5: warning: If memory allocation fails, then there is a possible null pointer dereference: bs [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:3022:38: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:3022:38: note: Assignment 'bs=malloc(sizeof(struct BitstreamAccumulator))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:3028:5: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:3030:5: warning: If memory allocation fails, then there is a possible null pointer dereference: bs [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:3022:38: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:3022:38: note: Assignment 'bs=malloc(sizeof(struct BitstreamAccumulator))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:3030:5: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:3031:5: warning: If memory allocation fails, then there is a possible null pointer dereference: bs [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:3022:38: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:3022:38: note: Assignment 'bs=malloc(sizeof(struct BitstreamAccumulator))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:3031:5: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:3032:5: warning: If memory allocation fails, then there is a possible null pointer dereference: bs [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:3022:38: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:3022:38: note: Assignment 'bs=malloc(sizeof(struct BitstreamAccumulator))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:3032:5: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:3033:5: warning: If memory allocation fails, then there is a possible null pointer dereference: bs [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:3022:38: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:3022:38: note: Assignment 'bs=malloc(sizeof(struct BitstreamAccumulator))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:3033:5: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:3035:5: warning: If memory allocation fails, then there is a possible null pointer dereference: bs [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:3022:38: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:3022:38: note: Assignment 'bs=malloc(sizeof(struct BitstreamAccumulator))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:3035:5: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:3036:5: warning: If memory allocation fails, then there is a possible null pointer dereference: bs [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:3022:38: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:3022:38: note: Assignment 'bs=malloc(sizeof(struct BitstreamAccumulator))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:3036:5: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:3037:5: warning: If memory allocation fails, then there is a possible null pointer dereference: bs [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:3022:38: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:3022:38: note: Assignment 'bs=malloc(sizeof(struct BitstreamAccumulator))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:3037:5: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:3038:5: warning: If memory allocation fails, then there is a possible null pointer dereference: bs [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:3022:38: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:3022:38: note: Assignment 'bs=malloc(sizeof(struct BitstreamAccumulator))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:3038:5: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:3039:5: warning: If memory allocation fails, then there is a possible null pointer dereference: bs [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:3022:38: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:3022:38: note: Assignment 'bs=malloc(sizeof(struct BitstreamAccumulator))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:3039:5: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:3040:5: warning: If memory allocation fails, then there is a possible null pointer dereference: bs [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:3022:38: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:3022:38: note: Assignment 'bs=malloc(sizeof(struct BitstreamAccumulator))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:3040:5: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:3041:5: warning: If memory allocation fails, then there is a possible null pointer dereference: bs [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:3022:38: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:3022:38: note: Assignment 'bs=malloc(sizeof(struct BitstreamAccumulator))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:3041:5: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:3042:5: warning: If memory allocation fails, then there is a possible null pointer dereference: bs [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:3022:38: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:3022:38: note: Assignment 'bs=malloc(sizeof(struct BitstreamAccumulator))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:3042:5: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:3043:5: warning: If memory allocation fails, then there is a possible null pointer dereference: bs [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:3022:38: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:3022:38: note: Assignment 'bs=malloc(sizeof(struct BitstreamAccumulator))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:3043:5: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:3044:5: warning: If memory allocation fails, then there is a possible null pointer dereference: bs [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:3022:38: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:3022:38: note: Assignment 'bs=malloc(sizeof(struct BitstreamAccumulator))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:3044:5: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:3045:5: warning: If memory allocation fails, then there is a possible null pointer dereference: bs [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:3022:38: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:3022:38: note: Assignment 'bs=malloc(sizeof(struct BitstreamAccumulator))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:3045:5: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:3046:5: warning: If memory allocation fails, then there is a possible null pointer dereference: bs [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:3022:38: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:3022:38: note: Assignment 'bs=malloc(sizeof(struct BitstreamAccumulator))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:3046:5: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:3047:5: warning: If memory allocation fails, then there is a possible null pointer dereference: bs [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:3022:38: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:3022:38: note: Assignment 'bs=malloc(sizeof(struct BitstreamAccumulator))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:3047:5: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:3048:5: warning: If memory allocation fails, then there is a possible null pointer dereference: bs [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:3022:38: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:3022:38: note: Assignment 'bs=malloc(sizeof(struct BitstreamAccumulator))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:3048:5: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:3049:5: warning: If memory allocation fails, then there is a possible null pointer dereference: bs [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:3022:38: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:3022:38: note: Assignment 'bs=malloc(sizeof(struct BitstreamAccumulator))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:3049:5: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:3050:5: warning: If memory allocation fails, then there is a possible null pointer dereference: bs [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:3022:38: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:3022:38: note: Assignment 'bs=malloc(sizeof(struct BitstreamAccumulator))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:3050:5: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:3051:5: warning: If memory allocation fails, then there is a possible null pointer dereference: bs [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:3022:38: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:3022:38: note: Assignment 'bs=malloc(sizeof(struct BitstreamAccumulator))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:3051:5: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:3052:5: warning: If memory allocation fails, then there is a possible null pointer dereference: bs [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:3022:38: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:3022:38: note: Assignment 'bs=malloc(sizeof(struct BitstreamAccumulator))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:3052:5: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:3053:5: warning: If memory allocation fails, then there is a possible null pointer dereference: bs [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:3022:38: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:3022:38: note: Assignment 'bs=malloc(sizeof(struct BitstreamAccumulator))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:3053:5: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:3054:5: warning: If memory allocation fails, then there is a possible null pointer dereference: bs [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:3022:38: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:3022:38: note: Assignment 'bs=malloc(sizeof(struct BitstreamAccumulator))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:3054:5: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:3055:5: warning: If memory allocation fails, then there is a possible null pointer dereference: bs [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:3022:38: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:3022:38: note: Assignment 'bs=malloc(sizeof(struct BitstreamAccumulator))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:3055:5: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:3057:5: warning: If memory allocation fails, then there is a possible null pointer dereference: bs [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:3022:38: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:3022:38: note: Assignment 'bs=malloc(sizeof(struct BitstreamAccumulator))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:3057:5: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:3058:5: warning: If memory allocation fails, then there is a possible null pointer dereference: bs [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:3022:38: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:3022:38: note: Assignment 'bs=malloc(sizeof(struct BitstreamAccumulator))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:3058:5: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:3059:5: warning: If memory allocation fails, then there is a possible null pointer dereference: bs [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:3022:38: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:3022:38: note: Assignment 'bs=malloc(sizeof(struct BitstreamAccumulator))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:3059:5: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:3060:5: warning: If memory allocation fails, then there is a possible null pointer dereference: bs [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:3022:38: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:3022:38: note: Assignment 'bs=malloc(sizeof(struct BitstreamAccumulator))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:3060:5: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:3061:5: warning: If memory allocation fails, then there is a possible null pointer dereference: bs [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:3022:38: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:3022:38: note: Assignment 'bs=malloc(sizeof(struct BitstreamAccumulator))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:3061:5: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:3062:5: warning: If memory allocation fails, then there is a possible null pointer dereference: bs [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:3022:38: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:3022:38: note: Assignment 'bs=malloc(sizeof(struct BitstreamAccumulator))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:3062:5: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:3074:9: warning: If memory allocation fails, then there is a possible null pointer dereference: bs [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:3073:42: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:3073:42: note: Assignment 'bs=malloc(sizeof(struct BitstreamAccumulator))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:3074:9: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:3075:9: warning: If memory allocation fails, then there is a possible null pointer dereference: bs [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:3073:42: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:3073:42: note: Assignment 'bs=malloc(sizeof(struct BitstreamAccumulator))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:3075:9: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:3077:9: warning: If memory allocation fails, then there is a possible null pointer dereference: bs [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:3073:42: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:3073:42: note: Assignment 'bs=malloc(sizeof(struct BitstreamAccumulator))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:3077:9: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:3078:9: warning: If memory allocation fails, then there is a possible null pointer dereference: bs [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:3073:42: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:3073:42: note: Assignment 'bs=malloc(sizeof(struct BitstreamAccumulator))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:3078:9: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:3079:9: warning: If memory allocation fails, then there is a possible null pointer dereference: bs [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:3073:42: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:3073:42: note: Assignment 'bs=malloc(sizeof(struct BitstreamAccumulator))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:3079:9: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:3080:9: warning: If memory allocation fails, then there is a possible null pointer dereference: bs [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:3073:42: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:3073:42: note: Assignment 'bs=malloc(sizeof(struct BitstreamAccumulator))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:3080:9: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:3082:9: warning: If memory allocation fails, then there is a possible null pointer dereference: bs [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:3073:42: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:3073:42: note: Assignment 'bs=malloc(sizeof(struct BitstreamAccumulator))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:3082:9: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:3083:9: warning: If memory allocation fails, then there is a possible null pointer dereference: bs [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:3073:42: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:3073:42: note: Assignment 'bs=malloc(sizeof(struct BitstreamAccumulator))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:3083:9: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:3084:9: warning: If memory allocation fails, then there is a possible null pointer dereference: bs [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:3073:42: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:3073:42: note: Assignment 'bs=malloc(sizeof(struct BitstreamAccumulator))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:3084:9: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:3085:9: warning: If memory allocation fails, then there is a possible null pointer dereference: bs [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:3073:42: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:3073:42: note: Assignment 'bs=malloc(sizeof(struct BitstreamAccumulator))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:3085:9: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:3087:9: warning: If memory allocation fails, then there is a possible null pointer dereference: bs [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:3073:42: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:3073:42: note: Assignment 'bs=malloc(sizeof(struct BitstreamAccumulator))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:3087:9: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:3088:9: warning: If memory allocation fails, then there is a possible null pointer dereference: bs [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:3073:42: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:3073:42: note: Assignment 'bs=malloc(sizeof(struct BitstreamAccumulator))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:3088:9: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:3089:9: warning: If memory allocation fails, then there is a possible null pointer dereference: bs [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:3073:42: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:3073:42: note: Assignment 'bs=malloc(sizeof(struct BitstreamAccumulator))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:3089:9: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:3090:9: warning: If memory allocation fails, then there is a possible null pointer dereference: bs [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:3073:42: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:3073:42: note: Assignment 'bs=malloc(sizeof(struct BitstreamAccumulator))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:3090:9: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:3091:9: warning: If memory allocation fails, then there is a possible null pointer dereference: bs [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:3073:42: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:3073:42: note: Assignment 'bs=malloc(sizeof(struct BitstreamAccumulator))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:3091:9: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:3092:9: warning: If memory allocation fails, then there is a possible null pointer dereference: bs [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:3073:42: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:3073:42: note: Assignment 'bs=malloc(sizeof(struct BitstreamAccumulator))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:3092:9: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:3093:9: warning: If memory allocation fails, then there is a possible null pointer dereference: bs [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:3073:42: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:3073:42: note: Assignment 'bs=malloc(sizeof(struct BitstreamAccumulator))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:3093:9: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:3094:9: warning: If memory allocation fails, then there is a possible null pointer dereference: bs [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:3073:42: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:3073:42: note: Assignment 'bs=malloc(sizeof(struct BitstreamAccumulator))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:3094:9: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:3095:9: warning: If memory allocation fails, then there is a possible null pointer dereference: bs [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:3073:42: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:3073:42: note: Assignment 'bs=malloc(sizeof(struct BitstreamAccumulator))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:3095:9: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:3096:9: warning: If memory allocation fails, then there is a possible null pointer dereference: bs [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:3073:42: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:3073:42: note: Assignment 'bs=malloc(sizeof(struct BitstreamAccumulator))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:3096:9: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:3097:9: warning: If memory allocation fails, then there is a possible null pointer dereference: bs [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:3073:42: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:3073:42: note: Assignment 'bs=malloc(sizeof(struct BitstreamAccumulator))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:3097:9: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:3098:9: warning: If memory allocation fails, then there is a possible null pointer dereference: bs [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:3073:42: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:3073:42: note: Assignment 'bs=malloc(sizeof(struct BitstreamAccumulator))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:3098:9: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:3099:9: warning: If memory allocation fails, then there is a possible null pointer dereference: bs [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:3073:42: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:3073:42: note: Assignment 'bs=malloc(sizeof(struct BitstreamAccumulator))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:3099:9: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:3100:9: warning: If memory allocation fails, then there is a possible null pointer dereference: bs [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:3073:42: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:3073:42: note: Assignment 'bs=malloc(sizeof(struct BitstreamAccumulator))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:3100:9: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:3101:9: warning: If memory allocation fails, then there is a possible null pointer dereference: bs [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:3073:42: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:3073:42: note: Assignment 'bs=malloc(sizeof(struct BitstreamAccumulator))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:3101:9: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:3102:9: warning: If memory allocation fails, then there is a possible null pointer dereference: bs [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:3073:42: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:3073:42: note: Assignment 'bs=malloc(sizeof(struct BitstreamAccumulator))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:3102:9: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:3103:9: warning: If memory allocation fails, then there is a possible null pointer dereference: bs [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:3073:42: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:3073:42: note: Assignment 'bs=malloc(sizeof(struct BitstreamAccumulator))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:3103:9: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:3104:9: warning: If memory allocation fails, then there is a possible null pointer dereference: bs [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:3073:42: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:3073:42: note: Assignment 'bs=malloc(sizeof(struct BitstreamAccumulator))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:3104:9: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:3105:9: warning: If memory allocation fails, then there is a possible null pointer dereference: bs [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:3073:42: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:3073:42: note: Assignment 'bs=malloc(sizeof(struct BitstreamAccumulator))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:3105:9: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:3106:9: warning: If memory allocation fails, then there is a possible null pointer dereference: bs [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:3073:42: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:3073:42: note: Assignment 'bs=malloc(sizeof(struct BitstreamAccumulator))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:3106:9: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:3107:9: warning: If memory allocation fails, then there is a possible null pointer dereference: bs [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:3073:42: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:3073:42: note: Assignment 'bs=malloc(sizeof(struct BitstreamAccumulator))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:3107:9: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:3109:9: warning: If memory allocation fails, then there is a possible null pointer dereference: bs [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:3073:42: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:3073:42: note: Assignment 'bs=malloc(sizeof(struct BitstreamAccumulator))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:3109:9: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:3110:9: warning: If memory allocation fails, then there is a possible null pointer dereference: bs [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:3073:42: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:3073:42: note: Assignment 'bs=malloc(sizeof(struct BitstreamAccumulator))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:3110:9: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:3111:9: warning: If memory allocation fails, then there is a possible null pointer dereference: bs [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:3073:42: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:3073:42: note: Assignment 'bs=malloc(sizeof(struct BitstreamAccumulator))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:3111:9: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:3112:9: warning: If memory allocation fails, then there is a possible null pointer dereference: bs [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:3073:42: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:3073:42: note: Assignment 'bs=malloc(sizeof(struct BitstreamAccumulator))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:3112:9: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:3113:9: warning: If memory allocation fails, then there is a possible null pointer dereference: bs [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:3073:42: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:3073:42: note: Assignment 'bs=malloc(sizeof(struct BitstreamAccumulator))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:3113:9: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:3114:9: warning: If memory allocation fails, then there is a possible null pointer dereference: bs [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:3073:42: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:3073:42: note: Assignment 'bs=malloc(sizeof(struct BitstreamAccumulator))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:3114:9: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:4111:5: warning: If memory allocation fails, then there is a possible null pointer dereference: pos [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:4110:17: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:4110:17: note: Assignment 'pos=malloc(sizeof(struct bw_pos_t))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:4111:5: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:4113:5: warning: If memory allocation fails, then there is a possible null pointer dereference: pos [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:4110:17: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:4110:17: note: Assignment 'pos=malloc(sizeof(struct bw_pos_t))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:4113:5: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:4132:5: warning: If memory allocation fails, then there is a possible null pointer dereference: pos [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:4131:17: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:4131:17: note: Assignment 'pos=malloc(sizeof(struct bw_pos_t))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:4132:5: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:4133:5: warning: If memory allocation fails, then there is a possible null pointer dereference: pos [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:4131:17: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:4131:17: note: Assignment 'pos=malloc(sizeof(struct bw_pos_t))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:4133:5: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:4134:5: warning: If memory allocation fails, then there is a possible null pointer dereference: pos [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:4131:17: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:4131:17: note: Assignment 'pos=malloc(sizeof(struct bw_pos_t))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:4134:5: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:4135:5: warning: If memory allocation fails, then there is a possible null pointer dereference: pos [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:4131:17: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:4131:17: note: Assignment 'pos=malloc(sizeof(struct bw_pos_t))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:4135:5: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:4147:5: warning: If memory allocation fails, then there is a possible null pointer dereference: pos [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:4146:17: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:4146:17: note: Assignment 'pos=malloc(sizeof(struct bw_pos_t))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:4147:5: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:4149:5: warning: If memory allocation fails, then there is a possible null pointer dereference: pos [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:4146:17: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:4146:17: note: Assignment 'pos=malloc(sizeof(struct bw_pos_t))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:4149:5: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:4915:5: warning: If memory allocation fails, then there is a possible null pointer dereference: node [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:4910:22: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:4910:22: note: Assignment 'node=malloc(sizeof(struct bs_exception))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:4915:5: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:5146:1: warning: If memory allocation fails, then there is a possible null pointer dereference: callback_node [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:5146:1: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:5146:1: note: Assignment 'callback_node=malloc(sizeof(struct bs_callback))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:5146:1: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:5147:1: warning: If memory allocation fails, then there is a possible null pointer dereference: callback_node [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:5147:1: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:5147:1: note: Assignment 'callback_node=malloc(sizeof(struct bs_callback))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:5147:1: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:5236:5: warning: If memory allocation fails, then there is a possible null pointer dereference: new_node [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:5235:43: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:5235:43: note: Assignment 'new_node=malloc(sizeof(struct bw_pos_stack))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:5236:5: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:5237:5: warning: If memory allocation fails, then there is a possible null pointer dereference: new_node [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:5235:43: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:5235:43: note: Assignment 'new_node=malloc(sizeof(struct bw_pos_stack))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:5237:5: note: Null pointer dereference audiotools-3.1.1/src/bitstream.c:3618:31: style:inconclusive: Function 'bw_write_bytes_a' argument 3 names different: declaration 'count' definition 'byte_count'. [funcArgNamesDifferent] audiotools-3.1.1/src/bitstream.c:434:1: note: Function 'bw_write_bytes_a' argument 3 names different: declaration 'count' definition 'byte_count'. audiotools-3.1.1/src/bitstream.c:3618:31: note: Function 'bw_write_bytes_a' argument 3 names different: declaration 'count' definition 'byte_count'. audiotools-3.1.1/src/bitstream.c:3686:32: style:inconclusive: Function 'bw_write_bytes_la' argument 3 names different: declaration 'count' definition 'byte_count'. [funcArgNamesDifferent] audiotools-3.1.1/src/bitstream.c:435:1: note: Function 'bw_write_bytes_la' argument 3 names different: declaration 'count' definition 'byte_count'. audiotools-3.1.1/src/bitstream.c:3686:32: note: Function 'bw_write_bytes_la' argument 3 names different: declaration 'count' definition 'byte_count'. audiotools-3.1.1/src/bitstream.c:4065:32: style:inconclusive: Function 'bw_byte_align' argument 1 names different: declaration 'self' definition 'bs'. [funcArgNamesDifferent] audiotools-3.1.1/src/bitstream.c:455:1: note: Function 'bw_byte_align' argument 1 names different: declaration 'self' definition 'bs'. audiotools-3.1.1/src/bitstream.c:4065:32: note: Function 'bw_byte_align' argument 1 names different: declaration 'self' definition 'bs'. audiotools-3.1.1/src/bitstream.c:4074:34: style:inconclusive: Function 'bw_byte_align_a' argument 1 names different: declaration 'self' definition 'bs'. [funcArgNamesDifferent] audiotools-3.1.1/src/bitstream.c:457:1: note: Function 'bw_byte_align_a' argument 1 names different: declaration 'self' definition 'bs'. audiotools-3.1.1/src/bitstream.c:4074:34: note: Function 'bw_byte_align_a' argument 1 names different: declaration 'self' definition 'bs'. audiotools-3.1.1/src/bitstream.c:4637:31: style:inconclusive: Function 'bw_write_bytes_r' argument 3 names different: declaration 'count' definition 'byte_count'. [funcArgNamesDifferent] audiotools-3.1.1/src/bitstream.c:432:1: note: Function 'bw_write_bytes_r' argument 3 names different: declaration 'count' definition 'byte_count'. audiotools-3.1.1/src/bitstream.c:4637:31: note: Function 'bw_write_bytes_r' argument 3 names different: declaration 'count' definition 'byte_count'. audiotools-3.1.1/src/bitstream.c:4700:34: style:inconclusive: Function 'bw_byte_align_r' argument 1 names different: declaration 'self' definition 'bs'. [funcArgNamesDifferent] audiotools-3.1.1/src/bitstream.c:456:1: note: Function 'bw_byte_align_r' argument 1 names different: declaration 'self' definition 'bs'. audiotools-3.1.1/src/bitstream.c:4700:34: note: Function 'bw_byte_align_r' argument 1 names different: declaration 'self' definition 'bs'. audiotools-3.1.1/src/bitstream.c:851:31: style: Parameter 'buf' can be declared as pointer to const [constParameterPointer] audiotools-3.1.1/src/bitstream.c:2346:49: style: Parameter 'pos' can be declared as pointer to const. However it seems that 'br_setpos_file' is a callback function, if 'pos' is declared with const you might also need to cast function pointer(s). [constParameterCallback] audiotools-3.1.1/src/bitstream.c:1109:18: note: You might need to cast the function pointer here audiotools-3.1.1/src/bitstream.c:2346:49: note: Parameter 'pos' can be declared as pointer to const audiotools-3.1.1/src/bitstream.c:2562:45: style: Parameter 'self' can be declared as pointer to const. However it seems that 'br_close_internal_stream_c' is a callback function, if 'self' is declared with const you might also need to cast function pointer(s). [constParameterCallback] audiotools-3.1.1/src/bitstream.c:2522:35: note: You might need to cast the function pointer here audiotools-3.1.1/src/bitstream.c:2562:45: note: Parameter 'self' can be declared as pointer to const audiotools-3.1.1/src/bitstream.c:3806:38: style: Parameter 'self' can be declared as pointer to const. However it seems that 'bw_set_endianness_a' is a callback function, if 'self' is declared with const you might also need to cast function pointer(s). [constParameterCallback] audiotools-3.1.1/src/bitstream.c:3093:30: note: You might need to cast the function pointer here audiotools-3.1.1/src/bitstream.c:3806:38: note: Parameter 'self' can be declared as pointer to const audiotools-3.1.1/src/bitstream.c:4088:32: style: Parameter 'self' can be declared as pointer to const. However it seems that 'bw_flush_noop' is a callback function, if 'self' is declared with const you might also need to cast function pointer(s). [constParameterCallback] audiotools-3.1.1/src/bitstream.c:4276:19: note: You might need to cast the function pointer here audiotools-3.1.1/src/bitstream.c:4088:32: note: Parameter 'self' can be declared as pointer to const audiotools-3.1.1/src/bitstream.c:4296:46: style: Parameter 'self' can be declared as pointer to const. However it seems that 'bw_close_internal_stream_cf' is a callback function, if 'self' is declared with const you might also need to cast function pointer(s). [constParameterCallback] audiotools-3.1.1/src/bitstream.c:4310:35: note: You might need to cast the function pointer here audiotools-3.1.1/src/bitstream.c:4296:46: note: Parameter 'self' can be declared as pointer to const audiotools-3.1.1/src/bitstream.c:5108:43: style: Parameter 'self' can be declared as pointer to const. However it seems that 'reset_noop' is a callback function, if 'self' is declared with const you might also need to cast function pointer(s). [constParameterCallback] audiotools-3.1.1/src/bitstream.c:4677:20: note: You might need to cast the function pointer here audiotools-3.1.1/src/bitstream.c:5108:43: note: Parameter 'self' can be declared as pointer to const audiotools-3.1.1/src/bitstream.c:2730:14: error: Uninitialized struct member: node.env [uninitStructMember] audiotools-3.1.1/src/bitstream.c:4917:14: error: Uninitialized struct member: node.env [uninitStructMember] audiotools-3.1.1/src/encoders/alac.c:442:5: warning: If memory allocation fails, then there is a possible null pointer dereference: frame_size [nullPointerOutOfMemory] audiotools-3.1.1/src/encoders/alac.c:441:48: note: Assuming allocation function fails audiotools-3.1.1/src/encoders/alac.c:441:48: note: Assignment 'frame_size=malloc(sizeof(struct alac_frame_size))', assigned value is 0 audiotools-3.1.1/src/encoders/alac.c:442:5: note: Null pointer dereference audiotools-3.1.1/src/encoders/alac.c:443:5: warning: If memory allocation fails, then there is a possible null pointer dereference: frame_size [nullPointerOutOfMemory] audiotools-3.1.1/src/encoders/alac.c:441:48: note: Assuming allocation function fails audiotools-3.1.1/src/encoders/alac.c:441:48: note: Assignment 'frame_size=malloc(sizeof(struct alac_frame_size))', assigned value is 0 audiotools-3.1.1/src/encoders/alac.c:443:5: note: Null pointer dereference audiotools-3.1.1/src/encoders/alac.c:444:5: warning: If memory allocation fails, then there is a possible null pointer dereference: frame_size [nullPointerOutOfMemory] audiotools-3.1.1/src/encoders/alac.c:441:48: note: Assuming allocation function fails audiotools-3.1.1/src/encoders/alac.c:441:48: note: Assignment 'frame_size=malloc(sizeof(struct alac_frame_size))', assigned value is 0 audiotools-3.1.1/src/encoders/alac.c:444:5: note: Null pointer dereference audiotools-3.1.1/src/encoders/alac.c:1420:30: style: Same expression on both sides of '-='. [duplicateExpression] audiotools-3.1.1/src/encoders/alac.c:1441:27: style:inconclusive: Function 'write_metadata' argument 13 names different: declaration 'version' definition 'encoder_version'. [funcArgNamesDifferent] audiotools-3.1.1/src/encoders/alac.h:256:27: note: Function 'write_metadata' argument 13 names different: declaration 'version' definition 'encoder_version'. audiotools-3.1.1/src/encoders/alac.c:1441:27: note: Function 'write_metadata' argument 13 names different: declaration 'version' definition 'encoder_version'. audiotools-3.1.1/src/encoders/alac.c:260:18: style: Local variable 'total_pcm_frames' shadows outer argument [shadowArgument] audiotools-3.1.1/src/encoders/alac.c:161:22: note: Shadowed declaration audiotools-3.1.1/src/encoders/alac.c:260:18: note: Shadow variable audiotools-3.1.1/src/encoders/alac.c:670:47: style: Parameter 'encoder' can be declared as pointer to const [constParameterPointer] audiotools-3.1.1/src/encoders/alac.c:1177:30: style: Parameter 'lp_coeff' can be declared as const array [constParameter] audiotools-3.1.1/src/encoders/alac.c:1477:24: style: Variable 'latest_entry' can be declared as pointer to const [constVariablePointer] audiotools-3.1.1/src/encoders/flac.c:1944:49: warning: Invalid log2() argument nr 1. The value is 0 but the valid values are '4.94066e-324:'. [invalidFunctionArg] audiotools-3.1.1/src/encoders/flac.c:1934:28: note: Assignment 'max_lp_coeff=0.0', assigned value is 0.0 audiotools-3.1.1/src/encoders/flac.c:1938:19: note: Assuming condition is false audiotools-3.1.1/src/encoders/flac.c:1944:49: note: Invalid argument audiotools-3.1.1/src/encoders/mp2.c:56:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_ValueError [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/encoders/flac.c:520:20: warning: Either the condition 'tempfile' is redundant or there is possible null pointer dereference: tempfile. [nullPointerRedundantCheck] audiotools-3.1.1/src/encoders/flac.c:516:13: note: Assuming that condition 'tempfile' is not redundant audiotools-3.1.1/src/encoders/flac.c:520:20: note: Null pointer dereference audiotools-3.1.1/src/encoders/flac.c:2215:5: warning: If memory allocation fails, then there is a possible null pointer dereference: frame_size [nullPointerOutOfMemory] audiotools-3.1.1/src/encoders/flac.c:2214:48: note: Assuming allocation function fails audiotools-3.1.1/src/encoders/flac.c:2214:48: note: Assignment 'frame_size=malloc(sizeof(struct flac_frame_size))', assigned value is 0 audiotools-3.1.1/src/encoders/flac.c:2215:5: note: Null pointer dereference audiotools-3.1.1/src/encoders/flac.c:2216:5: warning: If memory allocation fails, then there is a possible null pointer dereference: frame_size [nullPointerOutOfMemory] audiotools-3.1.1/src/encoders/flac.c:2214:48: note: Assuming allocation function fails audiotools-3.1.1/src/encoders/flac.c:2214:48: note: Assignment 'frame_size=malloc(sizeof(struct flac_frame_size))', assigned value is 0 audiotools-3.1.1/src/encoders/flac.c:2216:5: note: Null pointer dereference audiotools-3.1.1/src/encoders/flac.c:2217:5: warning: If memory allocation fails, then there is a possible null pointer dereference: frame_size [nullPointerOutOfMemory] audiotools-3.1.1/src/encoders/flac.c:2214:48: note: Assuming allocation function fails audiotools-3.1.1/src/encoders/flac.c:2214:48: note: Assignment 'frame_size=malloc(sizeof(struct flac_frame_size))', assigned value is 0 audiotools-3.1.1/src/encoders/flac.c:2217:5: note: Null pointer dereference audiotools-3.1.1/src/encoders/flac.c:520:20: error: Null pointer dereference [nullPointer] audiotools-3.1.1/src/encoders/flac.c:341:31: style: Parameter 'output' can be declared as pointer to const [constParameterPointer] audiotools-3.1.1/src/encoders/flac.c:1925:33: style: Parameter 'lp_coeff' can be declared as const array [constParameter] audiotools-3.1.1/src/encoders/flac.c:1944:32: error: Undefined behaviour: float (-inf) to integer conversion overflow. [floatConversionOverflow] audiotools-3.1.1/src/encoders/flac.c:1934:28: note: Assignment 'max_lp_coeff=0.0', assigned value is 0.0 audiotools-3.1.1/src/encoders/flac.c:1938:19: note: Assuming condition is false audiotools-3.1.1/src/encoders/flac.c:1944:32: note: float to integer conversion audiotools-3.1.1/src/encoders/flac.c:1468:40: style: Variable 'smallest_subframe_size' is assigned a value that is never used. [unreadVariable] audiotools-3.1.1/src/encoders/mp3.c:58:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_ValueError [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/encoders/opus.c:86:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_ValueError [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/encoders/opus.c:178:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OPUS_APPLICATION_AUDIO [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/encoders/vorbis.c:89:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/encoders/vorbis.c:115:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_ValueError [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/encoders/tta.c:518:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_ValueError [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/encoders/tta.c:472:5: warning: If memory allocation fails, then there is a possible null pointer dereference: frame_size [nullPointerOutOfMemory] audiotools-3.1.1/src/encoders/tta.c:471:47: note: Assuming allocation function fails audiotools-3.1.1/src/encoders/tta.c:471:47: note: Assignment 'frame_size=malloc(sizeof(struct tta_frame_size))', assigned value is 0 audiotools-3.1.1/src/encoders/tta.c:472:5: note: Null pointer dereference audiotools-3.1.1/src/encoders/tta.c:473:5: warning: If memory allocation fails, then there is a possible null pointer dereference: frame_size [nullPointerOutOfMemory] audiotools-3.1.1/src/encoders/tta.c:471:47: note: Assuming allocation function fails audiotools-3.1.1/src/encoders/tta.c:471:47: note: Assignment 'frame_size=malloc(sizeof(struct tta_frame_size))', assigned value is 0 audiotools-3.1.1/src/encoders/tta.c:473:5: note: Null pointer dereference audiotools-3.1.1/src/encoders/tta.c:474:5: warning: If memory allocation fails, then there is a possible null pointer dereference: frame_size [nullPointerOutOfMemory] audiotools-3.1.1/src/encoders/tta.c:471:47: note: Assuming allocation function fails audiotools-3.1.1/src/encoders/tta.c:471:47: note: Assignment 'frame_size=malloc(sizeof(struct tta_frame_size))', assigned value is 0 audiotools-3.1.1/src/encoders/tta.c:474:5: note: Null pointer dereference audiotools-3.1.1/src/encoders/opus.c:143:24: style: Parameter 'filename' can be declared as pointer to const [constParameterPointer] audiotools-3.1.1/src/encoders/wavpack.c:84:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_ValueError [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/encoders/wavpack.c:183:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WavpackConfig [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/encoders/vorbis.c:164:25: style: Parameter 'filename' can be declared as pointer to const [constParameterPointer] audiotools-3.1.1/src/func_io.c:121:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/func_io.c:298:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/func_io.c:330:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/func_io.c:346:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/func_io.c:370:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/func_io.c:378:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/func_io.c:391:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/func_io.c:47:5: warning: If memory allocation fails, then there is a possible null pointer dereference: input [nullPointerOutOfMemory] audiotools-3.1.1/src/func_io.c:45:45: note: Assuming allocation function fails audiotools-3.1.1/src/func_io.c:45:45: note: Assignment 'input=malloc(sizeof(struct br_external_input))', assigned value is 0 audiotools-3.1.1/src/func_io.c:47:5: note: Null pointer dereference audiotools-3.1.1/src/func_io.c:48:5: warning: If memory allocation fails, then there is a possible null pointer dereference: input [nullPointerOutOfMemory] audiotools-3.1.1/src/func_io.c:45:45: note: Assuming allocation function fails audiotools-3.1.1/src/func_io.c:45:45: note: Assignment 'input=malloc(sizeof(struct br_external_input))', assigned value is 0 audiotools-3.1.1/src/func_io.c:48:5: note: Null pointer dereference audiotools-3.1.1/src/func_io.c:49:5: warning: If memory allocation fails, then there is a possible null pointer dereference: input [nullPointerOutOfMemory] audiotools-3.1.1/src/func_io.c:45:45: note: Assuming allocation function fails audiotools-3.1.1/src/func_io.c:45:45: note: Assignment 'input=malloc(sizeof(struct br_external_input))', assigned value is 0 audiotools-3.1.1/src/func_io.c:49:5: note: Null pointer dereference audiotools-3.1.1/src/func_io.c:50:5: warning: If memory allocation fails, then there is a possible null pointer dereference: input [nullPointerOutOfMemory] audiotools-3.1.1/src/func_io.c:45:45: note: Assuming allocation function fails audiotools-3.1.1/src/func_io.c:45:45: note: Assignment 'input=malloc(sizeof(struct br_external_input))', assigned value is 0 audiotools-3.1.1/src/func_io.c:50:5: note: Null pointer dereference audiotools-3.1.1/src/func_io.c:51:5: warning: If memory allocation fails, then there is a possible null pointer dereference: input [nullPointerOutOfMemory] audiotools-3.1.1/src/func_io.c:45:45: note: Assuming allocation function fails audiotools-3.1.1/src/func_io.c:45:45: note: Assignment 'input=malloc(sizeof(struct br_external_input))', assigned value is 0 audiotools-3.1.1/src/func_io.c:51:5: note: Null pointer dereference audiotools-3.1.1/src/func_io.c:52:5: warning: If memory allocation fails, then there is a possible null pointer dereference: input [nullPointerOutOfMemory] audiotools-3.1.1/src/func_io.c:45:45: note: Assuming allocation function fails audiotools-3.1.1/src/func_io.c:45:45: note: Assignment 'input=malloc(sizeof(struct br_external_input))', assigned value is 0 audiotools-3.1.1/src/func_io.c:52:5: note: Null pointer dereference audiotools-3.1.1/src/func_io.c:53:5: warning: If memory allocation fails, then there is a possible null pointer dereference: input [nullPointerOutOfMemory] audiotools-3.1.1/src/func_io.c:45:45: note: Assuming allocation function fails audiotools-3.1.1/src/func_io.c:45:45: note: Assignment 'input=malloc(sizeof(struct br_external_input))', assigned value is 0 audiotools-3.1.1/src/func_io.c:53:5: note: Null pointer dereference audiotools-3.1.1/src/func_io.c:54:5: warning: If memory allocation fails, then there is a possible null pointer dereference: input [nullPointerOutOfMemory] audiotools-3.1.1/src/func_io.c:45:45: note: Assuming allocation function fails audiotools-3.1.1/src/func_io.c:45:45: note: Assignment 'input=malloc(sizeof(struct br_external_input))', assigned value is 0 audiotools-3.1.1/src/func_io.c:54:5: note: Null pointer dereference audiotools-3.1.1/src/func_io.c:56:5: warning: If memory allocation fails, then there is a possible null pointer dereference: input [nullPointerOutOfMemory] audiotools-3.1.1/src/func_io.c:45:45: note: Assuming allocation function fails audiotools-3.1.1/src/func_io.c:45:45: note: Assignment 'input=malloc(sizeof(struct br_external_input))', assigned value is 0 audiotools-3.1.1/src/func_io.c:56:5: note: Null pointer dereference audiotools-3.1.1/src/func_io.c:57:5: warning: If memory allocation fails, then there is a possible null pointer dereference: input [nullPointerOutOfMemory] audiotools-3.1.1/src/func_io.c:45:45: note: Assuming allocation function fails audiotools-3.1.1/src/func_io.c:45:45: note: Assignment 'input=malloc(sizeof(struct br_external_input))', assigned value is 0 audiotools-3.1.1/src/func_io.c:57:5: note: Null pointer dereference audiotools-3.1.1/src/func_io.c:58:5: warning: If memory allocation fails, then there is a possible null pointer dereference: input [nullPointerOutOfMemory] audiotools-3.1.1/src/func_io.c:45:45: note: Assuming allocation function fails audiotools-3.1.1/src/func_io.c:45:45: note: Assignment 'input=malloc(sizeof(struct br_external_input))', assigned value is 0 audiotools-3.1.1/src/func_io.c:58:5: note: Null pointer dereference audiotools-3.1.1/src/func_io.c:59:5: warning: If memory allocation fails, then there is a possible null pointer dereference: input [nullPointerOutOfMemory] audiotools-3.1.1/src/func_io.c:45:45: note: Assuming allocation function fails audiotools-3.1.1/src/func_io.c:45:45: note: Assignment 'input=malloc(sizeof(struct br_external_input))', assigned value is 0 audiotools-3.1.1/src/func_io.c:59:5: note: Null pointer dereference audiotools-3.1.1/src/func_io.c:240:5: warning: If memory allocation fails, then there is a possible null pointer dereference: output [nullPointerOutOfMemory] audiotools-3.1.1/src/func_io.c:239:15: note: Assuming allocation function fails audiotools-3.1.1/src/func_io.c:239:15: note: Assignment 'output=malloc(sizeof(struct bw_external_output))', assigned value is 0 audiotools-3.1.1/src/func_io.c:240:5: note: Null pointer dereference audiotools-3.1.1/src/func_io.c:241:5: warning: If memory allocation fails, then there is a possible null pointer dereference: output [nullPointerOutOfMemory] audiotools-3.1.1/src/func_io.c:239:15: note: Assuming allocation function fails audiotools-3.1.1/src/func_io.c:239:15: note: Assignment 'output=malloc(sizeof(struct bw_external_output))', assigned value is 0 audiotools-3.1.1/src/func_io.c:241:5: note: Null pointer dereference audiotools-3.1.1/src/func_io.c:242:5: warning: If memory allocation fails, then there is a possible null pointer dereference: output [nullPointerOutOfMemory] audiotools-3.1.1/src/func_io.c:239:15: note: Assuming allocation function fails audiotools-3.1.1/src/func_io.c:239:15: note: Assignment 'output=malloc(sizeof(struct bw_external_output))', assigned value is 0 audiotools-3.1.1/src/func_io.c:242:5: note: Null pointer dereference audiotools-3.1.1/src/func_io.c:243:5: warning: If memory allocation fails, then there is a possible null pointer dereference: output [nullPointerOutOfMemory] audiotools-3.1.1/src/func_io.c:239:15: note: Assuming allocation function fails audiotools-3.1.1/src/func_io.c:239:15: note: Assignment 'output=malloc(sizeof(struct bw_external_output))', assigned value is 0 audiotools-3.1.1/src/func_io.c:243:5: note: Null pointer dereference audiotools-3.1.1/src/func_io.c:244:5: warning: If memory allocation fails, then there is a possible null pointer dereference: output [nullPointerOutOfMemory] audiotools-3.1.1/src/func_io.c:239:15: note: Assuming allocation function fails audiotools-3.1.1/src/func_io.c:239:15: note: Assignment 'output=malloc(sizeof(struct bw_external_output))', assigned value is 0 audiotools-3.1.1/src/func_io.c:244:5: note: Null pointer dereference audiotools-3.1.1/src/func_io.c:245:5: warning: If memory allocation fails, then there is a possible null pointer dereference: output [nullPointerOutOfMemory] audiotools-3.1.1/src/func_io.c:239:15: note: Assuming allocation function fails audiotools-3.1.1/src/func_io.c:239:15: note: Assignment 'output=malloc(sizeof(struct bw_external_output))', assigned value is 0 audiotools-3.1.1/src/func_io.c:245:5: note: Null pointer dereference audiotools-3.1.1/src/func_io.c:246:5: warning: If memory allocation fails, then there is a possible null pointer dereference: output [nullPointerOutOfMemory] audiotools-3.1.1/src/func_io.c:239:15: note: Assuming allocation function fails audiotools-3.1.1/src/func_io.c:239:15: note: Assignment 'output=malloc(sizeof(struct bw_external_output))', assigned value is 0 audiotools-3.1.1/src/func_io.c:246:5: note: Null pointer dereference audiotools-3.1.1/src/func_io.c:247:5: warning: If memory allocation fails, then there is a possible null pointer dereference: output [nullPointerOutOfMemory] audiotools-3.1.1/src/func_io.c:239:15: note: Assuming allocation function fails audiotools-3.1.1/src/func_io.c:239:15: note: Assignment 'output=malloc(sizeof(struct bw_external_output))', assigned value is 0 audiotools-3.1.1/src/func_io.c:247:5: note: Null pointer dereference audiotools-3.1.1/src/func_io.c:248:5: warning: If memory allocation fails, then there is a possible null pointer dereference: output [nullPointerOutOfMemory] audiotools-3.1.1/src/func_io.c:239:15: note: Assuming allocation function fails audiotools-3.1.1/src/func_io.c:239:15: note: Assignment 'output=malloc(sizeof(struct bw_external_output))', assigned value is 0 audiotools-3.1.1/src/func_io.c:248:5: note: Null pointer dereference audiotools-3.1.1/src/func_io.c:250:5: warning: If memory allocation fails, then there is a possible null pointer dereference: output [nullPointerOutOfMemory] audiotools-3.1.1/src/func_io.c:239:15: note: Assuming allocation function fails audiotools-3.1.1/src/func_io.c:239:15: note: Assignment 'output=malloc(sizeof(struct bw_external_output))', assigned value is 0 audiotools-3.1.1/src/func_io.c:250:5: note: Null pointer dereference audiotools-3.1.1/src/func_io.c:251:5: warning: If memory allocation fails, then there is a possible null pointer dereference: output [nullPointerOutOfMemory] audiotools-3.1.1/src/func_io.c:239:15: note: Assuming allocation function fails audiotools-3.1.1/src/func_io.c:239:15: note: Assignment 'output=malloc(sizeof(struct bw_external_output))', assigned value is 0 audiotools-3.1.1/src/func_io.c:251:5: note: Null pointer dereference audiotools-3.1.1/src/func_io.c:252:5: warning: If memory allocation fails, then there is a possible null pointer dereference: output [nullPointerOutOfMemory] audiotools-3.1.1/src/func_io.c:239:15: note: Assuming allocation function fails audiotools-3.1.1/src/func_io.c:239:15: note: Assignment 'output=malloc(sizeof(struct bw_external_output))', assigned value is 0 audiotools-3.1.1/src/func_io.c:252:5: note: Null pointer dereference audiotools-3.1.1/src/huffman.c:219:5: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: node [nullPointerOutOfMemory] audiotools-3.1.1/src/huffman.c:180:39: note: Assuming allocation function fails audiotools-3.1.1/src/huffman.c:180:39: note: Assignment 'node=malloc(sizeof(struct huffman_node))', assigned value is 0 audiotools-3.1.1/src/huffman.c:209:16: note: Assuming condition is false audiotools-3.1.1/src/huffman.c:219:5: note: Null pointer dereference audiotools-3.1.1/src/huffman.c:220:5: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: node [nullPointerOutOfMemory] audiotools-3.1.1/src/huffman.c:180:39: note: Assuming allocation function fails audiotools-3.1.1/src/huffman.c:180:39: note: Assignment 'node=malloc(sizeof(struct huffman_node))', assigned value is 0 audiotools-3.1.1/src/huffman.c:209:16: note: Assuming condition is false audiotools-3.1.1/src/huffman.c:220:5: note: Null pointer dereference audiotools-3.1.1/src/huffman.c:221:5: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: node [nullPointerOutOfMemory] audiotools-3.1.1/src/huffman.c:180:39: note: Assuming allocation function fails audiotools-3.1.1/src/huffman.c:180:39: note: Assignment 'node=malloc(sizeof(struct huffman_node))', assigned value is 0 audiotools-3.1.1/src/huffman.c:209:16: note: Assuming condition is false audiotools-3.1.1/src/huffman.c:221:5: note: Null pointer dereference audiotools-3.1.1/src/huffman.c:222:5: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: node [nullPointerOutOfMemory] audiotools-3.1.1/src/huffman.c:180:39: note: Assuming allocation function fails audiotools-3.1.1/src/huffman.c:180:39: note: Assignment 'node=malloc(sizeof(struct huffman_node))', assigned value is 0 audiotools-3.1.1/src/huffman.c:209:16: note: Assuming condition is false audiotools-3.1.1/src/huffman.c:222:5: note: Null pointer dereference audiotools-3.1.1/src/huffman.c:224:10: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: node [nullPointerOutOfMemory] audiotools-3.1.1/src/huffman.c:180:39: note: Assuming allocation function fails audiotools-3.1.1/src/huffman.c:180:39: note: Assignment 'node=malloc(sizeof(struct huffman_node))', assigned value is 0 audiotools-3.1.1/src/huffman.c:209:16: note: Assuming condition is false audiotools-3.1.1/src/huffman.c:224:10: note: Null pointer dereference audiotools-3.1.1/src/huffman.c:293:9: warning: If memory allocation fails, then there is a possible null pointer dereference: new_table [nullPointerOutOfMemory] audiotools-3.1.1/src/huffman.c:289:19: note: Assuming allocation function fails audiotools-3.1.1/src/huffman.c:289:19: note: Assignment 'new_table=malloc(sizeof(struct br_huffman_entry_t[0x200])*1)', assigned value is 0 audiotools-3.1.1/src/huffman.c:293:9: note: Null pointer dereference audiotools-3.1.1/src/huffman.c:294:9: warning: If memory allocation fails, then there is a possible null pointer dereference: new_table [nullPointerOutOfMemory] audiotools-3.1.1/src/huffman.c:289:19: note: Assuming allocation function fails audiotools-3.1.1/src/huffman.c:289:19: note: Assignment 'new_table=malloc(sizeof(struct br_huffman_entry_t[0x200])*1)', assigned value is 0 audiotools-3.1.1/src/huffman.c:294:9: note: Null pointer dereference audiotools-3.1.1/src/huffman.c:295:9: warning: If memory allocation fails, then there is a possible null pointer dereference: new_table [nullPointerOutOfMemory] audiotools-3.1.1/src/huffman.c:289:19: note: Assuming allocation function fails audiotools-3.1.1/src/huffman.c:289:19: note: Assignment 'new_table=malloc(sizeof(struct br_huffman_entry_t[0x200])*1)', assigned value is 0 audiotools-3.1.1/src/huffman.c:295:9: note: Null pointer dereference audiotools-3.1.1/src/huffman.c:296:9: warning: If memory allocation fails, then there is a possible null pointer dereference: new_table [nullPointerOutOfMemory] audiotools-3.1.1/src/huffman.c:289:19: note: Assuming allocation function fails audiotools-3.1.1/src/huffman.c:289:19: note: Assignment 'new_table=malloc(sizeof(struct br_huffman_entry_t[0x200])*1)', assigned value is 0 audiotools-3.1.1/src/huffman.c:296:9: note: Null pointer dereference audiotools-3.1.1/src/huffman.c:297:9: warning: If memory allocation fails, then there is a possible null pointer dereference: new_table [nullPointerOutOfMemory] audiotools-3.1.1/src/huffman.c:289:19: note: Assuming allocation function fails audiotools-3.1.1/src/huffman.c:289:19: note: Assignment 'new_table=malloc(sizeof(struct br_huffman_entry_t[0x200])*1)', assigned value is 0 audiotools-3.1.1/src/huffman.c:297:9: note: Null pointer dereference audiotools-3.1.1/src/huffman.c:298:9: warning: If memory allocation fails, then there is a possible null pointer dereference: new_table [nullPointerOutOfMemory] audiotools-3.1.1/src/huffman.c:289:19: note: Assuming allocation function fails audiotools-3.1.1/src/huffman.c:289:19: note: Assignment 'new_table=malloc(sizeof(struct br_huffman_entry_t[0x200])*1)', assigned value is 0 audiotools-3.1.1/src/huffman.c:298:9: note: Null pointer dereference audiotools-3.1.1/src/huffman.c:299:9: warning: If memory allocation fails, then there is a possible null pointer dereference: new_table [nullPointerOutOfMemory] audiotools-3.1.1/src/huffman.c:289:19: note: Assuming allocation function fails audiotools-3.1.1/src/huffman.c:289:19: note: Assignment 'new_table=malloc(sizeof(struct br_huffman_entry_t[0x200])*1)', assigned value is 0 audiotools-3.1.1/src/huffman.c:299:9: note: Null pointer dereference audiotools-3.1.1/src/huffman.c:300:9: warning: If memory allocation fails, then there is a possible null pointer dereference: new_table [nullPointerOutOfMemory] audiotools-3.1.1/src/huffman.c:289:19: note: Assuming allocation function fails audiotools-3.1.1/src/huffman.c:289:19: note: Assignment 'new_table=malloc(sizeof(struct br_huffman_entry_t[0x200])*1)', assigned value is 0 audiotools-3.1.1/src/huffman.c:300:9: note: Null pointer dereference audiotools-3.1.1/src/huffman.c:308:17: warning: If memory allocation fails, then there is a possible null pointer dereference: new_table [nullPointerOutOfMemory] audiotools-3.1.1/src/huffman.c:289:19: note: Assuming allocation function fails audiotools-3.1.1/src/huffman.c:289:19: note: Assignment 'new_table=malloc(sizeof(struct br_huffman_entry_t[0x200])*1)', assigned value is 0 audiotools-3.1.1/src/huffman.c:308:17: note: Null pointer dereference audiotools-3.1.1/src/huffman.c:309:17: warning: If memory allocation fails, then there is a possible null pointer dereference: new_table [nullPointerOutOfMemory] audiotools-3.1.1/src/huffman.c:289:19: note: Assuming allocation function fails audiotools-3.1.1/src/huffman.c:289:19: note: Assignment 'new_table=malloc(sizeof(struct br_huffman_entry_t[0x200])*1)', assigned value is 0 audiotools-3.1.1/src/huffman.c:309:17: note: Null pointer dereference audiotools-3.1.1/src/huffman.c:310:17: warning: If memory allocation fails, then there is a possible null pointer dereference: new_table [nullPointerOutOfMemory] audiotools-3.1.1/src/huffman.c:289:19: note: Assuming allocation function fails audiotools-3.1.1/src/huffman.c:289:19: note: Assignment 'new_table=malloc(sizeof(struct br_huffman_entry_t[0x200])*1)', assigned value is 0 audiotools-3.1.1/src/huffman.c:310:17: note: Null pointer dereference audiotools-3.1.1/src/huffman.c:311:17: warning: If memory allocation fails, then there is a possible null pointer dereference: new_table [nullPointerOutOfMemory] audiotools-3.1.1/src/huffman.c:289:19: note: Assuming allocation function fails audiotools-3.1.1/src/huffman.c:289:19: note: Assignment 'new_table=malloc(sizeof(struct br_huffman_entry_t[0x200])*1)', assigned value is 0 audiotools-3.1.1/src/huffman.c:311:17: note: Null pointer dereference audiotools-3.1.1/src/huffman.c:512:9: warning: If memory allocation fails, then there is a possible null pointer dereference: new_table [nullPointerOutOfMemory] audiotools-3.1.1/src/huffman.c:506:23: note: Assuming allocation function fails audiotools-3.1.1/src/huffman.c:506:23: note: Assignment 'new_table=malloc(sizeof(struct bw_huffman_table_t)*total_frequencies)', assigned value is 0 audiotools-3.1.1/src/huffman.c:512:9: note: Null pointer dereference audiotools-3.1.1/src/huffman.c:513:9: warning: If memory allocation fails, then there is a possible null pointer dereference: new_table [nullPointerOutOfMemory] audiotools-3.1.1/src/huffman.c:506:23: note: Assuming allocation function fails audiotools-3.1.1/src/huffman.c:506:23: note: Assignment 'new_table=malloc(sizeof(struct bw_huffman_table_t)*total_frequencies)', assigned value is 0 audiotools-3.1.1/src/huffman.c:513:9: note: Null pointer dereference audiotools-3.1.1/src/huffman.c:515:13: warning: If memory allocation fails, then there is a possible null pointer dereference: new_table [nullPointerOutOfMemory] audiotools-3.1.1/src/huffman.c:506:23: note: Assuming allocation function fails audiotools-3.1.1/src/huffman.c:506:23: note: Assignment 'new_table=malloc(sizeof(struct bw_huffman_table_t)*total_frequencies)', assigned value is 0 audiotools-3.1.1/src/huffman.c:515:13: note: Null pointer dereference audiotools-3.1.1/src/huffman.c:517:13: warning: If memory allocation fails, then there is a possible null pointer dereference: new_table [nullPointerOutOfMemory] audiotools-3.1.1/src/huffman.c:506:23: note: Assuming allocation function fails audiotools-3.1.1/src/huffman.c:506:23: note: Assignment 'new_table=malloc(sizeof(struct bw_huffman_table_t)*total_frequencies)', assigned value is 0 audiotools-3.1.1/src/huffman.c:517:13: note: Null pointer dereference audiotools-3.1.1/src/huffman.c:520:9: warning: If memory allocation fails, then there is a possible null pointer dereference: new_table [nullPointerOutOfMemory] audiotools-3.1.1/src/huffman.c:506:23: note: Assuming allocation function fails audiotools-3.1.1/src/huffman.c:506:23: note: Assignment 'new_table=malloc(sizeof(struct bw_huffman_table_t)*total_frequencies)', assigned value is 0 audiotools-3.1.1/src/huffman.c:520:9: note: Null pointer dereference audiotools-3.1.1/src/huffman.c:521:9: warning: If memory allocation fails, then there is a possible null pointer dereference: new_table [nullPointerOutOfMemory] audiotools-3.1.1/src/huffman.c:506:23: note: Assuming allocation function fails audiotools-3.1.1/src/huffman.c:506:23: note: Assignment 'new_table=malloc(sizeof(struct bw_huffman_table_t)*total_frequencies)', assigned value is 0 audiotools-3.1.1/src/huffman.c:521:9: note: Null pointer dereference audiotools-3.1.1/src/huffman.c:551:33: warning: If memory allocation fails, then there is a possible null pointer dereference: table [nullPointerOutOfMemory] audiotools-3.1.1/src/huffman.c:506:23: note: Assuming allocation function fails audiotools-3.1.1/src/huffman.c:506:23: note: Assignment 'new_table=malloc(sizeof(struct bw_huffman_table_t)*total_frequencies)', assigned value is 0 audiotools-3.1.1/src/huffman.c:523:21: note: Calling function 'bw_fix_tree', 1st argument 'new_table' value is 0 audiotools-3.1.1/src/huffman.c:551:33: note: Null pointer dereference audiotools-3.1.1/src/mod_bitstream.c:42:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyType_GenericNew [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/mod_bitstream.c:141:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_IOError [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/mod_bitstream.c:194:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_IOError [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/mod_bitstream.c:219:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_ValueError [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/mod_bitstream.c:234:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_ValueError [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/mod_bitstream.c:249:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_ValueError [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/mod_bitstream.c:277:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/mod_bitstream.c:287:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/mod_bitstream.c:307:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_ValueError [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/mod_bitstream.c:335:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_ValueError [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/mod_bitstream.c:359:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_ValueError [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/mod_bitstream.c:387:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_TypeError [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/mod_bitstream.c:427:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_IOError [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/mod_bitstream.c:435:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_LT [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/mod_bitstream.c:458:63: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_GE [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/mod_bitstream.c:557:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_IOError [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/mod_bitstream.c:566:63: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_GE [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/mod_bitstream.c:696:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/mod_bitstream.c:714:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/mod_bitstream.c:737:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_IOError [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/mod_bitstream.c:765:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_GT [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/mod_bitstream.c:785:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_LT [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/mod_bitstream.c:812:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_TypeError [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/mod_bitstream.c:963:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_TypeError [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/mod_bitstream.c:989:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_IndexError [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/mod_bitstream.c:1004:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/mod_bitstream.c:1029:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_ValueError [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/mod_bitstream.c:1103:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_ValueError [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/mod_bitstream.c:1175:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/mod_bitstream.c:1209:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_ValueError [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/mod_bitstream.c:1377:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_IOError [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/mod_bitstream.c:1408:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_ValueError [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/mod_bitstream.c:1492:68: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_LE [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/mod_bitstream.c:1545:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_TypeError [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/mod_bitstream.c:1549:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_TypeError [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/mod_bitstream.c:1628:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_IOError [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/mod_bitstream.c:1688:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_IOError [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/mod_bitstream.c:1706:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/mod_bitstream.c:1736:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_ValueError [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/mod_bitstream.c:1759:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_ValueError [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/mod_bitstream.c:1781:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_ValueError [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/mod_bitstream.c:1818:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_ValueError [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/mod_bitstream.c:1837:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/mod_bitstream.c:1870:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/mod_bitstream.c:1897:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/mod_bitstream.c:1908:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/mod_bitstream.c:1929:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/mod_bitstream.c:1953:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_TypeError [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/mod_bitstream.c:1980:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_IndexError [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/mod_bitstream.c:1996:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/mod_bitstream.c:2021:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_IOError [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/mod_bitstream.c:2051:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/mod_bitstream.c:2072:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/mod_bitstream.c:2100:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_ValueError [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/mod_bitstream.c:2126:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_ValueError [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/mod_bitstream.c:2153:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_ValueError [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/mod_bitstream.c:2192:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_ValueError [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/mod_bitstream.c:2215:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/mod_bitstream.c:2251:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/mod_bitstream.c:2279:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/mod_bitstream.c:2292:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/mod_bitstream.c:2314:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/mod_bitstream.c:2362:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/mod_bitstream.c:2372:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/mod_bitstream.c:2406:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/mod_bitstream.c:2432:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_TypeError [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/mod_bitstream.c:2460:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_IndexError [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/mod_bitstream.c:2477:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/mod_bitstream.c:2503:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_IOError [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/mod_bitstream.c:2542:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/mod_bitstream.c:2551:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/mod_bitstream.c:2630:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_TypeError [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/mod_bitstream.c:2762:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_ValueError [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/mod_bitstream.c:2860:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_IndexError [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/mod_ogg.c:80:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_ValueError [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/mod_ogg.c:148:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_TypeError [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/mod_ogg.c:174:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_TypeError [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/mod_ogg.c:200:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_TypeError [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/mod_ogg.c:228:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_TypeError [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/mod_ogg.c:250:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_TypeError [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/mod_ogg.c:274:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_TypeError [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/mod_ogg.c:302:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_IndexError [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/mod_ogg.c:318:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_ValueError [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/mod_ogg.c:438:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/mod_ogg.c:454:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/mod_ogg.c:515:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_TypeError [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/mod_ogg.c:533:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/mod_ogg.c:542:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/mod_ogg.c:558:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/mod_ogg.c:568:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyType_GenericNew [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/mod_ogg.c:581:5: warning: Return value of function PyModule_AddObject() is not used. [ignoredReturnValue] audiotools-3.1.1/src/mod_ogg.c:585:5: warning: Return value of function PyModule_AddObject() is not used. [ignoredReturnValue] audiotools-3.1.1/src/mod_ogg.c:589:5: warning: Return value of function PyModule_AddObject() is not used. [ignoredReturnValue] audiotools-3.1.1/src/mod_ogg.c:44:15: style: Variable 'err_occurred' can be declared as pointer to const [constVariablePointer] audiotools-3.1.1/src/mod_ogg.c:347:37: style: Parameter 'args' can be declared as pointer to const. However it seems that 'Page_full' is a callback function, if 'args' is declared with const you might also need to cast function pointer(s). [constParameterCallback] audiotools-3.1.1/src/mod_ogg.h:141:27: note: You might need to cast the function pointer here audiotools-3.1.1/src/mod_ogg.c:347:37: note: Parameter 'args' can be declared as pointer to const audiotools-3.1.1/src/mod_ogg.c:353:37: style: Parameter 'args' can be declared as pointer to const. However it seems that 'Page_size' is a callback function, if 'args' is declared with const you might also need to cast function pointer(s). [constParameterCallback] audiotools-3.1.1/src/mod_ogg.h:143:27: note: You might need to cast the function pointer here audiotools-3.1.1/src/mod_ogg.c:353:37: note: Parameter 'args' can be declared as pointer to const audiotools-3.1.1/src/mod_bitstream.c:67:5: warning: Return value of function PyModule_AddObject() is not used. [ignoredReturnValue] audiotools-3.1.1/src/mod_bitstream.c:71:5: warning: Return value of function PyModule_AddObject() is not used. [ignoredReturnValue] audiotools-3.1.1/src/mod_bitstream.c:75:5: warning: Return value of function PyModule_AddObject() is not used. [ignoredReturnValue] audiotools-3.1.1/src/mod_bitstream.c:79:5: warning: Return value of function PyModule_AddObject() is not used. [ignoredReturnValue] audiotools-3.1.1/src/mod_bitstream.c:83:5: warning: Return value of function PyModule_AddObject() is not used. [ignoredReturnValue] audiotools-3.1.1/src/mod_bitstream.c:87:5: warning: Return value of function PyModule_AddObject() is not used. [ignoredReturnValue] audiotools-3.1.1/src/mod_bitstream.c:1600:19: style: Local variable 'value' shadows outer argument [shadowArgument] audiotools-3.1.1/src/mod_bitstream.c:1555:67: note: Shadowed declaration audiotools-3.1.1/src/mod_bitstream.c:1600:19: note: Shadow variable audiotools-3.1.1/src/mod_bitstream.c:1660:19: style: Local variable 'value' shadows outer argument [shadowArgument] audiotools-3.1.1/src/mod_bitstream.c:1634:65: note: Shadowed declaration audiotools-3.1.1/src/mod_bitstream.c:1660:19: note: Shadow variable audiotools-3.1.1/src/mod_bitstream.c:799:49: style: Parameter 'self' can be declared as pointer to const. However it seems that 'BitstreamReader_seek' is a callback function, if 'self' is declared with const you might also need to cast function pointer(s). [constParameterCallback] audiotools-3.1.1/src/mod_bitstream.h:233:27: note: You might need to cast the function pointer here audiotools-3.1.1/src/mod_bitstream.c:799:49: note: Parameter 'self' can be declared as pointer to const audiotools-3.1.1/src/mod_bitstream.c:1798:63: style: Parameter 'self' can be declared as pointer to const. However it seems that 'BitstreamWriter_write_huffman_code' is a callback function, if 'self' is declared with const you might also need to cast function pointer(s). [constParameterCallback] audiotools-3.1.1/src/mod_bitstream.h:562:18: note: You might need to cast the function pointer here audiotools-3.1.1/src/mod_bitstream.c:1798:63: note: Parameter 'self' can be declared as pointer to const audiotools-3.1.1/src/ogg.c:319:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_IOError [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/ogg.c:215:5: warning: If memory allocation fails, then there is a possible null pointer dereference: iterator [nullPointerOutOfMemory] audiotools-3.1.1/src/ogg.c:214:41: note: Assuming allocation function fails audiotools-3.1.1/src/ogg.c:214:41: note: Assignment 'iterator=malloc(sizeof(struct OggPacketIterator))', assigned value is 0 audiotools-3.1.1/src/ogg.c:215:5: note: Null pointer dereference audiotools-3.1.1/src/ogg.c:218:5: warning: If memory allocation fails, then there is a possible null pointer dereference: iterator [nullPointerOutOfMemory] audiotools-3.1.1/src/ogg.c:214:41: note: Assuming allocation function fails audiotools-3.1.1/src/ogg.c:214:41: note: Assignment 'iterator=malloc(sizeof(struct OggPacketIterator))', assigned value is 0 audiotools-3.1.1/src/ogg.c:218:5: note: Null pointer dereference audiotools-3.1.1/src/ogg.c:219:5: warning: If memory allocation fails, then there is a possible null pointer dereference: iterator [nullPointerOutOfMemory] audiotools-3.1.1/src/ogg.c:214:41: note: Assuming allocation function fails audiotools-3.1.1/src/ogg.c:214:41: note: Assignment 'iterator=malloc(sizeof(struct OggPacketIterator))', assigned value is 0 audiotools-3.1.1/src/ogg.c:219:5: note: Null pointer dereference audiotools-3.1.1/src/ogg.c:220:5: warning: If memory allocation fails, then there is a possible null pointer dereference: iterator [nullPointerOutOfMemory] audiotools-3.1.1/src/ogg.c:214:41: note: Assuming allocation function fails audiotools-3.1.1/src/ogg.c:214:41: note: Assignment 'iterator=malloc(sizeof(struct OggPacketIterator))', assigned value is 0 audiotools-3.1.1/src/ogg.c:220:5: note: Null pointer dereference audiotools-3.1.1/src/ogg.c:268:37: style:inconclusive: Function 'oggiterator_next_packet' argument 3 names different: declaration 'status' definition 'result'. [funcArgNamesDifferent] audiotools-3.1.1/src/ogg.h:96:37: note: Function 'oggiterator_next_packet' argument 3 names different: declaration 'status' definition 'result'. audiotools-3.1.1/src/ogg.c:268:37: note: Function 'oggiterator_next_packet' argument 3 names different: declaration 'status' definition 'result'. audiotools-3.1.1/src/mini-gmp.c:247:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/output/alsa.c:53:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SND_PCM_FORMAT_S16_LE [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/output/alsa.c:238:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_ValueError [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/output/alsa.c:406:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/output/alsa.c:415:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/output/alsa.c:423:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/output/alsa.c:443:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable snd_mixer_selem_channel_id_t [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/output/alsa.c:488:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/output/alsa.c:496:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/output/core_audio.c:71:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_ValueError [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/output/core_audio.c:166:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_ValueError [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/output/core_audio.c:183:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/output/core_audio.c:198:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_ValueError [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/output/core_audio.c:219:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_ValueError [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/output/core_audio.c:231:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/output/core_audio.c:239:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/output/core_audio.c:251:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/output/core_audio.c:313:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AudioDeviceID [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/output/core_audio.c:545:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable noErr [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/output/core_audio.c:570:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable noErr [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/output/sfifo.c:31:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EINVAL [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/output/sfifo.c:86:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ENODEV [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/output/sfifo.c:121:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ENODEV [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/output/core_audio.c:609:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Float32 [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/output/core_audio.c:627:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Float32 [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/output/alsa.c:144:16: style: Variable 'error' is assigned a value that is never used. [unreadVariable] audiotools-3.1.1/src/output/alsa.c:148:23: style: Variable 'error' is assigned a value that is never used. [unreadVariable] audiotools-3.1.1/src/output/alsa.c:153:23: style: Variable 'error' is assigned a value that is never used. [unreadVariable] audiotools-3.1.1/src/output/alsa.c:160:23: style: Variable 'error' is assigned a value that is never used. [unreadVariable] audiotools-3.1.1/src/output/pulseaudio.c:89:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PA_SEEK_RELATIVE [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/output/pulseaudio.c:117:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PA_OPERATION_RUNNING [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/output/pulseaudio.c:145:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PA_OPERATION_RUNNING [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/output/pulseaudio.c:175:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PA_OPERATION_RUNNING [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/output/pulseaudio.c:221:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PA_OPERATION_RUNNING [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/output/pulseaudio.c:256:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PA_VOLUME_NORM [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/output/pulseaudio.c:301:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/output/pulseaudio.c:341:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_ValueError [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/output/core_audio.c:180:5: style: Obsolescent function 'usleep' called. It is recommended to use 'nanosleep' or 'setitimer' instead. [prohibitedusleepCalled] audiotools-3.1.1/src/output/core_audio.c:454:9: style: Obsolescent function 'usleep' called. It is recommended to use 'nanosleep' or 'setitimer' instead. [prohibitedusleepCalled] audiotools-3.1.1/src/output/core_audio.c:501:43: style: Obsolescent function 'usleep' called. It is recommended to use 'nanosleep' or 'setitimer' instead. [prohibitedusleepCalled] audiotools-3.1.1/src/output/core_audio.c:180:26: error: Invalid usleep() argument nr 1. The value is 1000000 but the valid values are '0:999999'. [invalidFunctionArg] audiotools-3.1.1/src/output/sfifo.c:79:53: style:inconclusive: Function 'sfifo_write' argument 2 names different: declaration 'buf' definition '_buf'. [funcArgNamesDifferent] audiotools-3.1.1/src/output/sfifo.h:85:53: note: Function 'sfifo_write' argument 2 names different: declaration 'buf' definition '_buf'. audiotools-3.1.1/src/output/sfifo.c:79:53: note: Function 'sfifo_write' argument 2 names different: declaration 'buf' definition '_buf'. audiotools-3.1.1/src/output/sfifo.c:114:46: style:inconclusive: Function 'sfifo_read' argument 2 names different: declaration 'buf' definition '_buf'. [funcArgNamesDifferent] audiotools-3.1.1/src/output/sfifo.h:86:46: note: Function 'sfifo_read' argument 2 names different: declaration 'buf' definition '_buf'. audiotools-3.1.1/src/output/sfifo.c:114:46: note: Function 'sfifo_read' argument 2 names different: declaration 'buf' definition '_buf'. audiotools-3.1.1/src/output/core_audio.c:89:15: style: Variable 'devnull' can be declared as pointer to const [constVariablePointer] audiotools-3.1.1/src/output/core_audio.c:189:25: style: Variable 'ao' can be declared as pointer to const [constVariablePointer] audiotools-3.1.1/src/output/core_audio.c:208:25: style: Variable 'ao' can be declared as pointer to const [constVariablePointer] audiotools-3.1.1/src/output/core_audio.c:558:34: style: Parameter 'ioNumberDataPackets' can be declared as pointer to const. However it seems that 'playProc' is a callback function, if 'ioNumberDataPackets' is declared with const you might also need to cast function pointer(s). [constParameterCallback] audiotools-3.1.1/src/output/core_audio.c:548:43: note: You might need to cast the function pointer here audiotools-3.1.1/src/output/core_audio.c:558:34: note: Parameter 'ioNumberDataPackets' can be declared as pointer to const audiotools-3.1.1/src/parson.c:316:69: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/pcm.c:209:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_ValueError [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/pcm.c:260:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_ValueError [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/pcm.c:319:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_True [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/pcm.c:358:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_IndexError [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/pcm.c:372:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_IndexError [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/pcm.c:398:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_IndexError [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/pcm.c:456:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_IndexError [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/pcm.c:512:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_TypeError [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/pcm.c:575:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_TypeError [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/pcm.c:685:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_ValueError [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/pcm.c:760:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_TypeError [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/pcm.c:873:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_TypeError [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/pcm.c:966:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_TypeError [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/pcm.c:1088:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_ValueError [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/pcm.c:1138:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_ValueError [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/pcm.c:1183:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_True [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/pcm.c:1221:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_IndexError [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/pcm.c:1237:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_IndexError [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/pcm.c:1264:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_IndexError [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/pcm.c:1296:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_ValueError [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/pcm.c:1325:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_IndexError [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/pcm.c:1378:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_TypeError [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/pcm.c:1434:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_TypeError [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/pcm.c:1504:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_TypeError [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/pcm.c:1604:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_TypeError [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/pcm.c:1687:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_TypeError [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/pcm.c:1701:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyType_GenericNew [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/parson.c:127:31: style:inconclusive: Function 'is_utf' argument 1 names different: declaration 'string' definition 's'. [funcArgNamesDifferent] audiotools-3.1.1/src/parson.c:76:34: note: Function 'is_utf' argument 1 names different: declaration 'string' definition 's'. audiotools-3.1.1/src/parson.c:127:31: note: Function 'is_utf' argument 1 names different: declaration 'string' definition 's'. audiotools-3.1.1/src/parson.c:52:18: style: union member 'json_value_value::null' is never used. [unusedStructMember] audiotools-3.1.1/src/pcm.c:1710:5: warning: Return value of function PyModule_AddObject() is not used. [ignoredReturnValue] audiotools-3.1.1/src/pcm.c:1713:5: warning: Return value of function PyModule_AddObject() is not used. [ignoredReturnValue] audiotools-3.1.1/src/pcm.c:307:30: style: Parameter 'o' can be declared as pointer to const. However it seems that 'FrameList_len' is a callback function, if 'o' is declared with const you might also need to cast function pointer(s). [constParameterCallback] audiotools-3.1.1/src/pcm.c:116:14: note: You might need to cast the function pointer here audiotools-3.1.1/src/pcm.c:307:30: note: Parameter 'o' can be declared as pointer to const audiotools-3.1.1/src/pcm.c:341:33: style: Parameter 'a' can be declared as pointer to const [constParameterPointer] audiotools-3.1.1/src/pcm.c:341:51: style: Parameter 'b' can be declared as pointer to const [constParameterPointer] audiotools-3.1.1/src/pcm.c:364:32: style: Parameter 'self' can be declared as pointer to const. However it seems that 'FrameList_frame' is a callback function, if 'self' is declared with const you might also need to cast function pointer(s). [constParameterCallback] audiotools-3.1.1/src/pcm.c:81:28: note: You might need to cast the function pointer here audiotools-3.1.1/src/pcm.c:364:32: note: Parameter 'self' can be declared as pointer to const audiotools-3.1.1/src/pcm.c:507:20: style: Variable 'b' can be declared as pointer to const [constVariablePointer] audiotools-3.1.1/src/pcm.c:569:20: style: Variable 'b' can be declared as pointer to const [constVariablePointer] audiotools-3.1.1/src/pcm.c:793:24: style: Variable 'list_frame' can be declared as pointer to const [constVariablePointer] audiotools-3.1.1/src/pcm.c:1169:40: style: Parameter 'o' can be declared as pointer to const. However it seems that 'FloatFrameList_len' is a callback function, if 'o' is declared with const you might also need to cast function pointer(s). [constParameterCallback] audiotools-3.1.1/src/pcm.c:1005:14: note: You might need to cast the function pointer here audiotools-3.1.1/src/pcm.c:1169:40: note: Parameter 'o' can be declared as pointer to const audiotools-3.1.1/src/pcm.c:1207:43: style: Parameter 'a' can be declared as pointer to const [constParameterPointer] audiotools-3.1.1/src/pcm.c:1207:66: style: Parameter 'b' can be declared as pointer to const [constParameterPointer] audiotools-3.1.1/src/pcm.c:1229:42: style: Parameter 'self' can be declared as pointer to const. However it seems that 'FloatFrameList_frame' is a callback function, if 'self' is declared with const you might also need to cast function pointer(s). [constParameterCallback] audiotools-3.1.1/src/pcm.c:982:28: note: You might need to cast the function pointer here audiotools-3.1.1/src/pcm.c:1229:42: note: Parameter 'self' can be declared as pointer to const audiotools-3.1.1/src/pcm.c:1373:25: style: Variable 'b' can be declared as pointer to const [constVariablePointer] audiotools-3.1.1/src/pcm.c:1428:25: style: Variable 'b' can be declared as pointer to const [constVariablePointer] audiotools-3.1.1/src/pcm.c:1535:29: style: Variable 'list_frame' can be declared as pointer to const [constVariablePointer] audiotools-3.1.1/src/pcmconverter.c:154:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/pcmconverter.c:319:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/pcmconverter.c:360:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_ValueError [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/pcmconverter.c:466:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/pcmconverter.c:552:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_ValueError [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/pcmconverter.c:643:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/pcmconverter.c:725:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_ValueError [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/pcmconverter.c:767:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/pcmconverter.c:785:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/pcmconverter.c:817:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_ValueError [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/pcmconverter.c:880:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_ValueError [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/pcmconverter.c:934:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/pcmconverter.c:966:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_ValueError [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/pcmconverter.c:1029:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_ValueError [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/pcmconverter.c:1083:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/pcmconverter.c:1095:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyType_GenericNew [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/pcmconverter.c:1124:5: warning: Return value of function PyModule_AddObject() is not used. [ignoredReturnValue] audiotools-3.1.1/src/pcmconverter.c:1128:5: warning: Return value of function PyModule_AddObject() is not used. [ignoredReturnValue] audiotools-3.1.1/src/pcmconverter.c:1132:5: warning: Return value of function PyModule_AddObject() is not used. [ignoredReturnValue] audiotools-3.1.1/src/pcmconverter.c:1136:5: warning: Return value of function PyModule_AddObject() is not used. [ignoredReturnValue] audiotools-3.1.1/src/pcmconverter.c:1140:5: warning: Return value of function PyModule_AddObject() is not used. [ignoredReturnValue] audiotools-3.1.1/src/pcmconverter.c:1144:5: warning: Return value of function PyModule_AddObject() is not used. [ignoredReturnValue] audiotools-3.1.1/src/pcmconverter.c:1148:5: warning: Return value of function PyModule_AddObject() is not used. [ignoredReturnValue] audiotools-3.1.1/src/pcmconverter.c:105:42: style: Parameter 'self' can be declared as pointer to const. However it seems that 'Averager_channels' is a callback function, if 'self' is declared with const you might also need to cast function pointer(s). [constParameterCallback] audiotools-3.1.1/src/pcmconverter.h:61:26: note: You might need to cast the function pointer here audiotools-3.1.1/src/pcmconverter.c:105:42: note: Parameter 'self' can be declared as pointer to const audiotools-3.1.1/src/pcmconverter.c:105:54: style: Parameter 'closure' can be declared as pointer to const. However it seems that 'Averager_channels' is a callback function, if 'closure' is declared with const you might also need to cast function pointer(s). [constParameterCallback] audiotools-3.1.1/src/pcmconverter.h:61:26: note: You might need to cast the function pointer here audiotools-3.1.1/src/pcmconverter.c:105:54: note: Parameter 'closure' can be declared as pointer to const audiotools-3.1.1/src/pcmconverter.c:111:46: style: Parameter 'self' can be declared as pointer to const. However it seems that 'Averager_channel_mask' is a callback function, if 'self' is declared with const you might also need to cast function pointer(s). [constParameterCallback] audiotools-3.1.1/src/pcmconverter.h:62:30: note: You might need to cast the function pointer here audiotools-3.1.1/src/pcmconverter.c:111:46: note: Parameter 'self' can be declared as pointer to const audiotools-3.1.1/src/pcmconverter.c:111:58: style: Parameter 'closure' can be declared as pointer to const. However it seems that 'Averager_channel_mask' is a callback function, if 'closure' is declared with const you might also need to cast function pointer(s). [constParameterCallback] audiotools-3.1.1/src/pcmconverter.h:62:30: note: You might need to cast the function pointer here audiotools-3.1.1/src/pcmconverter.c:111:58: note: Parameter 'closure' can be declared as pointer to const audiotools-3.1.1/src/pcmconverter.c:212:44: style: Parameter 'self' can be declared as pointer to const. However it seems that 'Downmixer_channels' is a callback function, if 'self' is declared with const you might also need to cast function pointer(s). [constParameterCallback] audiotools-3.1.1/src/pcmconverter.h:151:26: note: You might need to cast the function pointer here audiotools-3.1.1/src/pcmconverter.c:212:44: note: Parameter 'self' can be declared as pointer to const audiotools-3.1.1/src/pcmconverter.c:212:56: style: Parameter 'closure' can be declared as pointer to const. However it seems that 'Downmixer_channels' is a callback function, if 'closure' is declared with const you might also need to cast function pointer(s). [constParameterCallback] audiotools-3.1.1/src/pcmconverter.h:151:26: note: You might need to cast the function pointer here audiotools-3.1.1/src/pcmconverter.c:212:56: note: Parameter 'closure' can be declared as pointer to const audiotools-3.1.1/src/pcmconverter.c:218:48: style: Parameter 'self' can be declared as pointer to const. However it seems that 'Downmixer_channel_mask' is a callback function, if 'self' is declared with const you might also need to cast function pointer(s). [constParameterCallback] audiotools-3.1.1/src/pcmconverter.h:152:30: note: You might need to cast the function pointer here audiotools-3.1.1/src/pcmconverter.c:218:48: note: Parameter 'self' can be declared as pointer to const audiotools-3.1.1/src/pcmconverter.c:218:60: style: Parameter 'closure' can be declared as pointer to const. However it seems that 'Downmixer_channel_mask' is a callback function, if 'closure' is declared with const you might also need to cast function pointer(s). [constParameterCallback] audiotools-3.1.1/src/pcmconverter.h:152:30: note: You might need to cast the function pointer here audiotools-3.1.1/src/pcmconverter.c:218:60: note: Parameter 'closure' can be declared as pointer to const audiotools-3.1.1/src/pcmconverter.c:471:47: style: Parameter 'self' can be declared as pointer to const. However it seems that 'Resampler_sample_rate' is a callback function, if 'self' is declared with const you might also need to cast function pointer(s). [constParameterCallback] audiotools-3.1.1/src/pcmconverter.h:241:29: note: You might need to cast the function pointer here audiotools-3.1.1/src/pcmconverter.c:471:47: note: Parameter 'self' can be declared as pointer to const audiotools-3.1.1/src/pcmconverter.c:471:59: style: Parameter 'closure' can be declared as pointer to const. However it seems that 'Resampler_sample_rate' is a callback function, if 'closure' is declared with const you might also need to cast function pointer(s). [constParameterCallback] audiotools-3.1.1/src/pcmconverter.h:241:29: note: You might need to cast the function pointer here audiotools-3.1.1/src/pcmconverter.c:471:59: note: Parameter 'closure' can be declared as pointer to const audiotools-3.1.1/src/pcmconverter.c:478:63: style: Parameter 'closure' can be declared as pointer to const. However it seems that 'Resampler_bits_per_sample' is a callback function, if 'closure' is declared with const you might also need to cast function pointer(s). [constParameterCallback] audiotools-3.1.1/src/pcmconverter.h:242:33: note: You might need to cast the function pointer here audiotools-3.1.1/src/pcmconverter.c:478:63: note: Parameter 'closure' can be declared as pointer to const audiotools-3.1.1/src/pcmconverter.c:485:56: style: Parameter 'closure' can be declared as pointer to const. However it seems that 'Resampler_channels' is a callback function, if 'closure' is declared with const you might also need to cast function pointer(s). [constParameterCallback] audiotools-3.1.1/src/pcmconverter.h:243:26: note: You might need to cast the function pointer here audiotools-3.1.1/src/pcmconverter.c:485:56: note: Parameter 'closure' can be declared as pointer to const audiotools-3.1.1/src/pcmconverter.c:492:60: style: Parameter 'closure' can be declared as pointer to const. However it seems that 'Resampler_channel_mask' is a callback function, if 'closure' is declared with const you might also need to cast function pointer(s). [constParameterCallback] audiotools-3.1.1/src/pcmconverter.h:244:30: note: You might need to cast the function pointer here audiotools-3.1.1/src/pcmconverter.c:492:60: note: Parameter 'closure' can be declared as pointer to const audiotools-3.1.1/src/replaygain.c:185:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_ValueError [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/replaygain.c:240:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/replaygain.c:317:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_ValueError [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/replaygain.c:346:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_ValueError [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/replaygain.c:365:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_ValueError [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/replaygain.c:449:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyType_GenericNew [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/replaygain.c:910:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PyExc_ValueError [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/replaygain.c:966:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] audiotools-3.1.1/src/samplerate/samplerate.c:449:23: style:inconclusive: Function 'src_simple' argument 1 names different: declaration 'data' definition 'src_data'. [funcArgNamesDifferent] audiotools-3.1.1/src/samplerate/samplerate.h:116:27: note: Function 'src_simple' argument 1 names different: declaration 'data' definition 'src_data'. audiotools-3.1.1/src/samplerate/samplerate.c:449:23: note: Function 'src_simple' argument 1 names different: declaration 'data' definition 'src_data'. audiotools-3.1.1/src/samplerate/samplerate.c:449:37: style:inconclusive: Function 'src_simple' argument 2 names different: declaration 'converter_type' definition 'converter'. [funcArgNamesDifferent] audiotools-3.1.1/src/samplerate/samplerate.h:116:37: note: Function 'src_simple' argument 2 names different: declaration 'converter_type' definition 'converter'. audiotools-3.1.1/src/samplerate/samplerate.c:449:37: note: Function 'src_simple' argument 2 names different: declaration 'converter_type' definition 'converter'. audiotools-3.1.1/src/samplerate/samplerate.c:460:12: style: Variable 'src_state' is assigned a value that is never used. [unreadVariable] audiotools-3.1.1/src/replaygain.c:458:5: warning: Return value of function PyModule_AddObject() is not used. [ignoredReturnValue] audiotools-3.1.1/src/replaygain.c:462:5: warning: Return value of function PyModule_AddObject() is not used. [ignoredReturnValue] audiotools-3.1.1/src/replaygain.c:794:25: style: Parameter 'Array' can be declared as pointer to const [constParameterPointer] audiotools-3.1.1/src/mini-gmp.c:779:32: style:inconclusive: Boolean expression 'r==u1' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] audiotools-3.1.1/src/mini-gmp.c:2939:11: style:inconclusive: Boolean expression 's0->_mp_size!=0' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] audiotools-3.1.1/src/mini-gmp.c:2939:29: style:inconclusive: Boolean expression 't0->_mp_size!=0' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] audiotools-3.1.1/src/mini-gmp.c:3396:7: style:inconclusive: Boolean expression 'n->_mp_size!=0' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] audiotools-3.1.1/src/mini-gmp.c:3426:38: style:inconclusive: Boolean expression 'j=0)', assigned value is less than 1 audiotools-3.1.1/src/mini-gmp.c:3963:13: note: Condition 'ux' is always false audiotools-3.1.1/src/mini-gmp.c:3968:10: style: Condition 'ux==0' is always true [knownConditionTrueFalse] audiotools-3.1.1/src/mini-gmp.c:3956:8: note: Assignment 'ux=-(unsigned long)(us>=0)', assigned value is less than 1 audiotools-3.1.1/src/mini-gmp.c:3962:9: note: Assuming condition is false audiotools-3.1.1/src/mini-gmp.c:3968:10: note: Condition 'ux==0' is always true audiotools-3.1.1/src/mini-gmp.c:1905:7: style: Variable 'b' is assigned an expression that holds the same value. [redundantAssignment] audiotools-3.1.1/src/mini-gmp.c:1905:7: note: __mpz_srcptr_swap__tmp is assigned 'a' here. audiotools-3.1.1/src/mini-gmp.c:1905:7: note: Variable 'b' is assigned an expression that holds the same value. audiotools-3.1.1/src/mini-gmp.c:2843:7: style: Variable 'v' is assigned an expression that holds the same value. [redundantAssignment] audiotools-3.1.1/src/mini-gmp.c:2843:7: note: __mpz_srcptr_swap__tmp is assigned 'u' here. audiotools-3.1.1/src/mini-gmp.c:2843:7: note: Variable 'v' is assigned an expression that holds the same value. audiotools-3.1.1/src/mini-gmp.c:3619:7: style: Variable 'v' is assigned an expression that holds the same value. [redundantAssignment] audiotools-3.1.1/src/mini-gmp.c:3619:7: note: __mpz_srcptr_swap__tmp is assigned 'u' here. audiotools-3.1.1/src/mini-gmp.c:3619:7: note: Variable 'v' is assigned an expression that holds the same value. audiotools-3.1.1/src/mini-gmp.c:3691:7: style: Variable 'v' is assigned an expression that holds the same value. [redundantAssignment] audiotools-3.1.1/src/mini-gmp.c:3691:7: note: __mpz_srcptr_swap__tmp is assigned 'u' here. audiotools-3.1.1/src/mini-gmp.c:3691:7: note: Variable 'v' is assigned an expression that holds the same value. audiotools-3.1.1/src/mini-gmp.c:3764:7: style: Variable 'v' is assigned an expression that holds the same value. [redundantAssignment] audiotools-3.1.1/src/mini-gmp.c:3764:7: note: __mpz_srcptr_swap__tmp is assigned 'u' here. audiotools-3.1.1/src/mini-gmp.c:3764:7: note: Variable 'v' is assigned an expression that holds the same value. audiotools-3.1.1/src/mini-gmp.c:4327:23: warning: Expression 'un-1' can have a negative value. That is converted to an unsigned value and used in an unsigned calculation. [signConversionCond] audiotools-3.1.1/src/mini-gmp.c:4316:12: note: Assuming that condition '(un)>=0' is not redundant audiotools-3.1.1/src/mini-gmp.c:4316:12: note: Assignment 'un=(un)>=0?(un):-(un)', assigned value is 0 audiotools-3.1.1/src/mini-gmp.c:4327:23: note: Negative value is converted to an unsigned value audiotools-3.1.1/src/samplerate/src_sinc.c:1135:46: style: Parameter 'data' can be declared as pointer to const [constParameterPointer] audiotools-3.1.1/src/samplerate/src_sinc.c:359:18: style: Variable 'float_increment' is assigned a value that is never used. [unreadVariable] audiotools-3.1.1/src/samplerate/src_sinc.c:508:18: style: Variable 'float_increment' is assigned a value that is never used. [unreadVariable] audiotools-3.1.1/src/samplerate/src_sinc.c:662:18: style: Variable 'float_increment' is assigned a value that is never used. [unreadVariable] audiotools-3.1.1/src/samplerate/src_sinc.c:822:18: style: Variable 'float_increment' is assigned a value that is never used. [unreadVariable] audiotools-3.1.1/src/samplerate/src_sinc.c:1069:18: style: Variable 'float_increment' is assigned a value that is never used. [unreadVariable] diff: head audiotools-3.1.1/src/bitstream.c:874:20: warning: If memory allocation fails, then there is a possible null pointer dereference: buf [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:872:35: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:872:35: note: Assignment 'buf=malloc(sizeof(struct bw_buffer))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:874:20: note: Null pointer dereference head audiotools-3.1.1/src/bitstream.c:880:20: warning: If memory allocation fails, then there is a possible null pointer dereference: buf [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:872:35: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:872:35: note: Assignment 'buf=malloc(sizeof(struct bw_buffer))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:880:20: note: Null pointer dereference head audiotools-3.1.1/src/bitstream.c:880:35: warning: If memory allocation fails, then there is a possible null pointer dereference: buf [nullPointerOutOfMemory] audiotools-3.1.1/src/bitstream.c:872:35: note: Assuming allocation function fails audiotools-3.1.1/src/bitstream.c:872:35: note: Assignment 'buf=malloc(sizeof(struct bw_buffer))', assigned value is 0 audiotools-3.1.1/src/bitstream.c:880:35: note: Null pointer dereference head audiotools-3.1.1/src/common/m4a_atoms.c:183:41: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:173:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:173:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:183:41: note: Null pointer dereference head audiotools-3.1.1/src/common/m4a_atoms.c:2670:36: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:201:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:201:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:213:24: note: Calling function 'add_ftyp_brand', 1st argument 'atom' value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:2670:36: note: Null pointer dereference head audiotools-3.1.1/src/common/m4a_atoms.c:2672:43: warning: If memory allocation fails, then there is a possible null pointer dereference: atom [nullPointerOutOfMemory] audiotools-3.1.1/src/common/m4a_atoms.c:201:34: note: Assuming allocation function fails audiotools-3.1.1/src/common/m4a_atoms.c:201:34: note: Assignment 'atom=malloc(sizeof(struct qt_atom))', assigned value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:213:24: note: Calling function 'add_ftyp_brand', 1st argument 'atom' value is 0 audiotools-3.1.1/src/common/m4a_atoms.c:2672:43: note: Null pointer dereference DONE