2026-09-02 23:19 ftp://ftp.de.debian.org/debian/pool/main/m/mle/mle_1.8.1.orig.tar.gz cppcheck-options: --library=posix --library=gnu --library=bsd --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 -j1 platform: Linux-6.12.90+deb13.1-amd64-x86_64-with-glibc2.41 python: 3.12.13 client-version: 1.4.0 compiler: g++ (Debian 14.2.0-19) 14.2.0 cppcheck: head 2.21.0 head-info: 637d5be (2026-09-02 19:24:25 +0200) count: 513 537 elapsed-time: 5.0 4.2 head-timing-info: old-timing-info: head results: adsr-mle-623d6da/buffer.c:85:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable O_RDONLY [valueFlowBailoutIncompleteVar] adsr-mle-623d6da/buffer.c:374:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable buffer [valueFlowBailoutIncompleteVar] adsr-mle-623d6da/buffer.c:1207:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] adsr-mle-623d6da/buffer.c:1249:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PTRDIFF_MAX [valueFlowBailoutIncompleteVar] adsr-mle-623d6da/buffer.c:1603:69: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PCRE2_SIZE [valueFlowBailoutIncompleteVar] adsr-mle-623d6da/buffer.c:1844:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] adsr-mle-623d6da/buffer.c:1925:83: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PCRE2_NO_AUTO_CAPTURE [valueFlowBailoutIncompleteVar] adsr-mle-623d6da/buffer.c:1947:83: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PCRE2_NO_AUTO_CAPTURE [valueFlowBailoutIncompleteVar] adsr-mle-623d6da/buffer.c:1463:13: style: Condition '!do_delete' is always true [knownConditionTrueFalse] adsr-mle-623d6da/buffer.c:1461:17: note: Assignment 'do_delete=0', assigned value is 0 adsr-mle-623d6da/buffer.c:1463:13: note: Condition '!do_delete' is always true adsr-mle-623d6da/buffer.c:920:17: error: Common realloc mistake: 'data' nulled but not freed upon failure [memleakOnRealloc] adsr-mle-623d6da/buffer.c:48:5: warning: If memory allocation fails, then there is a possible null pointer dereference: buffer [nullPointerOutOfMemory] adsr-mle-623d6da/buffer.c:47:20: note: Assuming allocation function fails adsr-mle-623d6da/buffer.c:47:20: note: Assignment 'buffer=calloc(1,sizeof(struct buffer_t))', assigned value is 0 adsr-mle-623d6da/buffer.c:48:5: note: Null pointer dereference adsr-mle-623d6da/buffer.c:50:5: warning: If memory allocation fails, then there is a possible null pointer dereference: buffer [nullPointerOutOfMemory] adsr-mle-623d6da/buffer.c:47:20: note: Assuming allocation function fails adsr-mle-623d6da/buffer.c:47:20: note: Assignment 'buffer=calloc(1,sizeof(struct buffer_t))', assigned value is 0 adsr-mle-623d6da/buffer.c:50:5: note: Null pointer dereference adsr-mle-623d6da/buffer.c:51:5: warning: If memory allocation fails, then there is a possible null pointer dereference: buffer [nullPointerOutOfMemory] adsr-mle-623d6da/buffer.c:47:20: note: Assuming allocation function fails adsr-mle-623d6da/buffer.c:47:20: note: Assignment 'buffer=calloc(1,sizeof(struct buffer_t))', assigned value is 0 adsr-mle-623d6da/buffer.c:51:5: note: Null pointer dereference adsr-mle-623d6da/buffer.c:52:5: warning: If memory allocation fails, then there is a possible null pointer dereference: buffer [nullPointerOutOfMemory] adsr-mle-623d6da/buffer.c:47:20: note: Assuming allocation function fails adsr-mle-623d6da/buffer.c:47:20: note: Assignment 'buffer=calloc(1,sizeof(struct buffer_t))', assigned value is 0 adsr-mle-623d6da/buffer.c:52:5: note: Null pointer dereference adsr-mle-623d6da/buffer.c:53:5: warning: If memory allocation fails, then there is a possible null pointer dereference: buffer [nullPointerOutOfMemory] adsr-mle-623d6da/buffer.c:47:20: note: Assuming allocation function fails adsr-mle-623d6da/buffer.c:47:20: note: Assignment 'buffer=calloc(1,sizeof(struct buffer_t))', assigned value is 0 adsr-mle-623d6da/buffer.c:53:5: note: Null pointer dereference adsr-mle-623d6da/buffer.c:241:5: warning: If memory allocation fails, then there is a possible null pointer dereference: mark [nullPointerOutOfMemory] adsr-mle-623d6da/buffer.c:240:18: note: Assuming allocation function fails adsr-mle-623d6da/buffer.c:240:18: note: Assignment 'mark=calloc(1,sizeof(struct mark_t))', assigned value is 0 adsr-mle-623d6da/buffer.c:241:5: note: Null pointer dereference adsr-mle-623d6da/buffer.c:248:9: warning: If memory allocation fails, then there is a possible null pointer dereference: mark [nullPointerOutOfMemory] adsr-mle-623d6da/buffer.c:240:18: note: Assuming allocation function fails adsr-mle-623d6da/buffer.c:240:18: note: Assignment 'mark=calloc(1,sizeof(struct mark_t))', assigned value is 0 adsr-mle-623d6da/buffer.c:248:9: note: Null pointer dereference adsr-mle-623d6da/buffer.c:249:9: warning: If memory allocation fails, then there is a possible null pointer dereference: mark [nullPointerOutOfMemory] adsr-mle-623d6da/buffer.c:240:18: note: Assuming allocation function fails adsr-mle-623d6da/buffer.c:240:18: note: Assignment 'mark=calloc(1,sizeof(struct mark_t))', assigned value is 0 adsr-mle-623d6da/buffer.c:249:9: note: Null pointer dereference adsr-mle-623d6da/buffer.c:251:15: warning: If memory allocation fails, then there is a possible null pointer dereference: mark [nullPointerOutOfMemory] adsr-mle-623d6da/buffer.c:240:18: note: Assuming allocation function fails adsr-mle-623d6da/buffer.c:240:18: note: Assignment 'mark=calloc(1,sizeof(struct mark_t))', assigned value is 0 adsr-mle-623d6da/buffer.c:251:15: note: Null pointer dereference adsr-mle-623d6da/buffer.c:252:9: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: mark [nullPointerOutOfMemory] adsr-mle-623d6da/buffer.c:240:18: note: Assuming allocation function fails adsr-mle-623d6da/buffer.c:240:18: note: Assignment 'mark=calloc(1,sizeof(struct mark_t))', assigned value is 0 adsr-mle-623d6da/buffer.c:252:9: note: Null pointer dereference adsr-mle-623d6da/buffer.c:368:22: warning: If memory allocation fails, then there is a possible null pointer dereference: data_cursor [nullPointerOutOfMemory] adsr-mle-623d6da/buffer.c:1229:20: note: Assuming allocation function fails adsr-mle-623d6da/buffer.c:1229:20: note: Assignment 'mmap_buf=mmap(NULL,size,PROT_READ,MAP_PRIVATE,tmpfd,0)', assigned value is 0 adsr-mle-623d6da/buffer.c:1233:41: note: Calling function 'buffer_set_mmapped', 2nd argument 'mmap_buf' value is 0 adsr-mle-623d6da/buffer.c:364:19: note: Assignment 'data_cursor=data', assigned value is 0 adsr-mle-623d6da/buffer.c:368:22: note: Null pointer dereference adsr-mle-623d6da/buffer.c:373:9: warning: If memory allocation fails, then there is a possible null pointer dereference: blines [nullPointerOutOfMemory] adsr-mle-623d6da/buffer.c:359:34: note: Assuming allocation function fails adsr-mle-623d6da/buffer.c:359:34: note: Assignment 'self->slabbed_blines=malloc(nlines*sizeof(struct bline_t))', assigned value is 0 adsr-mle-623d6da/buffer.c:360:12: note: blines is assigned 'self->slabbed_blines' here. adsr-mle-623d6da/buffer.c:373:9: note: Null pointer dereference adsr-mle-623d6da/buffer.c:476:5: warning: If memory allocation fails, then there is a possible null pointer dereference: action [nullPointerOutOfMemory] adsr-mle-623d6da/buffer.c:475:20: note: Assuming allocation function fails adsr-mle-623d6da/buffer.c:475:20: note: Assignment 'action=calloc(1,sizeof(struct baction_t))', assigned value is 0 adsr-mle-623d6da/buffer.c:476:5: note: Null pointer dereference adsr-mle-623d6da/buffer.c:477:5: warning: If memory allocation fails, then there is a possible null pointer dereference: action [nullPointerOutOfMemory] adsr-mle-623d6da/buffer.c:475:20: note: Assuming allocation function fails adsr-mle-623d6da/buffer.c:475:20: note: Assignment 'action=calloc(1,sizeof(struct baction_t))', assigned value is 0 adsr-mle-623d6da/buffer.c:477:5: note: Null pointer dereference adsr-mle-623d6da/buffer.c:478:5: warning: If memory allocation fails, then there is a possible null pointer dereference: action [nullPointerOutOfMemory] adsr-mle-623d6da/buffer.c:475:20: note: Assuming allocation function fails adsr-mle-623d6da/buffer.c:475:20: note: Assignment 'action=calloc(1,sizeof(struct baction_t))', assigned value is 0 adsr-mle-623d6da/buffer.c:478:5: note: Null pointer dereference adsr-mle-623d6da/buffer.c:479:5: warning: If memory allocation fails, then there is a possible null pointer dereference: action [nullPointerOutOfMemory] adsr-mle-623d6da/buffer.c:475:20: note: Assuming allocation function fails adsr-mle-623d6da/buffer.c:475:20: note: Assignment 'action=calloc(1,sizeof(struct baction_t))', assigned value is 0 adsr-mle-623d6da/buffer.c:479:5: note: Null pointer dereference adsr-mle-623d6da/buffer.c:480:5: warning: If memory allocation fails, then there is a possible null pointer dereference: action [nullPointerOutOfMemory] adsr-mle-623d6da/buffer.c:475:20: note: Assuming allocation function fails adsr-mle-623d6da/buffer.c:475:20: note: Assignment 'action=calloc(1,sizeof(struct baction_t))', assigned value is 0 adsr-mle-623d6da/buffer.c:480:5: note: Null pointer dereference adsr-mle-623d6da/buffer.c:481:5: warning: If memory allocation fails, then there is a possible null pointer dereference: action [nullPointerOutOfMemory] adsr-mle-623d6da/buffer.c:475:20: note: Assuming allocation function fails adsr-mle-623d6da/buffer.c:475:20: note: Assignment 'action=calloc(1,sizeof(struct baction_t))', assigned value is 0 adsr-mle-623d6da/buffer.c:481:5: note: Null pointer dereference adsr-mle-623d6da/buffer.c:482:5: warning: If memory allocation fails, then there is a possible null pointer dereference: action [nullPointerOutOfMemory] adsr-mle-623d6da/buffer.c:475:20: note: Assuming allocation function fails adsr-mle-623d6da/buffer.c:475:20: note: Assignment 'action=calloc(1,sizeof(struct baction_t))', assigned value is 0 adsr-mle-623d6da/buffer.c:482:5: note: Null pointer dereference adsr-mle-623d6da/buffer.c:482:36: warning: If memory allocation fails, then there is a possible null pointer dereference: action [nullPointerOutOfMemory] adsr-mle-623d6da/buffer.c:475:20: note: Assuming allocation function fails adsr-mle-623d6da/buffer.c:475:20: note: Assignment 'action=calloc(1,sizeof(struct baction_t))', assigned value is 0 adsr-mle-623d6da/buffer.c:482:36: note: Null pointer dereference adsr-mle-623d6da/buffer.c:483:5: warning: If memory allocation fails, then there is a possible null pointer dereference: action [nullPointerOutOfMemory] adsr-mle-623d6da/buffer.c:475:20: note: Assuming allocation function fails adsr-mle-623d6da/buffer.c:475:20: note: Assignment 'action=calloc(1,sizeof(struct baction_t))', assigned value is 0 adsr-mle-623d6da/buffer.c:483:5: note: Null pointer dereference adsr-mle-623d6da/buffer.c:484:5: warning: If memory allocation fails, then there is a possible null pointer dereference: action [nullPointerOutOfMemory] adsr-mle-623d6da/buffer.c:475:20: note: Assuming allocation function fails adsr-mle-623d6da/buffer.c:475:20: note: Assignment 'action=calloc(1,sizeof(struct baction_t))', assigned value is 0 adsr-mle-623d6da/buffer.c:484:5: note: Null pointer dereference adsr-mle-623d6da/buffer.c:485:5: warning: If memory allocation fails, then there is a possible null pointer dereference: action [nullPointerOutOfMemory] adsr-mle-623d6da/buffer.c:475:20: note: Assuming allocation function fails adsr-mle-623d6da/buffer.c:475:20: note: Assignment 'action=calloc(1,sizeof(struct baction_t))', assigned value is 0 adsr-mle-623d6da/buffer.c:485:5: note: Null pointer dereference adsr-mle-623d6da/buffer.c:486:5: warning: If memory allocation fails, then there is a possible null pointer dereference: action [nullPointerOutOfMemory] adsr-mle-623d6da/buffer.c:475:20: note: Assuming allocation function fails adsr-mle-623d6da/buffer.c:475:20: note: Assignment 'action=calloc(1,sizeof(struct baction_t))', assigned value is 0 adsr-mle-623d6da/buffer.c:486:5: note: Null pointer dereference adsr-mle-623d6da/buffer.c:487:5: warning: If memory allocation fails, then there is a possible null pointer dereference: action [nullPointerOutOfMemory] adsr-mle-623d6da/buffer.c:475:20: note: Assuming allocation function fails adsr-mle-623d6da/buffer.c:475:20: note: Assignment 'action=calloc(1,sizeof(struct baction_t))', assigned value is 0 adsr-mle-623d6da/buffer.c:487:5: note: Null pointer dereference adsr-mle-623d6da/buffer.c:488:5: warning: If memory allocation fails, then there is a possible null pointer dereference: action [nullPointerOutOfMemory] adsr-mle-623d6da/buffer.c:475:20: note: Assuming allocation function fails adsr-mle-623d6da/buffer.c:475:20: note: Assignment 'action=calloc(1,sizeof(struct baction_t))', assigned value is 0 adsr-mle-623d6da/buffer.c:488:5: note: Null pointer dereference adsr-mle-623d6da/buffer.c:572:5: warning: If memory allocation fails, then there is a possible null pointer dereference: action [nullPointerOutOfMemory] adsr-mle-623d6da/buffer.c:571:20: note: Assuming allocation function fails adsr-mle-623d6da/buffer.c:571:20: note: Assignment 'action=calloc(1,sizeof(struct baction_t))', assigned value is 0 adsr-mle-623d6da/buffer.c:572:5: note: Null pointer dereference adsr-mle-623d6da/buffer.c:573:5: warning: If memory allocation fails, then there is a possible null pointer dereference: action [nullPointerOutOfMemory] adsr-mle-623d6da/buffer.c:571:20: note: Assuming allocation function fails adsr-mle-623d6da/buffer.c:571:20: note: Assignment 'action=calloc(1,sizeof(struct baction_t))', assigned value is 0 adsr-mle-623d6da/buffer.c:573:5: note: Null pointer dereference adsr-mle-623d6da/buffer.c:574:5: warning: If memory allocation fails, then there is a possible null pointer dereference: action [nullPointerOutOfMemory] adsr-mle-623d6da/buffer.c:571:20: note: Assuming allocation function fails adsr-mle-623d6da/buffer.c:571:20: note: Assignment 'action=calloc(1,sizeof(struct baction_t))', assigned value is 0 adsr-mle-623d6da/buffer.c:574:5: note: Null pointer dereference adsr-mle-623d6da/buffer.c:575:5: warning: If memory allocation fails, then there is a possible null pointer dereference: action [nullPointerOutOfMemory] adsr-mle-623d6da/buffer.c:571:20: note: Assuming allocation function fails adsr-mle-623d6da/buffer.c:571:20: note: Assignment 'action=calloc(1,sizeof(struct baction_t))', assigned value is 0 adsr-mle-623d6da/buffer.c:575:5: note: Null pointer dereference adsr-mle-623d6da/buffer.c:576:5: warning: If memory allocation fails, then there is a possible null pointer dereference: action [nullPointerOutOfMemory] adsr-mle-623d6da/buffer.c:571:20: note: Assuming allocation function fails adsr-mle-623d6da/buffer.c:571:20: note: Assignment 'action=calloc(1,sizeof(struct baction_t))', assigned value is 0 adsr-mle-623d6da/buffer.c:576:5: note: Null pointer dereference adsr-mle-623d6da/buffer.c:577:5: warning: If memory allocation fails, then there is a possible null pointer dereference: action [nullPointerOutOfMemory] adsr-mle-623d6da/buffer.c:571:20: note: Assuming allocation function fails adsr-mle-623d6da/buffer.c:571:20: note: Assignment 'action=calloc(1,sizeof(struct baction_t))', assigned value is 0 adsr-mle-623d6da/buffer.c:577:5: note: Null pointer dereference adsr-mle-623d6da/buffer.c:578:5: warning: If memory allocation fails, then there is a possible null pointer dereference: action [nullPointerOutOfMemory] adsr-mle-623d6da/buffer.c:571:20: note: Assuming allocation function fails adsr-mle-623d6da/buffer.c:571:20: note: Assignment 'action=calloc(1,sizeof(struct baction_t))', assigned value is 0 adsr-mle-623d6da/buffer.c:578:5: note: Null pointer dereference adsr-mle-623d6da/buffer.c:579:5: warning: If memory allocation fails, then there is a possible null pointer dereference: action [nullPointerOutOfMemory] adsr-mle-623d6da/buffer.c:571:20: note: Assuming allocation function fails adsr-mle-623d6da/buffer.c:571:20: note: Assignment 'action=calloc(1,sizeof(struct baction_t))', assigned value is 0 adsr-mle-623d6da/buffer.c:579:5: note: Null pointer dereference adsr-mle-623d6da/buffer.c:580:5: warning: If memory allocation fails, then there is a possible null pointer dereference: action [nullPointerOutOfMemory] adsr-mle-623d6da/buffer.c:571:20: note: Assuming allocation function fails adsr-mle-623d6da/buffer.c:571:20: note: Assignment 'action=calloc(1,sizeof(struct baction_t))', assigned value is 0 adsr-mle-623d6da/buffer.c:580:5: note: Null pointer dereference adsr-mle-623d6da/buffer.c:581:5: warning: If memory allocation fails, then there is a possible null pointer dereference: action [nullPointerOutOfMemory] adsr-mle-623d6da/buffer.c:571:20: note: Assuming allocation function fails adsr-mle-623d6da/buffer.c:571:20: note: Assignment 'action=calloc(1,sizeof(struct baction_t))', assigned value is 0 adsr-mle-623d6da/buffer.c:581:5: note: Null pointer dereference adsr-mle-623d6da/buffer.c:652:9: warning: If memory allocation fails, then there is a possible null pointer dereference: action [nullPointerOutOfMemory] adsr-mle-623d6da/buffer.c:651:24: note: Assuming allocation function fails adsr-mle-623d6da/buffer.c:651:24: note: Assignment 'action=calloc(1,sizeof(struct baction_t))', assigned value is 0 adsr-mle-623d6da/buffer.c:652:9: note: Null pointer dereference adsr-mle-623d6da/buffer.c:653:9: warning: If memory allocation fails, then there is a possible null pointer dereference: action [nullPointerOutOfMemory] adsr-mle-623d6da/buffer.c:651:24: note: Assuming allocation function fails adsr-mle-623d6da/buffer.c:651:24: note: Assignment 'action=calloc(1,sizeof(struct baction_t))', assigned value is 0 adsr-mle-623d6da/buffer.c:653:9: note: Null pointer dereference adsr-mle-623d6da/buffer.c:654:9: warning: If memory allocation fails, then there is a possible null pointer dereference: action [nullPointerOutOfMemory] adsr-mle-623d6da/buffer.c:651:24: note: Assuming allocation function fails adsr-mle-623d6da/buffer.c:651:24: note: Assignment 'action=calloc(1,sizeof(struct baction_t))', assigned value is 0 adsr-mle-623d6da/buffer.c:654:9: note: Null pointer dereference adsr-mle-623d6da/buffer.c:655:9: warning: If memory allocation fails, then there is a possible null pointer dereference: action [nullPointerOutOfMemory] adsr-mle-623d6da/buffer.c:651:24: note: Assuming allocation function fails adsr-mle-623d6da/buffer.c:651:24: note: Assignment 'action=calloc(1,sizeof(struct baction_t))', assigned value is 0 adsr-mle-623d6da/buffer.c:655:9: note: Null pointer dereference adsr-mle-623d6da/buffer.c:656:9: warning: If memory allocation fails, then there is a possible null pointer dereference: action [nullPointerOutOfMemory] adsr-mle-623d6da/buffer.c:651:24: note: Assuming allocation function fails adsr-mle-623d6da/buffer.c:651:24: note: Assignment 'action=calloc(1,sizeof(struct baction_t))', assigned value is 0 adsr-mle-623d6da/buffer.c:656:9: note: Null pointer dereference adsr-mle-623d6da/buffer.c:657:9: warning: If memory allocation fails, then there is a possible null pointer dereference: action [nullPointerOutOfMemory] adsr-mle-623d6da/buffer.c:651:24: note: Assuming allocation function fails adsr-mle-623d6da/buffer.c:651:24: note: Assignment 'action=calloc(1,sizeof(struct baction_t))', assigned value is 0 adsr-mle-623d6da/buffer.c:657:9: note: Null pointer dereference adsr-mle-623d6da/buffer.c:658:9: warning: If memory allocation fails, then there is a possible null pointer dereference: action [nullPointerOutOfMemory] adsr-mle-623d6da/buffer.c:651:24: note: Assuming allocation function fails adsr-mle-623d6da/buffer.c:651:24: note: Assignment 'action=calloc(1,sizeof(struct baction_t))', assigned value is 0 adsr-mle-623d6da/buffer.c:658:9: note: Null pointer dereference adsr-mle-623d6da/buffer.c:659:9: warning: If memory allocation fails, then there is a possible null pointer dereference: action [nullPointerOutOfMemory] adsr-mle-623d6da/buffer.c:651:24: note: Assuming allocation function fails adsr-mle-623d6da/buffer.c:651:24: note: Assignment 'action=calloc(1,sizeof(struct baction_t))', assigned value is 0 adsr-mle-623d6da/buffer.c:659:9: note: Null pointer dereference adsr-mle-623d6da/buffer.c:660:9: warning: If memory allocation fails, then there is a possible null pointer dereference: action [nullPointerOutOfMemory] adsr-mle-623d6da/buffer.c:651:24: note: Assuming allocation function fails adsr-mle-623d6da/buffer.c:651:24: note: Assignment 'action=calloc(1,sizeof(struct baction_t))', assigned value is 0 adsr-mle-623d6da/buffer.c:660:9: note: Null pointer dereference adsr-mle-623d6da/buffer.c:661:9: warning: If memory allocation fails, then there is a possible null pointer dereference: action [nullPointerOutOfMemory] adsr-mle-623d6da/buffer.c:651:24: note: Assuming allocation function fails adsr-mle-623d6da/buffer.c:651:24: note: Assignment 'action=calloc(1,sizeof(struct baction_t))', assigned value is 0 adsr-mle-623d6da/buffer.c:661:9: note: Null pointer dereference adsr-mle-623d6da/buffer.c:668:9: warning: If memory allocation fails, then there is a possible null pointer dereference: action [nullPointerOutOfMemory] adsr-mle-623d6da/buffer.c:667:24: note: Assuming allocation function fails adsr-mle-623d6da/buffer.c:667:24: note: Assignment 'action=calloc(1,sizeof(struct baction_t))', assigned value is 0 adsr-mle-623d6da/buffer.c:668:9: note: Null pointer dereference adsr-mle-623d6da/buffer.c:669:9: warning: If memory allocation fails, then there is a possible null pointer dereference: action [nullPointerOutOfMemory] adsr-mle-623d6da/buffer.c:667:24: note: Assuming allocation function fails adsr-mle-623d6da/buffer.c:667:24: note: Assignment 'action=calloc(1,sizeof(struct baction_t))', assigned value is 0 adsr-mle-623d6da/buffer.c:669:9: note: Null pointer dereference adsr-mle-623d6da/buffer.c:670:9: warning: If memory allocation fails, then there is a possible null pointer dereference: action [nullPointerOutOfMemory] adsr-mle-623d6da/buffer.c:667:24: note: Assuming allocation function fails adsr-mle-623d6da/buffer.c:667:24: note: Assignment 'action=calloc(1,sizeof(struct baction_t))', assigned value is 0 adsr-mle-623d6da/buffer.c:670:9: note: Null pointer dereference adsr-mle-623d6da/buffer.c:671:9: warning: If memory allocation fails, then there is a possible null pointer dereference: action [nullPointerOutOfMemory] adsr-mle-623d6da/buffer.c:667:24: note: Assuming allocation function fails adsr-mle-623d6da/buffer.c:667:24: note: Assignment 'action=calloc(1,sizeof(struct baction_t))', assigned value is 0 adsr-mle-623d6da/buffer.c:671:9: note: Null pointer dereference adsr-mle-623d6da/buffer.c:672:9: warning: If memory allocation fails, then there is a possible null pointer dereference: action [nullPointerOutOfMemory] adsr-mle-623d6da/buffer.c:667:24: note: Assuming allocation function fails adsr-mle-623d6da/buffer.c:667:24: note: Assignment 'action=calloc(1,sizeof(struct baction_t))', assigned value is 0 adsr-mle-623d6da/buffer.c:672:9: note: Null pointer dereference adsr-mle-623d6da/buffer.c:673:9: warning: If memory allocation fails, then there is a possible null pointer dereference: action [nullPointerOutOfMemory] adsr-mle-623d6da/buffer.c:667:24: note: Assuming allocation function fails adsr-mle-623d6da/buffer.c:667:24: note: Assignment 'action=calloc(1,sizeof(struct baction_t))', assigned value is 0 adsr-mle-623d6da/buffer.c:673:9: note: Null pointer dereference adsr-mle-623d6da/buffer.c:674:9: warning: If memory allocation fails, then there is a possible null pointer dereference: action [nullPointerOutOfMemory] adsr-mle-623d6da/buffer.c:667:24: note: Assuming allocation function fails adsr-mle-623d6da/buffer.c:667:24: note: Assignment 'action=calloc(1,sizeof(struct baction_t))', assigned value is 0 adsr-mle-623d6da/buffer.c:674:9: note: Null pointer dereference adsr-mle-623d6da/buffer.c:674:40: warning: If memory allocation fails, then there is a possible null pointer dereference: action [nullPointerOutOfMemory] adsr-mle-623d6da/buffer.c:667:24: note: Assuming allocation function fails adsr-mle-623d6da/buffer.c:667:24: note: Assignment 'action=calloc(1,sizeof(struct baction_t))', assigned value is 0 adsr-mle-623d6da/buffer.c:674:40: note: Null pointer dereference adsr-mle-623d6da/buffer.c:675:9: warning: If memory allocation fails, then there is a possible null pointer dereference: action [nullPointerOutOfMemory] adsr-mle-623d6da/buffer.c:667:24: note: Assuming allocation function fails adsr-mle-623d6da/buffer.c:667:24: note: Assignment 'action=calloc(1,sizeof(struct baction_t))', assigned value is 0 adsr-mle-623d6da/buffer.c:675:9: note: Null pointer dereference adsr-mle-623d6da/buffer.c:676:9: warning: If memory allocation fails, then there is a possible null pointer dereference: action [nullPointerOutOfMemory] adsr-mle-623d6da/buffer.c:667:24: note: Assuming allocation function fails adsr-mle-623d6da/buffer.c:667:24: note: Assignment 'action=calloc(1,sizeof(struct baction_t))', assigned value is 0 adsr-mle-623d6da/buffer.c:676:9: note: Null pointer dereference adsr-mle-623d6da/buffer.c:677:9: warning: If memory allocation fails, then there is a possible null pointer dereference: action [nullPointerOutOfMemory] adsr-mle-623d6da/buffer.c:667:24: note: Assuming allocation function fails adsr-mle-623d6da/buffer.c:667:24: note: Assignment 'action=calloc(1,sizeof(struct baction_t))', assigned value is 0 adsr-mle-623d6da/buffer.c:677:9: note: Null pointer dereference adsr-mle-623d6da/buffer.c:678:9: warning: If memory allocation fails, then there is a possible null pointer dereference: action [nullPointerOutOfMemory] adsr-mle-623d6da/buffer.c:667:24: note: Assuming allocation function fails adsr-mle-623d6da/buffer.c:667:24: note: Assignment 'action=calloc(1,sizeof(struct baction_t))', assigned value is 0 adsr-mle-623d6da/buffer.c:678:9: note: Null pointer dereference adsr-mle-623d6da/buffer.c:679:9: warning: If memory allocation fails, then there is a possible null pointer dereference: action [nullPointerOutOfMemory] adsr-mle-623d6da/buffer.c:667:24: note: Assuming allocation function fails adsr-mle-623d6da/buffer.c:667:24: note: Assignment 'action=calloc(1,sizeof(struct baction_t))', assigned value is 0 adsr-mle-623d6da/buffer.c:679:9: note: Null pointer dereference adsr-mle-623d6da/buffer.c:679:38: warning: If memory allocation fails, then there is a possible null pointer dereference: action [nullPointerOutOfMemory] adsr-mle-623d6da/buffer.c:667:24: note: Assuming allocation function fails adsr-mle-623d6da/buffer.c:667:24: note: Assignment 'action=calloc(1,sizeof(struct baction_t))', assigned value is 0 adsr-mle-623d6da/buffer.c:679:38: note: Null pointer dereference adsr-mle-623d6da/buffer.c:680:9: warning: If memory allocation fails, then there is a possible null pointer dereference: action [nullPointerOutOfMemory] adsr-mle-623d6da/buffer.c:667:24: note: Assuming allocation function fails adsr-mle-623d6da/buffer.c:667:24: note: Assignment 'action=calloc(1,sizeof(struct baction_t))', assigned value is 0 adsr-mle-623d6da/buffer.c:680:9: note: Null pointer dereference adsr-mle-623d6da/buffer.c:680:28: warning: If memory allocation fails, then there is a possible null pointer dereference: action [nullPointerOutOfMemory] adsr-mle-623d6da/buffer.c:667:24: note: Assuming allocation function fails adsr-mle-623d6da/buffer.c:667:24: note: Assignment 'action=calloc(1,sizeof(struct baction_t))', assigned value is 0 adsr-mle-623d6da/buffer.c:680:28: note: Null pointer dereference adsr-mle-623d6da/buffer.c:798:5: warning: If memory allocation fails, then there is a possible null pointer dereference: node [nullPointerOutOfMemory] adsr-mle-623d6da/buffer.c:797:18: note: Assuming allocation function fails adsr-mle-623d6da/buffer.c:797:18: note: Assignment 'node=calloc(1,sizeof(struct srule_node_t))', assigned value is 0 adsr-mle-623d6da/buffer.c:798:5: note: Null pointer dereference adsr-mle-623d6da/buffer.c:1273:12: warning: If memory allocation fails, then there is a possible null pointer dereference: data [nullPointerOutOfMemory] adsr-mle-623d6da/buffer.c:1271:18: note: Assuming allocation function fails adsr-mle-623d6da/buffer.c:1271:18: note: Assignment 'data=malloc(self->data_len)', assigned value is 0 adsr-mle-623d6da/buffer.c:1273:12: note: Null pointer dereference adsr-mle-623d6da/buffer.c:1274:12: warning: If memory allocation fails, then there is a possible null pointer dereference: chars [nullPointerOutOfMemory] adsr-mle-623d6da/buffer.c:1272:19: note: Assuming allocation function fails adsr-mle-623d6da/buffer.c:1272:19: note: Assignment 'chars=malloc(self->data_len*sizeof(struct bline_char_t))', assigned value is 0 adsr-mle-623d6da/buffer.c:1274:12: note: Null pointer dereference adsr-mle-623d6da/buffer.c:1314:25: warning: If memory allocation fails, then there is a possible null pointer dereference: action [nullPointerOutOfMemory] adsr-mle-623d6da/buffer.c:651:24: note: Assuming allocation function fails adsr-mle-623d6da/buffer.c:651:24: note: Assignment 'action=calloc(1,sizeof(struct baction_t))', assigned value is 0 adsr-mle-623d6da/buffer.c:662:30: note: Calling function '_buffer_update', 2nd argument 'action' value is 0 adsr-mle-623d6da/buffer.c:1314:25: note: Null pointer dereference adsr-mle-623d6da/buffer.c:1315:25: warning: If memory allocation fails, then there is a possible null pointer dereference: action [nullPointerOutOfMemory] adsr-mle-623d6da/buffer.c:651:24: note: Assuming allocation function fails adsr-mle-623d6da/buffer.c:651:24: note: Assignment 'action=calloc(1,sizeof(struct baction_t))', assigned value is 0 adsr-mle-623d6da/buffer.c:662:30: note: Calling function '_buffer_update', 2nd argument 'action' value is 0 adsr-mle-623d6da/buffer.c:1315:25: note: Null pointer dereference adsr-mle-623d6da/buffer.c:1322:9: warning: If memory allocation fails, then there is a possible null pointer dereference: action [nullPointerOutOfMemory] adsr-mle-623d6da/buffer.c:651:24: note: Assuming allocation function fails adsr-mle-623d6da/buffer.c:651:24: note: Assignment 'action=calloc(1,sizeof(struct baction_t))', assigned value is 0 adsr-mle-623d6da/buffer.c:662:30: note: Calling function '_buffer_update', 2nd argument 'action' value is 0 adsr-mle-623d6da/buffer.c:1322:9: note: Null pointer dereference adsr-mle-623d6da/buffer.c:1333:31: warning: If memory allocation fails, then there is a possible null pointer dereference: action [nullPointerOutOfMemory] adsr-mle-623d6da/buffer.c:651:24: note: Assuming allocation function fails adsr-mle-623d6da/buffer.c:651:24: note: Assignment 'action=calloc(1,sizeof(struct baction_t))', assigned value is 0 adsr-mle-623d6da/buffer.c:662:30: note: Calling function '_buffer_update', 2nd argument 'action' value is 0 adsr-mle-623d6da/buffer.c:1333:31: note: Null pointer dereference adsr-mle-623d6da/buffer.c:1333:51: warning: If memory allocation fails, then there is a possible null pointer dereference: action [nullPointerOutOfMemory] adsr-mle-623d6da/buffer.c:651:24: note: Assuming allocation function fails adsr-mle-623d6da/buffer.c:651:24: note: Assignment 'action=calloc(1,sizeof(struct baction_t))', assigned value is 0 adsr-mle-623d6da/buffer.c:662:30: note: Calling function '_buffer_update', 2nd argument 'action' value is 0 adsr-mle-623d6da/buffer.c:1333:51: note: Null pointer dereference adsr-mle-623d6da/buffer.c:1631:5: warning: If memory allocation fails, then there is a possible null pointer dereference: bline [nullPointerOutOfMemory] adsr-mle-623d6da/buffer.c:1630:19: note: Assuming allocation function fails adsr-mle-623d6da/buffer.c:1630:19: note: Assignment 'bline=calloc(1,sizeof(struct bline_t))', assigned value is 0 adsr-mle-623d6da/buffer.c:1631:5: note: Null pointer dereference adsr-mle-623d6da/buffer.c:1920:5: warning: If memory allocation fails, then there is a possible null pointer dereference: rule [nullPointerOutOfMemory] adsr-mle-623d6da/buffer.c:1919:18: note: Assuming allocation function fails adsr-mle-623d6da/buffer.c:1919:18: note: Assignment 'rule=calloc(1,sizeof(struct srule_t))', assigned value is 0 adsr-mle-623d6da/buffer.c:1920:5: note: Null pointer dereference adsr-mle-623d6da/buffer.c:1921:5: warning: If memory allocation fails, then there is a possible null pointer dereference: rule [nullPointerOutOfMemory] adsr-mle-623d6da/buffer.c:1919:18: note: Assuming allocation function fails adsr-mle-623d6da/buffer.c:1919:18: note: Assignment 'rule=calloc(1,sizeof(struct srule_t))', assigned value is 0 adsr-mle-623d6da/buffer.c:1921:5: note: Null pointer dereference adsr-mle-623d6da/buffer.c:1922:5: warning: If memory allocation fails, then there is a possible null pointer dereference: rule [nullPointerOutOfMemory] adsr-mle-623d6da/buffer.c:1919:18: note: Assuming allocation function fails adsr-mle-623d6da/buffer.c:1919:18: note: Assignment 'rule=calloc(1,sizeof(struct srule_t))', assigned value is 0 adsr-mle-623d6da/buffer.c:1922:5: note: Null pointer dereference adsr-mle-623d6da/buffer.c:1923:5: warning: If memory allocation fails, then there is a possible null pointer dereference: rule [nullPointerOutOfMemory] adsr-mle-623d6da/buffer.c:1919:18: note: Assuming allocation function fails adsr-mle-623d6da/buffer.c:1919:18: note: Assignment 'rule=calloc(1,sizeof(struct srule_t))', assigned value is 0 adsr-mle-623d6da/buffer.c:1923:5: note: Null pointer dereference adsr-mle-623d6da/buffer.c:1924:14: warning: If memory allocation fails, then there is a possible null pointer dereference: rule [nullPointerOutOfMemory] adsr-mle-623d6da/buffer.c:1919:18: note: Assuming allocation function fails adsr-mle-623d6da/buffer.c:1919:18: note: Assignment 'rule=calloc(1,sizeof(struct srule_t))', assigned value is 0 adsr-mle-623d6da/buffer.c:1924:14: note: Null pointer dereference adsr-mle-623d6da/buffer.c:1925:5: warning: If memory allocation fails, then there is a possible null pointer dereference: rule [nullPointerOutOfMemory] adsr-mle-623d6da/buffer.c:1919:18: note: Assuming allocation function fails adsr-mle-623d6da/buffer.c:1919:18: note: Assignment 'rule=calloc(1,sizeof(struct srule_t))', assigned value is 0 adsr-mle-623d6da/buffer.c:1925:5: note: Null pointer dereference adsr-mle-623d6da/buffer.c:1925:43: warning: If memory allocation fails, then there is a possible null pointer dereference: rule [nullPointerOutOfMemory] adsr-mle-623d6da/buffer.c:1919:18: note: Assuming allocation function fails adsr-mle-623d6da/buffer.c:1919:18: note: Assignment 'rule=calloc(1,sizeof(struct srule_t))', assigned value is 0 adsr-mle-623d6da/buffer.c:1925:43: note: Null pointer dereference adsr-mle-623d6da/buffer.c:1925:72: warning: If memory allocation fails, then there is a possible null pointer dereference: rule [nullPointerOutOfMemory] adsr-mle-623d6da/buffer.c:1919:18: note: Assuming allocation function fails adsr-mle-623d6da/buffer.c:1919:18: note: Assignment 'rule=calloc(1,sizeof(struct srule_t))', assigned value is 0 adsr-mle-623d6da/buffer.c:1925:72: note: Null pointer dereference adsr-mle-623d6da/buffer.c:1926:10: warning: If memory allocation fails, then there is a possible null pointer dereference: rule [nullPointerOutOfMemory] adsr-mle-623d6da/buffer.c:1919:18: note: Assuming allocation function fails adsr-mle-623d6da/buffer.c:1919:18: note: Assignment 'rule=calloc(1,sizeof(struct srule_t))', assigned value is 0 adsr-mle-623d6da/buffer.c:1926:10: note: Null pointer dereference adsr-mle-623d6da/buffer.c:1940:5: warning: If memory allocation fails, then there is a possible null pointer dereference: rule [nullPointerOutOfMemory] adsr-mle-623d6da/buffer.c:1939:18: note: Assuming allocation function fails adsr-mle-623d6da/buffer.c:1939:18: note: Assignment 'rule=calloc(1,sizeof(struct srule_t))', assigned value is 0 adsr-mle-623d6da/buffer.c:1940:5: note: Null pointer dereference adsr-mle-623d6da/buffer.c:1941:5: warning: If memory allocation fails, then there is a possible null pointer dereference: rule [nullPointerOutOfMemory] adsr-mle-623d6da/buffer.c:1939:18: note: Assuming allocation function fails adsr-mle-623d6da/buffer.c:1939:18: note: Assignment 'rule=calloc(1,sizeof(struct srule_t))', assigned value is 0 adsr-mle-623d6da/buffer.c:1941:5: note: Null pointer dereference adsr-mle-623d6da/buffer.c:1942:5: warning: If memory allocation fails, then there is a possible null pointer dereference: rule [nullPointerOutOfMemory] adsr-mle-623d6da/buffer.c:1939:18: note: Assuming allocation function fails adsr-mle-623d6da/buffer.c:1939:18: note: Assignment 'rule=calloc(1,sizeof(struct srule_t))', assigned value is 0 adsr-mle-623d6da/buffer.c:1942:5: note: Null pointer dereference adsr-mle-623d6da/buffer.c:1943:5: warning: If memory allocation fails, then there is a possible null pointer dereference: rule [nullPointerOutOfMemory] adsr-mle-623d6da/buffer.c:1939:18: note: Assuming allocation function fails adsr-mle-623d6da/buffer.c:1939:18: note: Assignment 'rule=calloc(1,sizeof(struct srule_t))', assigned value is 0 adsr-mle-623d6da/buffer.c:1943:5: note: Null pointer dereference adsr-mle-623d6da/buffer.c:1944:5: warning: If memory allocation fails, then there is a possible null pointer dereference: rule [nullPointerOutOfMemory] adsr-mle-623d6da/buffer.c:1939:18: note: Assuming allocation function fails adsr-mle-623d6da/buffer.c:1939:18: note: Assignment 'rule=calloc(1,sizeof(struct srule_t))', assigned value is 0 adsr-mle-623d6da/buffer.c:1944:5: note: Null pointer dereference adsr-mle-623d6da/buffer.c:1945:14: warning: If memory allocation fails, then there is a possible null pointer dereference: rule [nullPointerOutOfMemory] adsr-mle-623d6da/buffer.c:1939:18: note: Assuming allocation function fails adsr-mle-623d6da/buffer.c:1939:18: note: Assignment 'rule=calloc(1,sizeof(struct srule_t))', assigned value is 0 adsr-mle-623d6da/buffer.c:1945:14: note: Null pointer dereference adsr-mle-623d6da/buffer.c:1946:14: warning: If memory allocation fails, then there is a possible null pointer dereference: rule [nullPointerOutOfMemory] adsr-mle-623d6da/buffer.c:1939:18: note: Assuming allocation function fails adsr-mle-623d6da/buffer.c:1939:18: note: Assignment 'rule=calloc(1,sizeof(struct srule_t))', assigned value is 0 adsr-mle-623d6da/buffer.c:1946:14: note: Null pointer dereference adsr-mle-623d6da/buffer.c:1947:5: warning: If memory allocation fails, then there is a possible null pointer dereference: rule [nullPointerOutOfMemory] adsr-mle-623d6da/buffer.c:1939:18: note: Assuming allocation function fails adsr-mle-623d6da/buffer.c:1939:18: note: Assignment 'rule=calloc(1,sizeof(struct srule_t))', assigned value is 0 adsr-mle-623d6da/buffer.c:1947:5: note: Null pointer dereference adsr-mle-623d6da/buffer.c:1947:43: warning: If memory allocation fails, then there is a possible null pointer dereference: rule [nullPointerOutOfMemory] adsr-mle-623d6da/buffer.c:1939:18: note: Assuming allocation function fails adsr-mle-623d6da/buffer.c:1939:18: note: Assignment 'rule=calloc(1,sizeof(struct srule_t))', assigned value is 0 adsr-mle-623d6da/buffer.c:1947:43: note: Null pointer dereference adsr-mle-623d6da/buffer.c:1947:72: warning: If memory allocation fails, then there is a possible null pointer dereference: rule [nullPointerOutOfMemory] adsr-mle-623d6da/buffer.c:1939:18: note: Assuming allocation function fails adsr-mle-623d6da/buffer.c:1939:18: note: Assignment 'rule=calloc(1,sizeof(struct srule_t))', assigned value is 0 adsr-mle-623d6da/buffer.c:1947:72: note: Null pointer dereference adsr-mle-623d6da/buffer.c:1948:5: warning: If memory allocation fails, then there is a possible null pointer dereference: rule [nullPointerOutOfMemory] adsr-mle-623d6da/buffer.c:1939:18: note: Assuming allocation function fails adsr-mle-623d6da/buffer.c:1939:18: note: Assignment 'rule=calloc(1,sizeof(struct srule_t))', assigned value is 0 adsr-mle-623d6da/buffer.c:1948:5: note: Null pointer dereference adsr-mle-623d6da/buffer.c:1948:47: warning: If memory allocation fails, then there is a possible null pointer dereference: rule [nullPointerOutOfMemory] adsr-mle-623d6da/buffer.c:1939:18: note: Assuming allocation function fails adsr-mle-623d6da/buffer.c:1939:18: note: Assignment 'rule=calloc(1,sizeof(struct srule_t))', assigned value is 0 adsr-mle-623d6da/buffer.c:1948:47: note: Null pointer dereference adsr-mle-623d6da/buffer.c:1948:80: warning: If memory allocation fails, then there is a possible null pointer dereference: rule [nullPointerOutOfMemory] adsr-mle-623d6da/buffer.c:1939:18: note: Assuming allocation function fails adsr-mle-623d6da/buffer.c:1939:18: note: Assignment 'rule=calloc(1,sizeof(struct srule_t))', assigned value is 0 adsr-mle-623d6da/buffer.c:1948:80: note: Null pointer dereference adsr-mle-623d6da/buffer.c:1949:10: warning: If memory allocation fails, then there is a possible null pointer dereference: rule [nullPointerOutOfMemory] adsr-mle-623d6da/buffer.c:1939:18: note: Assuming allocation function fails adsr-mle-623d6da/buffer.c:1939:18: note: Assignment 'rule=calloc(1,sizeof(struct srule_t))', assigned value is 0 adsr-mle-623d6da/buffer.c:1949:10: note: Null pointer dereference adsr-mle-623d6da/buffer.c:1949:24: warning: If memory allocation fails, then there is a possible null pointer dereference: rule [nullPointerOutOfMemory] adsr-mle-623d6da/buffer.c:1939:18: note: Assuming allocation function fails adsr-mle-623d6da/buffer.c:1939:18: note: Assignment 'rule=calloc(1,sizeof(struct srule_t))', assigned value is 0 adsr-mle-623d6da/buffer.c:1949:24: note: Null pointer dereference adsr-mle-623d6da/buffer.c:1961:5: warning: If memory allocation fails, then there is a possible null pointer dereference: rule [nullPointerOutOfMemory] adsr-mle-623d6da/buffer.c:1960:18: note: Assuming allocation function fails adsr-mle-623d6da/buffer.c:1960:18: note: Assignment 'rule=calloc(1,sizeof(struct srule_t))', assigned value is 0 adsr-mle-623d6da/buffer.c:1961:5: note: Null pointer dereference adsr-mle-623d6da/buffer.c:1962:5: warning: If memory allocation fails, then there is a possible null pointer dereference: rule [nullPointerOutOfMemory] adsr-mle-623d6da/buffer.c:1960:18: note: Assuming allocation function fails adsr-mle-623d6da/buffer.c:1960:18: note: Assignment 'rule=calloc(1,sizeof(struct srule_t))', assigned value is 0 adsr-mle-623d6da/buffer.c:1962:5: note: Null pointer dereference adsr-mle-623d6da/buffer.c:1963:5: warning: If memory allocation fails, then there is a possible null pointer dereference: rule [nullPointerOutOfMemory] adsr-mle-623d6da/buffer.c:1960:18: note: Assuming allocation function fails adsr-mle-623d6da/buffer.c:1960:18: note: Assignment 'rule=calloc(1,sizeof(struct srule_t))', assigned value is 0 adsr-mle-623d6da/buffer.c:1963:5: note: Null pointer dereference adsr-mle-623d6da/buffer.c:1964:5: warning: If memory allocation fails, then there is a possible null pointer dereference: rule [nullPointerOutOfMemory] adsr-mle-623d6da/buffer.c:1960:18: note: Assuming allocation function fails adsr-mle-623d6da/buffer.c:1960:18: note: Assignment 'rule=calloc(1,sizeof(struct srule_t))', assigned value is 0 adsr-mle-623d6da/buffer.c:1964:5: note: Null pointer dereference adsr-mle-623d6da/buffer.c:1965:5: warning: If memory allocation fails, then there is a possible null pointer dereference: rule [nullPointerOutOfMemory] adsr-mle-623d6da/buffer.c:1960:18: note: Assuming allocation function fails adsr-mle-623d6da/buffer.c:1960:18: note: Assignment 'rule=calloc(1,sizeof(struct srule_t))', assigned value is 0 adsr-mle-623d6da/buffer.c:1965:5: note: Null pointer dereference adsr-mle-623d6da/buffer.c:1247:14: style: Checking if unsigned expression 'size' is less than zero. [unsignedLessThanZero] adsr-mle-623d6da/buffer.c:603:90: style:inconclusive: Function 'buffer_replace_w_bline' argument 4 names different: declaration 'num_chars' definition 'del_chars'. [funcArgNamesDifferent] adsr-mle-623d6da/mlbuf.h:191:90: note: Function 'buffer_replace_w_bline' argument 4 names different: declaration 'num_chars' definition 'del_chars'. adsr-mle-623d6da/buffer.c:603:90: note: Function 'buffer_replace_w_bline' argument 4 names different: declaration 'num_chars' definition 'del_chars'. adsr-mle-623d6da/buffer.c:846:59: style:inconclusive: Function 'buffer_set_callback' argument 2 names different: declaration 'fn_cb' definition 'cb'. [funcArgNamesDifferent] adsr-mle-623d6da/mlbuf.h:202:59: note: Function 'buffer_set_callback' argument 2 names different: declaration 'fn_cb' definition 'cb'. adsr-mle-623d6da/buffer.c:846:59: note: Function 'buffer_set_callback' argument 2 names different: declaration 'fn_cb' definition 'cb'. adsr-mle-623d6da/buffer.c:872:156: style:inconclusive: Function 'buffer_substr' argument 8 names different: declaration 'ret_nchars' definition 'ret_data_nchars'. [funcArgNamesDifferent] adsr-mle-623d6da/mlbuf.h:185:156: note: Function 'buffer_substr' argument 8 names different: declaration 'ret_nchars' definition 'ret_data_nchars'. adsr-mle-623d6da/buffer.c:872:156: note: Function 'buffer_substr' argument 8 names different: declaration 'ret_nchars' definition 'ret_data_nchars'. adsr-mle-623d6da/buffer.c:1177:38: style:inconclusive: Function 'bline_get_col_from_vcol' argument 1 names different: declaration 'self' definition 'bline'. [funcArgNamesDifferent] adsr-mle-623d6da/mlbuf.h:219:38: note: Function 'bline_get_col_from_vcol' argument 1 names different: declaration 'self' definition 'bline'. adsr-mle-623d6da/buffer.c:1177:38: note: Function 'bline_get_col_from_vcol' argument 1 names different: declaration 'self' definition 'bline'. adsr-mle-623d6da/buffer.c:70:39: style: Parameter 'path' can be declared as pointer to const [constParameterPointer] adsr-mle-623d6da/buffer.c:138:42: style: Parameter 'path' can be declared as pointer to const [constParameterPointer] adsr-mle-623d6da/buffer.c:181:14: style: Variable 'bline' can be declared as pointer to const [constVariablePointer] adsr-mle-623d6da/buffer.c:287:14: style: Variable 'bline' can be declared as pointer to const [constVariablePointer] adsr-mle-623d6da/buffer.c:612:11: style: Variable 'data_newline' can be declared as pointer to const [constVariablePointer] adsr-mle-623d6da/buffer.c:773:48: style: Parameter 'bline' can be declared as pointer to const [constParameterPointer] adsr-mle-623d6da/buffer.c:1354:16: style: Variable 'first_action' can be declared as pointer to const [constVariablePointer] adsr-mle-623d6da/buffer.c:1411:10: style: Variable 'group_to_redo' can be declared as pointer to const [constVariablePointer] adsr-mle-623d6da/buffer.c:1494:39: style: Variable 'eol_rule_orig' can be declared as pointer to const [constVariablePointer] adsr-mle-623d6da/buffer.c:1621:86: style: Parameter 'style' can be declared as pointer to const [constParameterPointer] adsr-mle-623d6da/buffer.c:1773:70: style: Parameter 'data' can be declared as pointer to const [constParameterPointer] adsr-mle-623d6da/buffer.c:1915:33: style: Parameter 're' can be declared as pointer to const [constParameterPointer] adsr-mle-623d6da/buffer.c:1935:32: style: Parameter 're' can be declared as pointer to const [constParameterPointer] adsr-mle-623d6da/buffer.c:1935:57: style: Parameter 're_end' can be declared as pointer to const [constParameterPointer] adsr-mle-623d6da/buffer.c:275:19: error: Uninitialized variable: node->srule [uninitvar] adsr-mle-623d6da/buffer.c:828:19: error: Uninitialized variable: node->srule [uninitvar] adsr-mle-623d6da/buffer.c:1463:27: error: Uninitialized variables: action_target.type, action_target.buffer, action_target.start_line, action_target.start_line_index, action_target.start_col, action_target.maybe_end_line, action_target.maybe_end_line_index, action_target.maybe_end_col, action_target.byte_delta, action_target.char_delta, action_target.line_delta, action_target.action_group, action_target.data, action_target.data_len, action_target.next, action_target.prev [uninitvar] adsr-mle-623d6da/buffer.c:1645:39: error: Uninitialized variables: mark.bline, mark.col, mark.target_col, mark.range_srule, mark.letter, mark.next, mark.prev, mark.lefty [uninitvar] adsr-mle-623d6da/buffer.c:1642:14: note: Assuming condition is true adsr-mle-623d6da/buffer.c:1644:17: note: Assuming condition is true adsr-mle-623d6da/buffer.c:1645:39: note: Uninitialized variables: mark.bline, mark.col, mark.target_col, mark.range_srule, mark.letter, mark.next, mark.prev, mark.lefty adsr-mle-623d6da/buffer.c:1697:45: error: Uninitialized variables: mark.bline, mark.col, mark.target_col, mark.range_srule, mark.letter, mark.next, mark.prev, mark.lefty [uninitvar] adsr-mle-623d6da/buffer.c:1767:19: error: Uninitialized variable: mark->col [uninitvar] adsr-mle-623d6da/buffer.c:1815:49: error: Uninitialized variables: mark.bline, mark.col, mark.target_col, mark.range_srule, mark.letter, mark.next, mark.prev, mark.lefty [uninitvar] adsr-mle-623d6da/buffer.c:1813:9: note: Assuming condition is true adsr-mle-623d6da/buffer.c:1815:49: note: Uninitialized variables: mark.bline, mark.col, mark.target_col, mark.range_srule, mark.letter, mark.next, mark.prev, mark.lefty adsr-mle-623d6da/buffer.c:1870:19: error: Uninitialized variable: mark->col [uninitvar] adsr-mle-623d6da/bview.c:794:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ENOENT [valueFlowBailoutIncompleteVar] adsr-mle-623d6da/bview.c:909:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable all_next [valueFlowBailoutIncompleteVar] adsr-mle-623d6da/bview.c:1315:73: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PCRE2_SIZE [valueFlowBailoutIncompleteVar] adsr-mle-623d6da/bview.c:37:5: warning: If memory allocation fails, then there is a possible null pointer dereference: self [nullPointerOutOfMemory] adsr-mle-623d6da/bview.c:36:18: note: Assuming allocation function fails adsr-mle-623d6da/bview.c:36:18: note: Assignment 'self=calloc(1,sizeof(struct bview_t))', assigned value is 0 adsr-mle-623d6da/bview.c:37:5: note: Null pointer dereference adsr-mle-623d6da/bview.c:38:5: warning: If memory allocation fails, then there is a possible null pointer dereference: self [nullPointerOutOfMemory] adsr-mle-623d6da/bview.c:36:18: note: Assuming allocation function fails adsr-mle-623d6da/bview.c:36:18: note: Assignment 'self=calloc(1,sizeof(struct bview_t))', assigned value is 0 adsr-mle-623d6da/bview.c:38:5: note: Null pointer dereference adsr-mle-623d6da/bview.c:40:5: warning: If memory allocation fails, then there is a possible null pointer dereference: self [nullPointerOutOfMemory] adsr-mle-623d6da/bview.c:36:18: note: Assuming allocation function fails adsr-mle-623d6da/bview.c:36:18: note: Assignment 'self=calloc(1,sizeof(struct bview_t))', assigned value is 0 adsr-mle-623d6da/bview.c:40:5: note: Null pointer dereference adsr-mle-623d6da/bview.c:41:5: warning: If memory allocation fails, then there is a possible null pointer dereference: self [nullPointerOutOfMemory] adsr-mle-623d6da/bview.c:36:18: note: Assuming allocation function fails adsr-mle-623d6da/bview.c:36:18: note: Assignment 'self=calloc(1,sizeof(struct bview_t))', assigned value is 0 adsr-mle-623d6da/bview.c:41:5: note: Null pointer dereference adsr-mle-623d6da/bview.c:42:5: warning: If memory allocation fails, then there is a possible null pointer dereference: self [nullPointerOutOfMemory] adsr-mle-623d6da/bview.c:36:18: note: Assuming allocation function fails adsr-mle-623d6da/bview.c:36:18: note: Assignment 'self=calloc(1,sizeof(struct bview_t))', assigned value is 0 adsr-mle-623d6da/bview.c:42:5: note: Null pointer dereference adsr-mle-623d6da/bview.c:43:5: warning: If memory allocation fails, then there is a possible null pointer dereference: self [nullPointerOutOfMemory] adsr-mle-623d6da/bview.c:36:18: note: Assuming allocation function fails adsr-mle-623d6da/bview.c:36:18: note: Assignment 'self=calloc(1,sizeof(struct bview_t))', assigned value is 0 adsr-mle-623d6da/bview.c:43:5: note: Null pointer dereference adsr-mle-623d6da/bview.c:44:5: warning: If memory allocation fails, then there is a possible null pointer dereference: self [nullPointerOutOfMemory] adsr-mle-623d6da/bview.c:36:18: note: Assuming allocation function fails adsr-mle-623d6da/bview.c:36:18: note: Assignment 'self=calloc(1,sizeof(struct bview_t))', assigned value is 0 adsr-mle-623d6da/bview.c:44:5: note: Null pointer dereference adsr-mle-623d6da/bview.c:45:5: warning: If memory allocation fails, then there is a possible null pointer dereference: self [nullPointerOutOfMemory] adsr-mle-623d6da/bview.c:36:18: note: Assuming allocation function fails adsr-mle-623d6da/bview.c:36:18: note: Assignment 'self=calloc(1,sizeof(struct bview_t))', assigned value is 0 adsr-mle-623d6da/bview.c:45:5: note: Null pointer dereference adsr-mle-623d6da/bview.c:46:5: warning: If memory allocation fails, then there is a possible null pointer dereference: self [nullPointerOutOfMemory] adsr-mle-623d6da/bview.c:36:18: note: Assuming allocation function fails adsr-mle-623d6da/bview.c:36:18: note: Assignment 'self=calloc(1,sizeof(struct bview_t))', assigned value is 0 adsr-mle-623d6da/bview.c:46:5: note: Null pointer dereference adsr-mle-623d6da/bview.c:47:5: warning: If memory allocation fails, then there is a possible null pointer dereference: self [nullPointerOutOfMemory] adsr-mle-623d6da/bview.c:36:18: note: Assuming allocation function fails adsr-mle-623d6da/bview.c:36:18: note: Assignment 'self=calloc(1,sizeof(struct bview_t))', assigned value is 0 adsr-mle-623d6da/bview.c:47:5: note: Null pointer dereference adsr-mle-623d6da/bview.c:48:5: warning: If memory allocation fails, then there is a possible null pointer dereference: self [nullPointerOutOfMemory] adsr-mle-623d6da/bview.c:36:18: note: Assuming allocation function fails adsr-mle-623d6da/bview.c:36:18: note: Assignment 'self=calloc(1,sizeof(struct bview_t))', assigned value is 0 adsr-mle-623d6da/bview.c:48:5: note: Null pointer dereference adsr-mle-623d6da/bview.c:49:5: warning: If memory allocation fails, then there is a possible null pointer dereference: self [nullPointerOutOfMemory] adsr-mle-623d6da/bview.c:36:18: note: Assuming allocation function fails adsr-mle-623d6da/bview.c:36:18: note: Assignment 'self=calloc(1,sizeof(struct bview_t))', assigned value is 0 adsr-mle-623d6da/bview.c:49:5: note: Null pointer dereference adsr-mle-623d6da/bview.c:50:5: warning: If memory allocation fails, then there is a possible null pointer dereference: self [nullPointerOutOfMemory] adsr-mle-623d6da/bview.c:36:18: note: Assuming allocation function fails adsr-mle-623d6da/bview.c:36:18: note: Assignment 'self=calloc(1,sizeof(struct bview_t))', assigned value is 0 adsr-mle-623d6da/bview.c:50:5: note: Null pointer dereference adsr-mle-623d6da/bview.c:51:5: warning: If memory allocation fails, then there is a possible null pointer dereference: self [nullPointerOutOfMemory] adsr-mle-623d6da/bview.c:36:18: note: Assuming allocation function fails adsr-mle-623d6da/bview.c:36:18: note: Assignment 'self=calloc(1,sizeof(struct bview_t))', assigned value is 0 adsr-mle-623d6da/bview.c:51:5: note: Null pointer dereference adsr-mle-623d6da/bview.c:52:5: warning: If memory allocation fails, then there is a possible null pointer dereference: self [nullPointerOutOfMemory] adsr-mle-623d6da/bview.c:36:18: note: Assuming allocation function fails adsr-mle-623d6da/bview.c:36:18: note: Assignment 'self=calloc(1,sizeof(struct bview_t))', assigned value is 0 adsr-mle-623d6da/bview.c:52:5: note: Null pointer dereference adsr-mle-623d6da/bview.c:209:5: warning: If memory allocation fails, then there is a possible null pointer dereference: node [nullPointerOutOfMemory] adsr-mle-623d6da/bview.c:208:18: note: Assuming allocation function fails adsr-mle-623d6da/bview.c:208:18: note: Assignment 'node=calloc(1,sizeof(struct kmap_node_t))', assigned value is 0 adsr-mle-623d6da/bview.c:209:5: note: Null pointer dereference adsr-mle-623d6da/bview.c:210:5: warning: If memory allocation fails, then there is a possible null pointer dereference: node [nullPointerOutOfMemory] adsr-mle-623d6da/bview.c:208:18: note: Assuming allocation function fails adsr-mle-623d6da/bview.c:208:18: note: Assignment 'node=calloc(1,sizeof(struct kmap_node_t))', assigned value is 0 adsr-mle-623d6da/bview.c:210:5: note: Null pointer dereference adsr-mle-623d6da/bview.c:268:5: warning: If memory allocation fails, then there is a possible null pointer dereference: cursor [nullPointerOutOfMemory] adsr-mle-623d6da/bview.c:267:20: note: Assuming allocation function fails adsr-mle-623d6da/bview.c:267:20: note: Assignment 'cursor=calloc(1,sizeof(struct cursor_t))', assigned value is 0 adsr-mle-623d6da/bview.c:268:5: note: Null pointer dereference adsr-mle-623d6da/bview.c:271:5: warning: If memory allocation fails, then there is a possible null pointer dereference: cursor [nullPointerOutOfMemory] adsr-mle-623d6da/bview.c:267:20: note: Assuming allocation function fails adsr-mle-623d6da/bview.c:267:20: note: Assignment 'cursor=calloc(1,sizeof(struct cursor_t))', assigned value is 0 adsr-mle-623d6da/bview.c:271:5: note: Null pointer dereference adsr-mle-623d6da/bview.c:276:5: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: cursor [nullPointerOutOfMemory] adsr-mle-623d6da/bview.c:267:20: note: Assuming allocation function fails adsr-mle-623d6da/bview.c:267:20: note: Assignment 'cursor=calloc(1,sizeof(struct cursor_t))', assigned value is 0 adsr-mle-623d6da/bview.c:276:5: note: Null pointer dereference adsr-mle-623d6da/bview.c:395:5: warning: If memory allocation fails, then there is a possible null pointer dereference: listener [nullPointerOutOfMemory] adsr-mle-623d6da/bview.c:394:22: note: Assuming allocation function fails adsr-mle-623d6da/bview.c:394:22: note: Assignment 'listener=calloc(1,sizeof(struct bview_listener_t))', assigned value is 0 adsr-mle-623d6da/bview.c:395:5: note: Null pointer dereference adsr-mle-623d6da/bview.c:396:5: warning: If memory allocation fails, then there is a possible null pointer dereference: listener [nullPointerOutOfMemory] adsr-mle-623d6da/bview.c:394:22: note: Assuming allocation function fails adsr-mle-623d6da/bview.c:394:22: note: Assignment 'listener=calloc(1,sizeof(struct bview_listener_t))', assigned value is 0 adsr-mle-623d6da/bview.c:396:5: note: Null pointer dereference adsr-mle-623d6da/bview.c:467:5: warning: If memory allocation fails, then there is a possible null pointer dereference: self [nullPointerOutOfMemory] adsr-mle-623d6da/bview.c:36:18: note: Assuming allocation function fails adsr-mle-623d6da/bview.c:36:18: note: Assignment 'self=calloc(1,sizeof(struct bview_t))', assigned value is 0 adsr-mle-623d6da/bview.c:55:9: note: Assuming condition is true adsr-mle-623d6da/bview.c:60:17: note: Calling function '_bview_init', 1st argument 'self' value is 0 adsr-mle-623d6da/bview.c:467:5: note: Null pointer dereference adsr-mle-623d6da/bview.c:468:5: warning: If memory allocation fails, then there is a possible null pointer dereference: self [nullPointerOutOfMemory] adsr-mle-623d6da/bview.c:36:18: note: Assuming allocation function fails adsr-mle-623d6da/bview.c:36:18: note: Assignment 'self=calloc(1,sizeof(struct bview_t))', assigned value is 0 adsr-mle-623d6da/bview.c:55:9: note: Assuming condition is true adsr-mle-623d6da/bview.c:60:17: note: Calling function '_bview_init', 1st argument 'self' value is 0 adsr-mle-623d6da/bview.c:468:5: note: Null pointer dereference adsr-mle-623d6da/bview.c:472:38: warning: If memory allocation fails, then there is a possible null pointer dereference: self [nullPointerOutOfMemory] adsr-mle-623d6da/bview.c:36:18: note: Assuming allocation function fails adsr-mle-623d6da/bview.c:36:18: note: Assignment 'self=calloc(1,sizeof(struct bview_t))', assigned value is 0 adsr-mle-623d6da/bview.c:55:9: note: Assuming condition is true adsr-mle-623d6da/bview.c:60:17: note: Calling function '_bview_init', 1st argument 'self' value is 0 adsr-mle-623d6da/bview.c:472:38: note: Null pointer dereference adsr-mle-623d6da/bview.c:473:22: warning: If memory allocation fails, then there is a possible null pointer dereference: self [nullPointerOutOfMemory] adsr-mle-623d6da/bview.c:36:18: note: Assuming allocation function fails adsr-mle-623d6da/bview.c:36:18: note: Assignment 'self=calloc(1,sizeof(struct bview_t))', assigned value is 0 adsr-mle-623d6da/bview.c:55:9: note: Assuming condition is true adsr-mle-623d6da/bview.c:60:17: note: Calling function '_bview_init', 1st argument 'self' value is 0 adsr-mle-623d6da/bview.c:473:22: note: Null pointer dereference adsr-mle-623d6da/bview.c:554:12: warning: If memory allocation fails, then there is a possible null pointer dereference: self [nullPointerOutOfMemory] adsr-mle-623d6da/bview.c:36:18: note: Assuming allocation function fails adsr-mle-623d6da/bview.c:36:18: note: Assignment 'self=calloc(1,sizeof(struct bview_t))', assigned value is 0 adsr-mle-623d6da/bview.c:55:9: note: Assuming condition is true adsr-mle-623d6da/bview.c:60:17: note: Calling function '_bview_init', 1st argument 'self' value is 0 adsr-mle-623d6da/bview.c:469:30: note: Calling function '_bview_set_linenum_width', 1st argument 'self' value is 0 adsr-mle-623d6da/bview.c:554:12: note: Null pointer dereference adsr-mle-623d6da/bview.c:555:5: warning: If memory allocation fails, then there is a possible null pointer dereference: self [nullPointerOutOfMemory] adsr-mle-623d6da/bview.c:36:18: note: Assuming allocation function fails adsr-mle-623d6da/bview.c:36:18: note: Assignment 'self=calloc(1,sizeof(struct bview_t))', assigned value is 0 adsr-mle-623d6da/bview.c:55:9: note: Assuming condition is true adsr-mle-623d6da/bview.c:60:17: note: Calling function '_bview_init', 1st argument 'self' value is 0 adsr-mle-623d6da/bview.c:469:30: note: Calling function '_bview_set_linenum_width', 1st argument 'self' value is 0 adsr-mle-623d6da/bview.c:555:5: note: Null pointer dereference adsr-mle-623d6da/bview.c:555:31: warning: If memory allocation fails, then there is a possible null pointer dereference: self [nullPointerOutOfMemory] adsr-mle-623d6da/bview.c:36:18: note: Assuming allocation function fails adsr-mle-623d6da/bview.c:36:18: note: Assignment 'self=calloc(1,sizeof(struct bview_t))', assigned value is 0 adsr-mle-623d6da/bview.c:55:9: note: Assuming condition is true adsr-mle-623d6da/bview.c:60:17: note: Calling function '_bview_init', 1st argument 'self' value is 0 adsr-mle-623d6da/bview.c:469:30: note: Calling function '_bview_set_linenum_width', 1st argument 'self' value is 0 adsr-mle-623d6da/bview.c:555:31: note: Null pointer dereference adsr-mle-623d6da/bview.c:556:9: warning: If memory allocation fails, then there is a possible null pointer dereference: self [nullPointerOutOfMemory] adsr-mle-623d6da/bview.c:36:18: note: Assuming allocation function fails adsr-mle-623d6da/bview.c:36:18: note: Assignment 'self=calloc(1,sizeof(struct bview_t))', assigned value is 0 adsr-mle-623d6da/bview.c:55:9: note: Assuming condition is true adsr-mle-623d6da/bview.c:60:17: note: Calling function '_bview_init', 1st argument 'self' value is 0 adsr-mle-623d6da/bview.c:469:30: note: Calling function '_bview_set_linenum_width', 1st argument 'self' value is 0 adsr-mle-623d6da/bview.c:556:9: note: Null pointer dereference adsr-mle-623d6da/bview.c:580:12: warning: If memory allocation fails, then there is a possible null pointer dereference: self [nullPointerOutOfMemory] adsr-mle-623d6da/bview.c:36:18: note: Assuming allocation function fails adsr-mle-623d6da/bview.c:36:18: note: Assignment 'self=calloc(1,sizeof(struct bview_t))', assigned value is 0 adsr-mle-623d6da/bview.c:55:9: note: Assuming condition is true adsr-mle-623d6da/bview.c:60:17: note: Calling function '_bview_init', 1st argument 'self' value is 0 adsr-mle-623d6da/bview.c:464:19: note: Calling function '_bview_deinit', 1st argument 'self' value is 0 adsr-mle-623d6da/bview.c:580:12: note: Null pointer dereference adsr-mle-623d6da/bview.c:699:5: warning: If memory allocation fails, then there is a possible null pointer dereference: self [nullPointerOutOfMemory] adsr-mle-623d6da/bview.c:36:18: note: Assuming allocation function fails adsr-mle-623d6da/bview.c:36:18: note: Assignment 'self=calloc(1,sizeof(struct bview_t))', assigned value is 0 adsr-mle-623d6da/bview.c:58:37: note: Calling function '_bview_open_buffer', 1st argument 'self' value is 0 adsr-mle-623d6da/bview.c:800:26: note: Calling function '_bview_set_tab_width', 1st argument 'self' value is 0 adsr-mle-623d6da/bview.c:699:5: note: Null pointer dereference adsr-mle-623d6da/bview.c:700:9: warning: If memory allocation fails, then there is a possible null pointer dereference: self [nullPointerOutOfMemory] adsr-mle-623d6da/bview.c:36:18: note: Assuming allocation function fails adsr-mle-623d6da/bview.c:36:18: note: Assignment 'self=calloc(1,sizeof(struct bview_t))', assigned value is 0 adsr-mle-623d6da/bview.c:58:37: note: Calling function '_bview_open_buffer', 1st argument 'self' value is 0 adsr-mle-623d6da/bview.c:800:26: note: Calling function '_bview_set_tab_width', 1st argument 'self' value is 0 adsr-mle-623d6da/bview.c:700:9: note: Null pointer dereference adsr-mle-623d6da/bview.c:700:25: warning: If memory allocation fails, then there is a possible null pointer dereference: self [nullPointerOutOfMemory] adsr-mle-623d6da/bview.c:36:18: note: Assuming allocation function fails adsr-mle-623d6da/bview.c:36:18: note: Assignment 'self=calloc(1,sizeof(struct bview_t))', assigned value is 0 adsr-mle-623d6da/bview.c:58:37: note: Calling function '_bview_open_buffer', 1st argument 'self' value is 0 adsr-mle-623d6da/bview.c:800:26: note: Calling function '_bview_set_tab_width', 1st argument 'self' value is 0 adsr-mle-623d6da/bview.c:700:25: note: Null pointer dereference adsr-mle-623d6da/bview.c:700:52: warning: If memory allocation fails, then there is a possible null pointer dereference: self [nullPointerOutOfMemory] adsr-mle-623d6da/bview.c:36:18: note: Assuming allocation function fails adsr-mle-623d6da/bview.c:36:18: note: Assignment 'self=calloc(1,sizeof(struct bview_t))', assigned value is 0 adsr-mle-623d6da/bview.c:58:37: note: Calling function '_bview_open_buffer', 1st argument 'self' value is 0 adsr-mle-623d6da/bview.c:800:26: note: Calling function '_bview_set_tab_width', 1st argument 'self' value is 0 adsr-mle-623d6da/bview.c:700:52: note: Null pointer dereference adsr-mle-623d6da/bview.c:800:32: warning: If memory allocation fails, then there is a possible null pointer dereference: self [nullPointerOutOfMemory] adsr-mle-623d6da/bview.c:36:18: note: Assuming allocation function fails adsr-mle-623d6da/bview.c:36:18: note: Assignment 'self=calloc(1,sizeof(struct bview_t))', assigned value is 0 adsr-mle-623d6da/bview.c:58:37: note: Calling function '_bview_open_buffer', 1st argument 'self' value is 0 adsr-mle-623d6da/bview.c:800:32: note: Null pointer dereference adsr-mle-623d6da/bview.c:392:59: style:inconclusive: Function 'bview_add_listener' argument 2 names different: declaration 'fn_callback' definition 'callback'. [funcArgNamesDifferent] adsr-mle-623d6da/mle.h:448:59: note: Function 'bview_add_listener' argument 2 names different: declaration 'fn_callback' definition 'callback'. adsr-mle-623d6da/bview.c:392:59: note: Function 'bview_add_listener' argument 2 names different: declaration 'fn_callback' definition 'callback'. adsr-mle-623d6da/bview.c:304:58: style: Parameter 'one' can be declared as pointer to const [constParameterPointer] adsr-mle-623d6da/bview.c:316:50: style: Parameter 'cursor' can be declared as pointer to const [constParameterPointer] adsr-mle-623d6da/bview.c:513:46: style: Parameter 'buffer' can be declared as pointer to const. However it seems that '_bview_buffer_callback' is a callback function, if 'buffer' is declared with const you might also need to cast function pointer(s). [constParameterCallback] adsr-mle-623d6da/bview.c:798:33: note: You might need to cast the function pointer here adsr-mle-623d6da/bview.c:513:46: note: Parameter 'buffer' can be declared as pointer to const adsr-mle-623d6da/bview.c:710:11: style: Variable 'colon' can be declared as pointer to const [constVariablePointer] adsr-mle-623d6da/bview.c:1250:58: style: Parameter 'bline' can be declared as pointer to const [constParameterPointer] adsr-mle-623d6da/bview.c:186:24: error: Uninitialized variable: cursor->mark [uninitvar] adsr-mle-623d6da/bview.c:257:22: error: Uninitialized variable: cursor->is_asleep [uninitvar] adsr-mle-623d6da/bview.c:296:21: error: Uninitialized variable: cursor->is_asleep [uninitvar] adsr-mle-623d6da/bview.c:308:13: error: Uninitialized variables: cursor.bview, cursor.mark, cursor.anchor, cursor.is_anchored, cursor.is_temp_anchored, cursor.is_block, cursor.is_asleep, cursor.sel_rule, cursor.cut_buffer, cursor.next, cursor.prev [uninitvar] adsr-mle-623d6da/bview.c:320:13: error: Uninitialized variables: el.bview, el.mark, el.anchor, el.is_anchored, el.is_temp_anchored, el.is_block, el.is_asleep, el.sel_rule, el.cut_buffer, el.next, el.prev [uninitvar] adsr-mle-623d6da/bview.c:533:24: error: Uninitialized variable: bview->buffer [uninitvar] adsr-mle-623d6da/bview.c:589:59: error: Uninitialized variable: srule_node->srule [uninitvar] adsr-mle-623d6da/bview.c:607:38: error: Uninitialized variables: listener.callback, listener.udata, listener.next, listener.prev [uninitvar] adsr-mle-623d6da/bview.c:671:59: error: Uninitialized variable: srule_node->srule [uninitvar] adsr-mle-623d6da/bview.c:669:13: note: Assuming condition is true adsr-mle-623d6da/bview.c:671:59: note: Uninitialized variable: srule_node->srule adsr-mle-623d6da/bview.c:910:14: error: Uninitialized variable: bview_tmp->type [uninitvar] adsr-mle-623d6da/bview.c:1268:50: error: Uninitialized variable: node->srule [uninitvar] adsr-mle-623d6da/cmd.c:524:60: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable all_next [valueFlowBailoutIncompleteVar] adsr-mle-623d6da/cmd.c:632:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable kmap [valueFlowBailoutIncompleteVar] adsr-mle-623d6da/cmd.c:747:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable all_next [valueFlowBailoutIncompleteVar] adsr-mle-623d6da/cmd.c:910:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable all_next [valueFlowBailoutIncompleteVar] adsr-mle-623d6da/cmd.c:1010:59: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable top_next [valueFlowBailoutIncompleteVar] adsr-mle-623d6da/cmd.c:1490:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable hh [valueFlowBailoutIncompleteVar] adsr-mle-623d6da/cmd.c:1555:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable hh [valueFlowBailoutIncompleteVar] adsr-mle-623d6da/cmd.c:1629:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable kmap [valueFlowBailoutIncompleteVar] adsr-mle-623d6da/cmd.c:1653:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable data [valueFlowBailoutIncompleteVar] adsr-mle-623d6da/cmd.c:2032:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable all_next [valueFlowBailoutIncompleteVar] adsr-mle-623d6da/cmd.c:1995:9: error: Address of local auto-variable assigned to a function parameter. [autoVariables] adsr-mle-623d6da/cmd.c:540:45: style: Condition 'istatic_param)', assigned value is 0 adsr-mle-623d6da/cmd.c:740:22: note: Null pointer dereference adsr-mle-623d6da/cmd.c:923:21: warning: Either the condition 'bview->buffer' is redundant or there is possible null pointer dereference: bview->buffer. [nullPointerRedundantCheck] adsr-mle-623d6da/cmd.c:931:18: note: Assuming that condition 'bview->buffer' is not redundant adsr-mle-623d6da/cmd.c:923:21: note: Null pointer dereference adsr-mle-623d6da/cmd.c:923:43: warning: Either the condition 'bview->buffer' is redundant or there is possible null pointer dereference: bview->buffer. [nullPointerRedundantCheck] adsr-mle-623d6da/cmd.c:931:18: note: Assuming that condition 'bview->buffer' is not redundant adsr-mle-623d6da/cmd.c:923:43: note: Null pointer dereference adsr-mle-623d6da/cmd.c:1248:55: warning: If memory allocation fails, then there is a possible null pointer dereference: code [nullPointerOutOfMemory] adsr-mle-623d6da/cmd.c:1241:22: note: Assuming allocation function fails adsr-mle-623d6da/cmd.c:1241:22: note: Assignment 'code=strdup(ctx->static_param)', assigned value is 0 adsr-mle-623d6da/cmd.c:1248:55: note: Null pointer dereference adsr-mle-623d6da/cmd.c:1296:13: warning: If memory allocation fails, then there is a possible null pointer dereference: jumps [nullPointerOutOfMemory] adsr-mle-623d6da/cmd.c:1289:19: note: Assuming allocation function fails adsr-mle-623d6da/cmd.c:1289:19: note: Assignment 'jumps=calloc(26*26,sizeof(struct mark_t))', assigned value is 0 adsr-mle-623d6da/cmd.c:1295:35: note: Assuming condition is false adsr-mle-623d6da/cmd.c:1296:13: note: Null pointer dereference adsr-mle-623d6da/cmd.c:1297:13: warning: If memory allocation fails, then there is a possible null pointer dereference: jumps [nullPointerOutOfMemory] adsr-mle-623d6da/cmd.c:1289:19: note: Assuming allocation function fails adsr-mle-623d6da/cmd.c:1289:19: note: Assignment 'jumps=calloc(26*26,sizeof(struct mark_t))', assigned value is 0 adsr-mle-623d6da/cmd.c:1295:35: note: Assuming condition is false adsr-mle-623d6da/cmd.c:1297:13: note: Null pointer dereference adsr-mle-623d6da/cmd.c:1667:77: warning: If memory allocation fails, then there is a possible null pointer dereference: path [nullPointerOutOfMemory] adsr-mle-623d6da/cmd.c:1663:26: note: Assuming allocation function fails adsr-mle-623d6da/cmd.c:1663:26: note: Assignment 'path=strdup(bview->buffer->path)', assigned value is 0 adsr-mle-623d6da/cmd.c:1667:77: note: Null pointer dereference adsr-mle-623d6da/cmd.c:1879:20: warning: If memory allocation fails, then there is a possible null pointer dereference: line [nullPointerOutOfMemory] adsr-mle-623d6da/cmd.c:1878:19: note: Assuming allocation function fails adsr-mle-623d6da/cmd.c:1878:19: note: Assignment 'line=strndup(ctx->bview->active_cursor->mark->bline->data,ctx->bview->active_cursor->mark->bline->data_len)', assigned value is 0 adsr-mle-623d6da/cmd.c:1879:20: note: Null pointer dereference adsr-mle-623d6da/cmd.c:1955:24: warning: If memory allocation fails, then there is a possible null pointer dereference: line [nullPointerOutOfMemory] adsr-mle-623d6da/cmd.c:1954:19: note: Assuming allocation function fails adsr-mle-623d6da/cmd.c:1954:19: note: Assignment 'line=strndup(ctx->bview->active_cursor->mark->bline->data,ctx->bview->active_cursor->mark->bline->data_len)', assigned value is 0 adsr-mle-623d6da/cmd.c:1955:24: note: Null pointer dereference adsr-mle-623d6da/cmd.c:1963:23: warning: If memory allocation fails, then there is a possible null pointer dereference: line [nullPointerOutOfMemory] adsr-mle-623d6da/cmd.c:1954:19: note: Assuming allocation function fails adsr-mle-623d6da/cmd.c:1954:19: note: Assignment 'line=strndup(ctx->bview->active_cursor->mark->bline->data,ctx->bview->active_cursor->mark->bline->data_len)', assigned value is 0 adsr-mle-623d6da/cmd.c:1963:23: note: Null pointer dereference adsr-mle-623d6da/cmd.c:2054:28: warning: If memory allocation fails, then there is a possible null pointer dereference: prev_line [nullPointerOutOfMemory] adsr-mle-623d6da/cmd.c:2053:24: note: Assuming allocation function fails adsr-mle-623d6da/cmd.c:2053:24: note: Assignment 'prev_line=strndup(prev_bline->data,prev_bline->data_len)', assigned value is 0 adsr-mle-623d6da/cmd.c:2054:28: note: Null pointer dereference adsr-mle-623d6da/cmd.c:2102:32: warning: If memory allocation fails, then there is a possible null pointer dereference: this_line [nullPointerOutOfMemory] adsr-mle-623d6da/cmd.c:2100:28: note: Assuming allocation function fails adsr-mle-623d6da/cmd.c:2100:28: note: Assignment 'this_line=strndup(ctx->cursor->mark->bline->data,ctx->cursor->mark->bline->data_len)', assigned value is 0 adsr-mle-623d6da/cmd.c:2102:32: note: Null pointer dereference adsr-mle-623d6da/cmd.c:2103:32: warning: If memory allocation fails, then there is a possible null pointer dereference: prev_line [nullPointerOutOfMemory] adsr-mle-623d6da/cmd.c:2101:28: note: Assuming allocation function fails adsr-mle-623d6da/cmd.c:2101:28: note: Assignment 'prev_line=strndup(ctx->cursor->mark->bline->prev->data,ctx->cursor->mark->bline->prev->data_len)', assigned value is 0 adsr-mle-623d6da/cmd.c:2103:32: note: Null pointer dereference adsr-mle-623d6da/cmd.c:2104:42: warning: If memory allocation fails, then there is a possible null pointer dereference: prev_line [nullPointerOutOfMemory] adsr-mle-623d6da/cmd.c:2101:28: note: Assuming allocation function fails adsr-mle-623d6da/cmd.c:2101:28: note: Assignment 'prev_line=strndup(ctx->cursor->mark->bline->prev->data,ctx->cursor->mark->bline->prev->data_len)', assigned value is 0 adsr-mle-623d6da/cmd.c:2104:42: note: Null pointer dereference adsr-mle-623d6da/cmd.c:65:15: style: Variable 'input' can be declared as pointer to const [constVariablePointer] adsr-mle-623d6da/cmd.c:571:31: style: Parameter 'ctx' can be declared as pointer to const [constParameterPointer] adsr-mle-623d6da/cmd.c:603:14: style: Variable 'orig' can be declared as pointer to const [constVariablePointer] adsr-mle-623d6da/cmd.c:604:14: style: Variable 'mid' can be declared as pointer to const [constVariablePointer] adsr-mle-623d6da/cmd.c:605:14: style: Variable 'top' can be declared as pointer to const [constVariablePointer] adsr-mle-623d6da/cmd.c:821:11: style: Variable 'grep_fmt' can be declared as pointer to const [constVariablePointer] adsr-mle-623d6da/cmd.c:1377:11: style: Variable 'sh_fmt' can be declared as pointer to const [constVariablePointer] adsr-mle-623d6da/cmd.c:2256:55: style: Parameter 'editor' can be declared as pointer to const [constParameterPointer] adsr-mle-623d6da/cmd.c:2257:14: style: Variable 'tmp' can be declared as pointer to const [constVariablePointer] adsr-mle-623d6da/cmd.c:118:9: error: Uninitialized variable: cursor->is_asleep [uninitvar] adsr-mle-623d6da/cmd.c:126:9: error: Uninitialized variable: cursor->is_asleep [uninitvar] adsr-mle-623d6da/cmd.c:163:5: error: Uninitialized variable: cursor->is_asleep [uninitvar] adsr-mle-623d6da/cmd.c:169:5: error: Uninitialized variable: cursor->is_asleep [uninitvar] adsr-mle-623d6da/cmd.c:197:5: error: Uninitialized variable: cursor->is_asleep [uninitvar] adsr-mle-623d6da/cmd.c:204:5: error: Uninitialized variable: cursor->is_asleep [uninitvar] adsr-mle-623d6da/cmd.c:211:5: error: Uninitialized variable: cursor->is_asleep [uninitvar] adsr-mle-623d6da/cmd.c:218:5: error: Uninitialized variable: cursor->is_asleep [uninitvar] adsr-mle-623d6da/cmd.c:225:5: error: Uninitialized variable: cursor->is_asleep [uninitvar] adsr-mle-623d6da/cmd.c:232:5: error: Uninitialized variable: cursor->is_asleep [uninitvar] adsr-mle-623d6da/cmd.c:239:5: error: Uninitialized variable: cursor->is_asleep [uninitvar] adsr-mle-623d6da/cmd.c:263:5: error: Uninitialized variable: cursor->is_asleep [uninitvar] adsr-mle-623d6da/cmd.c:277:5: error: Uninitialized variable: cursor->is_asleep [uninitvar] adsr-mle-623d6da/cmd.c:296:5: error: Uninitialized variable: cursor->is_asleep [uninitvar] adsr-mle-623d6da/cmd.c:302:5: error: Uninitialized variable: cursor->is_asleep [uninitvar] adsr-mle-623d6da/cmd.c:309:5: error: Uninitialized variable: cursor->is_asleep [uninitvar] adsr-mle-623d6da/cmd.c:316:5: error: Uninitialized variable: cursor->is_asleep [uninitvar] adsr-mle-623d6da/cmd.c:323:5: error: Uninitialized variable: cursor->is_asleep [uninitvar] adsr-mle-623d6da/cmd.c:748:14: error: Uninitialized variable: bview->type [uninitvar] adsr-mle-623d6da/cmd.c:911:14: error: Uninitialized variable: bview->type [uninitvar] adsr-mle-623d6da/cmd.c:1011:14: error: Uninitialized variable: bview->type [uninitvar] adsr-mle-623d6da/cmd.c:1100:5: error: Uninitialized variable: cursor->is_asleep [uninitvar] adsr-mle-623d6da/cmd.c:1112:5: error: Uninitialized variable: cursor->is_asleep [uninitvar] adsr-mle-623d6da/cmd.c:1480:35: error: Uninitialized variable: kmap_node->kmap [uninitvar] adsr-mle-623d6da/cmd.c:1492:30: error: Uninitialized variable: kmap->name [uninitvar] adsr-mle-623d6da/cmd.c:1556:22: error: Uninitialized variable: binding->children [uninitvar] adsr-mle-623d6da/cmd.c:2033:20: error: Uninitialized variable: bview->id [uninitvar] adsr-mle-623d6da/cmd.c:2146:48: error: Uninitialized variable: &input [uninitvar] adsr-mle-623d6da/cmd.c:2142:5: note: Assuming condition is true adsr-mle-623d6da/cmd.c:2144:19: note: Assuming condition is true adsr-mle-623d6da/cmd.c:2146:48: note: Uninitialized variable: &input adsr-mle-623d6da/cmd.c:2146:56: error: Uninitialized variable: &input_len [uninitvar] adsr-mle-623d6da/cmd.c:2142:5: note: Assuming condition is true adsr-mle-623d6da/cmd.c:2144:19: note: Assuming condition is true adsr-mle-623d6da/cmd.c:2146:56: note: Uninitialized variable: &input_len adsr-mle-623d6da/cmd.c:2250:5: error: Uninitialized variable: cursor->is_asleep [uninitvar] adsr-mle-623d6da/cursor.c:374:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable kmap [valueFlowBailoutIncompleteVar] adsr-mle-623d6da/cursor.c:387:86: style: Checking if unsigned expression 'repl_backref.len' is less than zero. [unsignedLessThanZero] adsr-mle-623d6da/cursor.c:282:64: style: Parameter 'opt_regex' can be declared as pointer to const [constParameterPointer] adsr-mle-623d6da/cursor.c:282:81: style: Parameter 'opt_replacement' can be declared as pointer to const [constParameterPointer] adsr-mle-623d6da/termbox2.h:2340:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable O_RDWR [valueFlowBailoutIncompleteVar] adsr-mle-623d6da/termbox2.h:2896:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] adsr-mle-623d6da/termbox2.h:3051:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] adsr-mle-623d6da/termbox2.h:3101:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TIOCGWINSZ [valueFlowBailoutIncompleteVar] adsr-mle-623d6da/termbox2.h:3138:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] adsr-mle-623d6da/termbox2.h:3181:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCSAFLUSH [valueFlowBailoutIncompleteVar] adsr-mle-623d6da/termbox2.h:3470:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] adsr-mle-623d6da/termbox2.h:3772:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] adsr-mle-623d6da/termbox2.h:4197:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] adsr-mle-623d6da/editor.c:184:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] adsr-mle-623d6da/editor.c:212:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable hh [valueFlowBailoutIncompleteVar] adsr-mle-623d6da/editor.c:354:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable all_next [valueFlowBailoutIncompleteVar] adsr-mle-623d6da/editor.c:445:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable all_next [valueFlowBailoutIncompleteVar] adsr-mle-623d6da/editor.c:507:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable all_next [valueFlowBailoutIncompleteVar] adsr-mle-623d6da/editor.c:518:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable all_next [valueFlowBailoutIncompleteVar] adsr-mle-623d6da/editor.c:541:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable hh [valueFlowBailoutIncompleteVar] adsr-mle-623d6da/editor.c:588:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable top_next [valueFlowBailoutIncompleteVar] adsr-mle-623d6da/editor.c:751:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable hh [valueFlowBailoutIncompleteVar] adsr-mle-623d6da/editor.c:1005:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EINTR [valueFlowBailoutIncompleteVar] adsr-mle-623d6da/editor.c:1146:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable top_next [valueFlowBailoutIncompleteVar] adsr-mle-623d6da/editor.c:1477:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable hh [valueFlowBailoutIncompleteVar] adsr-mle-623d6da/editor.c:1653:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SIG_IGN [valueFlowBailoutIncompleteVar] adsr-mle-623d6da/editor.c:1669:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable all_next [valueFlowBailoutIncompleteVar] adsr-mle-623d6da/editor.c:2028:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable hh [valueFlowBailoutIncompleteVar] adsr-mle-623d6da/editor.c:2073:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable hh [valueFlowBailoutIncompleteVar] adsr-mle-623d6da/editor.c:2123:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable hh [valueFlowBailoutIncompleteVar] adsr-mle-623d6da/editor.c:2173:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable hh [valueFlowBailoutIncompleteVar] adsr-mle-623d6da/editor.c:2244:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable hh [valueFlowBailoutIncompleteVar] adsr-mle-623d6da/editor.c:2296:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable hh [valueFlowBailoutIncompleteVar] adsr-mle-623d6da/editor.c:2378:63: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable S_IXUSR [valueFlowBailoutIncompleteVar] adsr-mle-623d6da/editor.c:2433:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable optind [valueFlowBailoutIncompleteVar] adsr-mle-623d6da/editor.c:2603:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable optind [valueFlowBailoutIncompleteVar] adsr-mle-623d6da/editor.c:2629:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable optind [valueFlowBailoutIncompleteVar] adsr-mle-623d6da/editor.c:2703:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] adsr-mle-623d6da/termbox2.h:3239:21: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] adsr-mle-623d6da/termbox2.h:3245:19: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] adsr-mle-623d6da/editor.c:728:12: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] adsr-mle-623d6da/editor.c:737:16: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] adsr-mle-623d6da/editor.c:2100:15: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] adsr-mle-623d6da/editor.c:2101:15: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] adsr-mle-623d6da/editor.c:2102:15: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] adsr-mle-623d6da/editor.c:2110:15: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] adsr-mle-623d6da/editor.c:2111:15: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] adsr-mle-623d6da/editor.c:2112:15: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] adsr-mle-623d6da/editor.c:2150:13: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] adsr-mle-623d6da/editor.c:2168:17: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] adsr-mle-623d6da/editor.c:2253:15: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] adsr-mle-623d6da/editor.c:2254:15: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] adsr-mle-623d6da/editor.c:2255:15: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] adsr-mle-623d6da/editor.c:2256:15: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] adsr-mle-623d6da/editor.c:2282:15: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] adsr-mle-623d6da/editor.c:2283:15: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] adsr-mle-623d6da/editor.c:2284:15: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] adsr-mle-623d6da/editor.c:2285:15: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] adsr-mle-623d6da/editor.c:2342:13: error: Common realloc mistake: 'data' nulled but not freed upon failure [memleakOnRealloc] adsr-mle-623d6da/editor.c:539:6: warning: If memory allocation fails, then there is a possible null pointer dereference: new_cmd [nullPointerOutOfMemory] adsr-mle-623d6da/editor.c:538:21: note: Assuming allocation function fails adsr-mle-623d6da/editor.c:538:21: note: Assignment 'new_cmd=calloc(1,sizeof(struct cmd_t))', assigned value is 0 adsr-mle-623d6da/editor.c:539:6: note: Null pointer dereference adsr-mle-623d6da/editor.c:540:5: warning: If memory allocation fails, then there is a possible null pointer dereference: new_cmd [nullPointerOutOfMemory] adsr-mle-623d6da/editor.c:538:21: note: Assuming allocation function fails adsr-mle-623d6da/editor.c:538:21: note: Assignment 'new_cmd=calloc(1,sizeof(struct cmd_t))', assigned value is 0 adsr-mle-623d6da/editor.c:540:5: note: Null pointer dereference adsr-mle-623d6da/editor.c:540:28: warning: If memory allocation fails, then there is a possible null pointer dereference: new_cmd [nullPointerOutOfMemory] adsr-mle-623d6da/editor.c:538:21: note: Assuming allocation function fails adsr-mle-623d6da/editor.c:538:21: note: Assignment 'new_cmd=calloc(1,sizeof(struct cmd_t))', assigned value is 0 adsr-mle-623d6da/editor.c:540:28: note: Null pointer dereference adsr-mle-623d6da/editor.c:541:42: warning: If memory allocation fails, then there is a possible null pointer dereference: new_cmd [nullPointerOutOfMemory] adsr-mle-623d6da/editor.c:538:21: note: Assuming allocation function fails adsr-mle-623d6da/editor.c:538:21: note: Assignment 'new_cmd=calloc(1,sizeof(struct cmd_t))', assigned value is 0 adsr-mle-623d6da/editor.c:541:42: note: Null pointer dereference adsr-mle-623d6da/editor.c:541:64: warning: If memory allocation fails, then there is a possible null pointer dereference: new_cmd [nullPointerOutOfMemory] adsr-mle-623d6da/editor.c:538:21: note: Assuming allocation function fails adsr-mle-623d6da/editor.c:538:21: note: Assignment 'new_cmd=calloc(1,sizeof(struct cmd_t))', assigned value is 0 adsr-mle-623d6da/editor.c:541:64: note: Null pointer dereference adsr-mle-623d6da/editor.c:600:5: warning: If memory allocation fails, then there is a possible null pointer dereference: observer [nullPointerOutOfMemory] adsr-mle-623d6da/editor.c:599:22: note: Assuming allocation function fails adsr-mle-623d6da/editor.c:599:22: note: Assignment 'observer=calloc(1,sizeof(struct observer_t))', assigned value is 0 adsr-mle-623d6da/editor.c:600:5: note: Null pointer dereference adsr-mle-623d6da/editor.c:601:5: warning: If memory allocation fails, then there is a possible null pointer dereference: observer [nullPointerOutOfMemory] adsr-mle-623d6da/editor.c:599:22: note: Assuming allocation function fails adsr-mle-623d6da/editor.c:599:22: note: Assignment 'observer=calloc(1,sizeof(struct observer_t))', assigned value is 0 adsr-mle-623d6da/editor.c:601:5: note: Null pointer dereference adsr-mle-623d6da/editor.c:602:5: warning: If memory allocation fails, then there is a possible null pointer dereference: observer [nullPointerOutOfMemory] adsr-mle-623d6da/editor.c:599:22: note: Assuming allocation function fails adsr-mle-623d6da/editor.c:599:22: note: Assignment 'observer=calloc(1,sizeof(struct observer_t))', assigned value is 0 adsr-mle-623d6da/editor.c:602:5: note: Null pointer dereference adsr-mle-623d6da/editor.c:750:9: warning: If memory allocation fails, then there is a possible null pointer dereference: prompt_history [nullPointerOutOfMemory] adsr-mle-623d6da/editor.c:749:32: note: Assuming allocation function fails adsr-mle-623d6da/editor.c:749:32: note: Assignment 'prompt_history=calloc(1,sizeof(struct prompt_history_t))', assigned value is 0 adsr-mle-623d6da/editor.c:750:9: note: Null pointer dereference adsr-mle-623d6da/editor.c:751:58: warning: If memory allocation fails, then there is a possible null pointer dereference: prompt_history [nullPointerOutOfMemory] adsr-mle-623d6da/editor.c:749:32: note: Assuming allocation function fails adsr-mle-623d6da/editor.c:749:32: note: Assignment 'prompt_history=calloc(1,sizeof(struct prompt_history_t))', assigned value is 0 adsr-mle-623d6da/editor.c:751:58: note: Null pointer dereference adsr-mle-623d6da/editor.c:751:93: warning: If memory allocation fails, then there is a possible null pointer dereference: prompt_history [nullPointerOutOfMemory] adsr-mle-623d6da/editor.c:749:32: note: Assuming allocation function fails adsr-mle-623d6da/editor.c:749:32: note: Assignment 'prompt_history=calloc(1,sizeof(struct prompt_history_t))', assigned value is 0 adsr-mle-623d6da/editor.c:751:93: note: Null pointer dereference adsr-mle-623d6da/editor.c:792:5: warning: If memory allocation fails, then there is a possible null pointer dereference: prompt_hnode [nullPointerOutOfMemory] adsr-mle-623d6da/editor.c:791:26: note: Assuming allocation function fails adsr-mle-623d6da/editor.c:791:26: note: Assignment 'prompt_hnode=calloc(1,sizeof(struct prompt_hnode_t))', assigned value is 0 adsr-mle-623d6da/editor.c:792:5: note: Null pointer dereference adsr-mle-623d6da/editor.c:793:5: warning: If memory allocation fails, then there is a possible null pointer dereference: prompt_hnode [nullPointerOutOfMemory] adsr-mle-623d6da/editor.c:791:26: note: Assuming allocation function fails adsr-mle-623d6da/editor.c:791:26: note: Assignment 'prompt_hnode=calloc(1,sizeof(struct prompt_hnode_t))', assigned value is 0 adsr-mle-623d6da/editor.c:793:5: note: Null pointer dereference adsr-mle-623d6da/editor.c:1117:15: warning: If memory allocation fails, then there is a possible null pointer dereference: editor->macro_record [nullPointerOutOfMemory] adsr-mle-623d6da/editor.c:1116:38: note: Assuming allocation function fails adsr-mle-623d6da/editor.c:1116:38: note: Assignment 'editor->macro_record=calloc(1,sizeof(struct kmacro_t))', assigned value is 0 adsr-mle-623d6da/editor.c:1117:15: note: Null pointer dereference adsr-mle-623d6da/editor.c:2016:5: warning: If memory allocation fails, then there is a possible null pointer dereference: kmap [nullPointerOutOfMemory] adsr-mle-623d6da/editor.c:2015:18: note: Assuming allocation function fails adsr-mle-623d6da/editor.c:2015:18: note: Assignment 'kmap=calloc(1,sizeof(struct kmap_t))', assigned value is 0 adsr-mle-623d6da/editor.c:2016:5: note: Null pointer dereference adsr-mle-623d6da/editor.c:2017:5: warning: If memory allocation fails, then there is a possible null pointer dereference: kmap [nullPointerOutOfMemory] adsr-mle-623d6da/editor.c:2015:18: note: Assuming allocation function fails adsr-mle-623d6da/editor.c:2015:18: note: Assignment 'kmap=calloc(1,sizeof(struct kmap_t))', assigned value is 0 adsr-mle-623d6da/editor.c:2017:5: note: Null pointer dereference adsr-mle-623d6da/editor.c:2018:5: warning: If memory allocation fails, then there is a possible null pointer dereference: kmap [nullPointerOutOfMemory] adsr-mle-623d6da/editor.c:2015:18: note: Assuming allocation function fails adsr-mle-623d6da/editor.c:2015:18: note: Assignment 'kmap=calloc(1,sizeof(struct kmap_t))', assigned value is 0 adsr-mle-623d6da/editor.c:2018:5: note: Null pointer dereference adsr-mle-623d6da/editor.c:2028:43: warning: If memory allocation fails, then there is a possible null pointer dereference: kmap [nullPointerOutOfMemory] adsr-mle-623d6da/editor.c:2015:18: note: Assuming allocation function fails adsr-mle-623d6da/editor.c:2015:18: note: Assignment 'kmap=calloc(1,sizeof(struct kmap_t))', assigned value is 0 adsr-mle-623d6da/editor.c:2028:43: note: Null pointer dereference adsr-mle-623d6da/editor.c:2028:62: warning: If memory allocation fails, then there is a possible null pointer dereference: kmap [nullPointerOutOfMemory] adsr-mle-623d6da/editor.c:2015:18: note: Assuming allocation function fails adsr-mle-623d6da/editor.c:2015:18: note: Assignment 'kmap=calloc(1,sizeof(struct kmap_t))', assigned value is 0 adsr-mle-623d6da/editor.c:2028:62: note: Null pointer dereference adsr-mle-623d6da/editor.c:2051:28: warning: If memory allocation fails, then there is a possible null pointer dereference: cur_key_patt [nullPointerOutOfMemory] adsr-mle-623d6da/editor.c:2035:26: note: Assuming allocation function fails adsr-mle-623d6da/editor.c:2035:26: note: Assignment 'cur_key_patt=strdup(binding_def->key_patt)', assigned value is 0 adsr-mle-623d6da/editor.c:2036:93: note: Calling function '_editor_init_kmap_add_binding_to_trie', 3rd argument 'cur_key_patt' value is 0 adsr-mle-623d6da/editor.c:2051:28: note: Null pointer dereference adsr-mle-623d6da/editor.c:2061:22: warning: If memory allocation fails, then there is a possible null pointer dereference: cur_key_patt [nullPointerOutOfMemory] adsr-mle-623d6da/editor.c:2035:26: note: Assuming allocation function fails adsr-mle-623d6da/editor.c:2035:26: note: Assignment 'cur_key_patt=strdup(binding_def->key_patt)', assigned value is 0 adsr-mle-623d6da/editor.c:2036:93: note: Calling function '_editor_init_kmap_add_binding_to_trie', 3rd argument 'cur_key_patt' value is 0 adsr-mle-623d6da/editor.c:2061:22: note: Null pointer dereference adsr-mle-623d6da/editor.c:2063:29: warning: If memory allocation fails, then there is a possible null pointer dereference: cur_key_patt [nullPointerOutOfMemory] adsr-mle-623d6da/editor.c:2035:26: note: Assuming allocation function fails adsr-mle-623d6da/editor.c:2035:26: note: Assignment 'cur_key_patt=strdup(binding_def->key_patt)', assigned value is 0 adsr-mle-623d6da/editor.c:2036:93: note: Calling function '_editor_init_kmap_add_binding_to_trie', 3rd argument 'cur_key_patt' value is 0 adsr-mle-623d6da/editor.c:2061:36: note: Assuming condition is false adsr-mle-623d6da/editor.c:2063:29: note: Null pointer dereference adsr-mle-623d6da/editor.c:2155:13: warning: If memory allocation fails, then there is a possible null pointer dereference: macro [nullPointerOutOfMemory] adsr-mle-623d6da/editor.c:2154:27: note: Assuming allocation function fails adsr-mle-623d6da/editor.c:2154:27: note: Assignment 'macro=calloc(1,sizeof(struct kmacro_t))', assigned value is 0 adsr-mle-623d6da/editor.c:2155:13: note: Null pointer dereference adsr-mle-623d6da/editor.c:2235:5: warning: If memory allocation fails, then there is a possible null pointer dereference: syntax [nullPointerOutOfMemory] adsr-mle-623d6da/editor.c:2234:20: note: Assuming allocation function fails adsr-mle-623d6da/editor.c:2234:20: note: Assignment 'syntax=calloc(1,sizeof(struct syntax_t))', assigned value is 0 adsr-mle-623d6da/editor.c:2235:5: note: Null pointer dereference adsr-mle-623d6da/editor.c:2236:5: warning: If memory allocation fails, then there is a possible null pointer dereference: syntax [nullPointerOutOfMemory] adsr-mle-623d6da/editor.c:2234:20: note: Assuming allocation function fails adsr-mle-623d6da/editor.c:2234:20: note: Assignment 'syntax=calloc(1,sizeof(struct syntax_t))', assigned value is 0 adsr-mle-623d6da/editor.c:2236:5: note: Null pointer dereference adsr-mle-623d6da/editor.c:2237:5: warning: If memory allocation fails, then there is a possible null pointer dereference: syntax [nullPointerOutOfMemory] adsr-mle-623d6da/editor.c:2234:20: note: Assuming allocation function fails adsr-mle-623d6da/editor.c:2234:20: note: Assignment 'syntax=calloc(1,sizeof(struct syntax_t))', assigned value is 0 adsr-mle-623d6da/editor.c:2237:5: note: Null pointer dereference adsr-mle-623d6da/editor.c:2238:5: warning: If memory allocation fails, then there is a possible null pointer dereference: syntax [nullPointerOutOfMemory] adsr-mle-623d6da/editor.c:2234:20: note: Assuming allocation function fails adsr-mle-623d6da/editor.c:2234:20: note: Assignment 'syntax=calloc(1,sizeof(struct syntax_t))', assigned value is 0 adsr-mle-623d6da/editor.c:2238:5: note: Null pointer dereference adsr-mle-623d6da/editor.c:2244:45: warning: If memory allocation fails, then there is a possible null pointer dereference: syntax [nullPointerOutOfMemory] adsr-mle-623d6da/editor.c:2234:20: note: Assuming allocation function fails adsr-mle-623d6da/editor.c:2234:20: note: Assignment 'syntax=calloc(1,sizeof(struct syntax_t))', assigned value is 0 adsr-mle-623d6da/editor.c:2244:45: note: Null pointer dereference adsr-mle-623d6da/editor.c:2244:66: warning: If memory allocation fails, then there is a possible null pointer dereference: syntax [nullPointerOutOfMemory] adsr-mle-623d6da/editor.c:2234:20: note: Assuming allocation function fails adsr-mle-623d6da/editor.c:2234:20: note: Assignment 'syntax=calloc(1,sizeof(struct syntax_t))', assigned value is 0 adsr-mle-623d6da/editor.c:2244:66: note: Null pointer dereference adsr-mle-623d6da/editor.c:2268:9: warning: If memory allocation fails, then there is a possible null pointer dereference: node [nullPointerOutOfMemory] adsr-mle-623d6da/editor.c:2264:18: note: Assuming allocation function fails adsr-mle-623d6da/editor.c:2264:18: note: Assignment 'node=calloc(1,sizeof(struct srule_node_t))', assigned value is 0 adsr-mle-623d6da/editor.c:2268:9: note: Null pointer dereference adsr-mle-623d6da/editor.c:2270:10: warning: If memory allocation fails, then there is a possible null pointer dereference: node [nullPointerOutOfMemory] adsr-mle-623d6da/editor.c:2264:18: note: Assuming allocation function fails adsr-mle-623d6da/editor.c:2264:18: note: Assignment 'node=calloc(1,sizeof(struct srule_node_t))', assigned value is 0 adsr-mle-623d6da/editor.c:2270:10: note: Null pointer dereference adsr-mle-623d6da/editor.c:2274:15: warning: If memory allocation fails, then there is a possible null pointer dereference: syntax [nullPointerOutOfMemory] adsr-mle-623d6da/editor.c:2234:20: note: Assuming allocation function fails adsr-mle-623d6da/editor.c:2234:20: note: Assignment 'syntax=calloc(1,sizeof(struct syntax_t))', assigned value is 0 adsr-mle-623d6da/editor.c:2241:38: note: Calling function '_editor_init_syntax_add_rule', 1st argument 'syntax' value is 0 adsr-mle-623d6da/editor.c:2270:9: note: Assuming condition is false adsr-mle-623d6da/editor.c:2274:15: note: Null pointer dereference adsr-mle-623d6da/editor.c:2406:13: warning: If memory allocation fails, then there is a possible null pointer dereference: fargv [nullPointerOutOfMemory] adsr-mle-623d6da/editor.c:2405:27: note: Assuming allocation function fails adsr-mle-623d6da/editor.c:2405:27: note: Assignment 'fargv=malloc((fargc+1)*sizeof(char*))', assigned value is 0 adsr-mle-623d6da/editor.c:2406:13: note: Null pointer dereference adsr-mle-623d6da/editor.c:2407:13: warning: If memory allocation fails, then there is a possible null pointer dereference: fargv [nullPointerOutOfMemory] adsr-mle-623d6da/editor.c:2405:27: note: Assuming allocation function fails adsr-mle-623d6da/editor.c:2405:27: note: Assignment 'fargv=malloc((fargc+1)*sizeof(char*))', assigned value is 0 adsr-mle-623d6da/editor.c:2407:13: note: Null pointer dereference adsr-mle-623d6da/termbox2.h:3584:5: style: Redundant assignment of 'rv' to itself. [selfAssignment] adsr-mle-623d6da/termbox2.h:2967:29: style: Checking if unsigned expression 'strlen(cap)' is less than zero. [unsignedLessThanZero] adsr-mle-623d6da/termbox2.h:4171:29: style: Checking if unsigned expression 'strlen(str)' is less than zero. [unsignedLessThanZero] adsr-mle-623d6da/termbox2.h:4193:16: style: Checking if unsigned expression 'b->len' is less than zero. [unsignedLessThanZero] adsr-mle-623d6da/termbox2.h:3890:30: style:inconclusive: Function 'send_sgr' argument 1 names different: declaration 'fg' definition 'cfg'. [funcArgNamesDifferent] adsr-mle-623d6da/termbox2.h:2307:30: note: Function 'send_sgr' argument 1 names different: declaration 'fg' definition 'cfg'. adsr-mle-623d6da/termbox2.h:3890:30: note: Function 'send_sgr' argument 1 names different: declaration 'fg' definition 'cfg'. adsr-mle-623d6da/termbox2.h:3890:44: style:inconclusive: Function 'send_sgr' argument 2 names different: declaration 'bg' definition 'cbg'. [funcArgNamesDifferent] adsr-mle-623d6da/termbox2.h:2307:43: note: Function 'send_sgr' argument 2 names different: declaration 'bg' definition 'cbg'. adsr-mle-623d6da/termbox2.h:3890:44: note: Function 'send_sgr' argument 2 names different: declaration 'bg' definition 'cbg'. adsr-mle-623d6da/termbox2.h:4263:45: style:inconclusive: Function 'tb_iswprint_ex' argument 2 names different: declaration 'width' definition 'w'. [funcArgNamesDifferent] adsr-mle-623d6da/termbox2.h:2331:45: note: Function 'tb_iswprint_ex' argument 2 names different: declaration 'width' definition 'w'. adsr-mle-623d6da/termbox2.h:4263:45: note: Function 'tb_iswprint_ex' argument 2 names different: declaration 'width' definition 'w'. adsr-mle-623d6da/editor.c:329:46: style:inconclusive: Function 'editor_menu' argument 2 names different: declaration 'fn_callback' definition 'callback'. [funcArgNamesDifferent] adsr-mle-623d6da/mle.h:427:46: note: Function 'editor_menu' argument 2 names different: declaration 'fn_callback' definition 'callback'. adsr-mle-623d6da/editor.c:329:46: note: Function 'editor_menu' argument 2 names different: declaration 'fn_callback' definition 'callback'. adsr-mle-623d6da/editor.c:1603:60: style:inconclusive: Function '_editor_event_to_key' argument 2 names different: declaration 'ret_key' definition 'ret_keyname'. [funcArgNamesDifferent] adsr-mle-623d6da/editor.c:53:60: note: Function '_editor_event_to_key' argument 2 names different: declaration 'ret_key' definition 'ret_keyname'. adsr-mle-623d6da/editor.c:1603:60: note: Function '_editor_event_to_key' argument 2 names different: declaration 'ret_key' definition 'ret_keyname'. adsr-mle-623d6da/editor.c:349:19: style: Variable 'rect' can be declared as pointer to const [constVariablePointer] adsr-mle-623d6da/editor.c:486:37: style: Parameter 'editor' can be declared as pointer to const [constParameterPointer] adsr-mle-623d6da/editor.c:505:60: style: Parameter 'bview' can be declared as pointer to const [constParameterPointer] adsr-mle-623d6da/editor.c:597:54: style: Parameter 'event_patt' can be declared as pointer to const [constParameterPointer] adsr-mle-623d6da/editor.c:787:68: style: Parameter 'data' can be declared as pointer to const [constParameterPointer] adsr-mle-623d6da/editor.c:1087:35: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] adsr-mle-623d6da/editor.c:1098:67: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] adsr-mle-623d6da/editor.c:1126:19: style: Variable 'bounds' can be declared as pointer to const [constVariablePointer] adsr-mle-623d6da/editor.c:1192:11: style: Variable 'buf' can be declared as pointer to const [constVariablePointer] adsr-mle-623d6da/editor.c:1209:63: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] adsr-mle-623d6da/editor.c:1267:12: style: Variable 'cmd' can be declared as pointer to const [constVariablePointer] adsr-mle-623d6da/editor.c:1295:64: style: Parameter 'ev' can be declared as pointer to const [constParameterPointer] adsr-mle-623d6da/editor.c:1353:67: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] adsr-mle-623d6da/editor.c:1557:18: style: Variable 'c' can be declared as pointer to const [constVariablePointer] adsr-mle-623d6da/editor.c:1603:50: style: Parameter 'ev' can be declared as pointer to const [constParameterPointer] adsr-mle-623d6da/editor.c:2012:74: style: Parameter 'name' can be declared as pointer to const [constParameterPointer] adsr-mle-623d6da/editor.c:2012:86: style: Parameter 'default_cmd_name' can be declared as pointer to const [constParameterPointer] adsr-mle-623d6da/editor.c:2231:83: style: Parameter 'name' can be declared as pointer to const [constParameterPointer] adsr-mle-623d6da/editor.c:2231:95: style: Parameter 'path_pattern' can be declared as pointer to const [constParameterPointer] adsr-mle-623d6da/editor.c:2367:11: style: Variable 'rc_data_stop' can be declared as pointer to const [constVariablePointer] adsr-mle-623d6da/termbox2.h:3120:10: style: Variable 'move_and_report' can be declared as const array [constVariable] adsr-mle-623d6da/termbox2.h:3239:15: style: Variable 'dir' can be declared as pointer to const [constVariablePointer] adsr-mle-623d6da/termbox2.h:3980:49: style: Parameter 'ch' can be declared as pointer to const [constParameterPointer] adsr-mle-623d6da/termbox2.h:4018:37: style: Parameter 'a' can be declared as pointer to const [constParameterPointer] adsr-mle-623d6da/termbox2.h:4018:56: style: Parameter 'b' can be declared as pointer to const [constParameterPointer] adsr-mle-623d6da/termbox2.h:4127:46: style: Parameter 'c' can be declared as pointer to const [constParameterPointer] adsr-mle-623d6da/termbox2.h:4247:34: style: Parameter 'ch' can be declared as pointer to const [constParameterPointer] adsr-mle-623d6da/termbox2.h:3969:5: error: Uninitialized variable: nbuf [uninitvar] adsr-mle-623d6da/editor.c:241:41: error: Uninitialized variables: observer.event_patt, observer.callback, observer.udata, observer.next, observer.prev [uninitvar] adsr-mle-623d6da/editor.c:355:24: error: Uninitialized variable: bview->buffer [uninitvar] adsr-mle-623d6da/editor.c:353:9: note: Assuming condition is true adsr-mle-623d6da/editor.c:355:24: note: Uninitialized variable: bview->buffer adsr-mle-623d6da/editor.c:446:14: error: Uninitialized variable: bview->type [uninitvar] adsr-mle-623d6da/editor.c:449:113: error: Uninitialized variable: cursor->mark [uninitvar] adsr-mle-623d6da/editor.c:446:13: note: Assuming condition is false adsr-mle-623d6da/editor.c:449:113: note: Uninitialized variable: cursor->mark adsr-mle-623d6da/editor.c:508:13: error: Uninitialized variables: tmp.editor, tmp.x, tmp.y, tmp.w, tmp.h, tmp.is_resized, tmp.type, tmp.linenum_width, tmp.abs_linenum_width, tmp.rel_linenum_width, tmp.rect_caption, tmp.rect_lines, tmp.rect_margin_left, tmp.rect_buffer, tmp.rect_margin_right, tmp.buffer, tmp.viewport_x, tmp.viewport_x_vcol, tmp.viewport_mark, tmp.viewport_scope_x, tmp.viewport_scope_y, tmp.split_parent, tmp.split_child, tmp.split_factor, tmp.split_is_vertical, tmp.prompt_str, tmp.path, tmp.startup_linenum, tmp.kmap_stack, tmp.kmap_tail, tmp.cursors, tmp.active_cursor, tmp.last_search, tmp.isearch_rule, tmp.isearch_ranges, tmp.isearch_ranges_len, tmp.isearch_ranges_cap, tmp.tab_width, tmp.tab_to_space, tmp.soft_wrap, tmp.syntax, tmp.aproc, tmp.menu_callback, tmp.is_menu, tmp.id, tmp.listeners, tmp.top_next, tmp.top_prev, tmp.all_next, tmp.all_prev [uninitvar] adsr-mle-623d6da/editor.c:519:13: error: Uninitialized variable: bview->type [uninitvar] adsr-mle-623d6da/editor.c:589:38: error: Uninitialized variables: bview.editor, bview.x, bview.y, bview.w, bview.h, bview.is_resized, bview.type, bview.linenum_width, bview.abs_linenum_width, bview.rel_linenum_width, bview.rect_caption, bview.rect_lines, bview.rect_margin_left, bview.rect_buffer, bview.rect_margin_right, bview.buffer, bview.viewport_x, bview.viewport_x_vcol, bview.viewport_mark, bview.viewport_scope_x, bview.viewport_scope_y, bview.split_parent, bview.split_child, bview.split_factor, bview.split_is_vertical, bview.prompt_str, bview.path, bview.startup_linenum, bview.kmap_stack, bview.kmap_tail, bview.cursors, bview.active_cursor, bview.last_search, bview.isearch_rule, bview.isearch_ranges, bview.isearch_ranges_len, bview.isearch_ranges_cap, bview.tab_width, bview.tab_to_space, bview.soft_wrap, bview.syntax, bview.aproc, bview.menu_callback, bview.is_menu, bview.id, bview.listeners, bview.top_next, bview.top_prev, bview.all_next, bview.all_prev [uninitvar] adsr-mle-623d6da/editor.c:1052:31: error: Uninitialized variable: observer->event_patt [uninitvar] adsr-mle-623d6da/editor.c:1147:13: error: Uninitialized variable: bview->type [uninitvar] adsr-mle-623d6da/editor.c:1172:22: error: Uninitialized variable: cursor->is_asleep [uninitvar] adsr-mle-623d6da/editor.c:1670:20: error: Uninitialized variable: bview->buffer [uninitvar] adsr-mle-623d6da/editor.c:2124:22: error: Uninitialized variable: binding->children [uninitvar] adsr-mle-623d6da/main.c:14:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LC_ALL [valueFlowBailoutIncompleteVar] adsr-mle-623d6da/mark.c:894:71: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PCRE2_CASELESS [valueFlowBailoutIncompleteVar] adsr-mle-623d6da/mark.c:941:85: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PCRE2_SIZE [valueFlowBailoutIncompleteVar] adsr-mle-623d6da/mark.c:597:19: style: Condition 'rc!=NULL' is always true [knownConditionTrueFalse] adsr-mle-623d6da/mark.c:597:38: style: Condition 'ovector!=NULL' is always true [knownConditionTrueFalse] adsr-mle-623d6da/mark.c:817:37: style: Condition 'self->colchar_count' is always true [knownConditionTrueFalse] adsr-mle-623d6da/mark.c:810:23: note: Assuming that condition 'self->col>=search_line->char_count' is not redundant adsr-mle-623d6da/mark.c:817:37: note: Condition 'self->colchar_count' is always true adsr-mle-623d6da/mark.c:893:14: warning: If memory allocation fails, then there is a possible null pointer dereference: regex [nullPointerOutOfMemory] adsr-mle-623d6da/mark.c:892:19: note: Assuming allocation function fails adsr-mle-623d6da/mark.c:892:19: note: Assignment 'regex=malloc(re_len+1)', assigned value is 0 adsr-mle-623d6da/mark.c:893:14: note: Null pointer dereference adsr-mle-623d6da/mark.c:531:119: style:inconclusive: Function 'mark_move_next_str_ex' argument 6 names different: declaration 'optret_num_chars' definition 'optret_char_count'. [funcArgNamesDifferent] adsr-mle-623d6da/mlbuf.h:278:119: note: Function 'mark_move_next_str_ex' argument 6 names different: declaration 'optret_num_chars' definition 'optret_char_count'. adsr-mle-623d6da/mark.c:531:119: note: Function 'mark_move_next_str_ex' argument 6 names different: declaration 'optret_num_chars' definition 'optret_char_count'. adsr-mle-623d6da/mark.c:535:119: style:inconclusive: Function 'mark_move_prev_str_ex' argument 6 names different: declaration 'optret_num_chars' definition 'optret_char_count'. [funcArgNamesDifferent] adsr-mle-623d6da/mlbuf.h:286:119: note: Function 'mark_move_prev_str_ex' argument 6 names different: declaration 'optret_num_chars' definition 'optret_char_count'. adsr-mle-623d6da/mark.c:535:119: note: Function 'mark_move_prev_str_ex' argument 6 names different: declaration 'optret_num_chars' definition 'optret_char_count'. adsr-mle-623d6da/mark.c:539:109: style:inconclusive: Function 'mark_move_next_cre_ex' argument 5 names different: declaration 'optret_num_chars' definition 'optret_char_count'. [funcArgNamesDifferent] adsr-mle-623d6da/mlbuf.h:272:109: note: Function 'mark_move_next_cre_ex' argument 5 names different: declaration 'optret_num_chars' definition 'optret_char_count'. adsr-mle-623d6da/mark.c:539:109: note: Function 'mark_move_next_cre_ex' argument 5 names different: declaration 'optret_num_chars' definition 'optret_char_count'. adsr-mle-623d6da/mark.c:543:109: style:inconclusive: Function 'mark_move_prev_cre_ex' argument 5 names different: declaration 'optret_num_chars' definition 'optret_char_count'. [funcArgNamesDifferent] adsr-mle-623d6da/mlbuf.h:282:109: note: Function 'mark_move_prev_cre_ex' argument 5 names different: declaration 'optret_num_chars' definition 'optret_char_count'. adsr-mle-623d6da/mark.c:543:109: note: Function 'mark_move_prev_cre_ex' argument 5 names different: declaration 'optret_num_chars' definition 'optret_char_count'. adsr-mle-623d6da/mark.c:547:116: style:inconclusive: Function 'mark_move_next_re_ex' argument 6 names different: declaration 'optret_num_chars' definition 'optret_char_count'. [funcArgNamesDifferent] adsr-mle-623d6da/mlbuf.h:275:116: note: Function 'mark_move_next_re_ex' argument 6 names different: declaration 'optret_num_chars' definition 'optret_char_count'. adsr-mle-623d6da/mark.c:547:116: note: Function 'mark_move_next_re_ex' argument 6 names different: declaration 'optret_num_chars' definition 'optret_char_count'. adsr-mle-623d6da/mark.c:551:116: style:inconclusive: Function 'mark_move_prev_re_ex' argument 6 names different: declaration 'optret_num_chars' definition 'optret_char_count'. [funcArgNamesDifferent] adsr-mle-623d6da/mlbuf.h:284:116: note: Function 'mark_move_prev_re_ex' argument 6 names different: declaration 'optret_num_chars' definition 'optret_char_count'. adsr-mle-623d6da/mark.c:551:116: note: Function 'mark_move_prev_re_ex' argument 6 names different: declaration 'optret_num_chars' definition 'optret_char_count'. adsr-mle-623d6da/mark.c:555:114: style:inconclusive: Function 'mark_move_bracket_pair_ex' argument 5 names different: declaration 'optret_num_chars' definition 'optret_char_count'. [funcArgNamesDifferent] adsr-mle-623d6da/mlbuf.h:264:114: note: Function 'mark_move_bracket_pair_ex' argument 5 names different: declaration 'optret_num_chars' definition 'optret_char_count'. adsr-mle-623d6da/mark.c:555:114: note: Function 'mark_move_bracket_pair_ex' argument 5 names different: declaration 'optret_num_chars' definition 'optret_char_count'. adsr-mle-623d6da/mark.c:559:113: style:inconclusive: Function 'mark_move_bracket_top_ex' argument 5 names different: declaration 'optret_num_chars' definition 'optret_char_count'. [funcArgNamesDifferent] adsr-mle-623d6da/mlbuf.h:266:113: note: Function 'mark_move_bracket_top_ex' argument 5 names different: declaration 'optret_num_chars' definition 'optret_char_count'. adsr-mle-623d6da/mark.c:559:113: note: Function 'mark_move_bracket_top_ex' argument 5 names different: declaration 'optret_num_chars' definition 'optret_char_count'. adsr-mle-623d6da/mark.c:200:24: style: Parameter 'self' can be declared as pointer to const [constParameterPointer] adsr-mle-623d6da/mark.c:200:38: style: Parameter 'other' can be declared as pointer to const [constParameterPointer] adsr-mle-623d6da/mark.c:210:24: style: Parameter 'self' can be declared as pointer to const [constParameterPointer] adsr-mle-623d6da/mark.c:210:38: style: Parameter 'other' can be declared as pointer to const [constParameterPointer] adsr-mle-623d6da/mark.c:220:24: style: Parameter 'self' can be declared as pointer to const [constParameterPointer] adsr-mle-623d6da/mark.c:220:38: style: Parameter 'other' can be declared as pointer to const [constParameterPointer] adsr-mle-623d6da/mark.c:437:28: style: Parameter 'self' can be declared as pointer to const [constParameterPointer] adsr-mle-623d6da/mark.c:634:45: style: Parameter 'self' can be declared as pointer to const [constParameterPointer] adsr-mle-623d6da/mark.c:885:45: style: Parameter 're' can be declared as pointer to const [constParameterPointer] adsr-mle-623d6da/mark.c:910:47: style: Parameter 'haystack' can be declared as pointer to const. However it seems that 'mark_find_next_str_matchfn' is a callback function, if 'haystack' is declared with const you might also need to cast function pointer(s). [constParameterCallback] adsr-mle-623d6da/mark.c:917:82: note: You might need to cast the function pointer here adsr-mle-623d6da/mark.c:910:47: note: Parameter 'haystack' can be declared as pointer to const adsr-mle-623d6da/mark.c:910:123: style: Parameter 'needle' can be declared as pointer to const. However it seems that 'mark_find_next_str_matchfn' is a callback function, if 'needle' is declared with const you might also need to cast function pointer(s). [constParameterCallback] adsr-mle-623d6da/mark.c:917:82: note: You might need to cast the function pointer here adsr-mle-623d6da/mark.c:910:123: note: Parameter 'needle' can be declared as pointer to const adsr-mle-623d6da/tests/unit/test.c:30:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LC_ALL [valueFlowBailoutIncompleteVar] adsr-mle-623d6da/tests/unit/test.c:28:28: error: Resource leak: self [resourceLeak] adsr-mle-623d6da/tests/unit/test_buffer_add_mark.c:6:13: style: Variable 'mark' can be declared as pointer to const [constVariablePointer] adsr-mle-623d6da/tests/unit/test_buffer_add_srule.c:15:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable fg [valueFlowBailoutIncompleteVar] adsr-mle-623d6da/tests/unit/test_buffer_destroy.c:6:5: style: Same expression on both sides of '=='. [duplicateExpression] adsr-mle-623d6da/tests/unit/test_buffer_destroy.c:5:21: style: Parameter 'buf' can be declared as pointer to const [constParameterPointer] adsr-mle-623d6da/tests/unit/test_buffer_destroy.c:5:34: style: Parameter 'cur' can be declared as pointer to const [constParameterPointer] adsr-mle-623d6da/tests/unit/test_buffer_get_bline.c:7:14: style: Variable 'line' can be declared as pointer to const [constVariablePointer] adsr-mle-623d6da/tests/unit/test_buffer_new.c:6:5: style: Same expression on both sides of '=='. [duplicateExpression] adsr-mle-623d6da/tests/unit/test_buffer_new.c:5:21: style: Parameter 'buf' can be declared as pointer to const [constParameterPointer] adsr-mle-623d6da/tests/unit/test_buffer_new.c:5:34: style: Parameter 'cur' can be declared as pointer to const [constParameterPointer] adsr-mle-623d6da/tests/unit/test_buffer_remove_srule.c:12:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable fg [valueFlowBailoutIncompleteVar] adsr-mle-623d6da/tests/unit/test_buffer_set_callback.c:9:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MLBUF_BACTION_TYPE_INSERT [valueFlowBailoutIncompleteVar] adsr-mle-623d6da/tests/unit/test_buffer_set_callback.c:6:35: style: Parameter 'buf' can be declared as pointer to const. However it seems that 'callback_fn' is a callback function, if 'buf' is declared with const you might also need to cast function pointer(s). [constParameterCallback] adsr-mle-623d6da/tests/unit/test_buffer_set_callback.c:30:30: note: You might need to cast the function pointer here adsr-mle-623d6da/tests/unit/test_buffer_set_callback.c:6:35: note: Parameter 'buf' can be declared as pointer to const adsr-mle-623d6da/tests/unit/test_buffer_set_callback.c:6:51: style: Parameter 'bac' can be declared as pointer to const. However it seems that 'callback_fn' is a callback function, if 'bac' is declared with const you might also need to cast function pointer(s). [constParameterCallback] adsr-mle-623d6da/tests/unit/test_buffer_set_callback.c:30:30: note: You might need to cast the function pointer here adsr-mle-623d6da/tests/unit/test_buffer_set_callback.c:6:51: note: Parameter 'bac' can be declared as pointer to const adsr-mle-623d6da/tests/unit/test_buffer_set_callback.c:6:62: style: Parameter 'udata' can be declared as pointer to const. However it seems that 'callback_fn' is a callback function, if 'udata' is declared with const you might also need to cast function pointer(s). [constParameterCallback] adsr-mle-623d6da/tests/unit/test_buffer_set_callback.c:30:30: note: You might need to cast the function pointer here adsr-mle-623d6da/tests/unit/test_buffer_set_callback.c:6:62: note: Parameter 'udata' can be declared as pointer to const adsr-mle-623d6da/tests/unit/test_buffer_set_tab_width.c:19:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable vcol [valueFlowBailoutIncompleteVar] adsr-mle-623d6da/tests/unit/test_buffer_set_tab_width.c:9:12: style: Variable 'char_vcols_4' can be declared as const array [constVariable] adsr-mle-623d6da/tests/unit/test_buffer_set_tab_width.c:10:12: style: Variable 'char_vcols_2a' can be declared as const array [constVariable] adsr-mle-623d6da/tests/unit/test_buffer_set_tab_width.c:11:12: style: Variable 'char_vcols_2b' can be declared as const array [constVariable] adsr-mle-623d6da/tests/unit/test_kinput.c:21:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable kinput_t [valueFlowBailoutIncompleteVar] adsr-mle-623d6da/tests/unit/test_mark_move_bol.c:5:21: style: Parameter 'buf' can be declared as pointer to const [constParameterPointer] adsr-mle-623d6da/tests/unit/test_mark_move_by.c:5:21: style: Parameter 'buf' can be declared as pointer to const [constParameterPointer] adsr-mle-623d6da/tests/unit/test_mark_move_eol.c:5:21: style: Parameter 'buf' can be declared as pointer to const [constParameterPointer] adsr-mle-623d6da/tests/unit/test_mark_move_next_re.c:5:21: style: Parameter 'buf' can be declared as pointer to const [constParameterPointer] adsr-mle-623d6da/tests/unit/test_mark_move_next_str.c:5:21: style: Parameter 'buf' can be declared as pointer to const [constParameterPointer] adsr-mle-623d6da/tests/unit/test_mark_move_offset.c:5:21: style: Parameter 'buf' can be declared as pointer to const [constParameterPointer] adsr-mle-623d6da/tests/unit/test_mark_move_prev_re.c:5:21: style: Parameter 'buf' can be declared as pointer to const [constParameterPointer] adsr-mle-623d6da/tests/unit/test_mark_move_prev_str.c:5:21: style: Parameter 'buf' can be declared as pointer to const [constParameterPointer] adsr-mle-623d6da/tests/unit/test_mark_move_to.c:5:21: style: Parameter 'buf' can be declared as pointer to const [constParameterPointer] adsr-mle-623d6da/tests/unit/test_mark_move_vert.c:5:21: style: Parameter 'buf' can be declared as pointer to const [constParameterPointer] adsr-mle-623d6da/tests/unit/test_mark_set_pcre_ovector.c:14:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MLBUF_OK [valueFlowBailoutIncompleteVar] adsr-mle-623d6da/tests/unit/test_recalloc.c:17:5: warning: If memory allocation fails, then there is a possible null pointer dereference: things [nullPointerOutOfMemory] adsr-mle-623d6da/tests/unit/test_recalloc.c:16:20: note: Assuming allocation function fails adsr-mle-623d6da/tests/unit/test_recalloc.c:16:20: note: Assignment 'things=calloc(1,sizeof(struct thing_t))', assigned value is 0 adsr-mle-623d6da/tests/unit/test_recalloc.c:17:5: note: Null pointer dereference adsr-mle-623d6da/tests/unit/test_recalloc.c:18:5: warning: If memory allocation fails, then there is a possible null pointer dereference: things [nullPointerOutOfMemory] adsr-mle-623d6da/tests/unit/test_recalloc.c:16:20: note: Assuming allocation function fails adsr-mle-623d6da/tests/unit/test_recalloc.c:16:20: note: Assignment 'things=calloc(1,sizeof(struct thing_t))', assigned value is 0 adsr-mle-623d6da/tests/unit/test_recalloc.c:18:5: note: Null pointer dereference adsr-mle-623d6da/uscript.c:103:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LUA_REGISTRYINDEX [valueFlowBailoutIncompleteVar] adsr-mle-623d6da/uscript.c:126:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LUA_REGISTRYINDEX [valueFlowBailoutIncompleteVar] adsr-mle-623d6da/uscript.c:378:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LUA_TSTRING [valueFlowBailoutIncompleteVar] adsr-mle-623d6da/uscript.c:404:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LUA_TFUNCTION [valueFlowBailoutIncompleteVar] adsr-mle-623d6da/uscript.c:61:5: warning: If memory allocation fails, then there is a possible null pointer dereference: uscript [nullPointerOutOfMemory] adsr-mle-623d6da/uscript.c:60:21: note: Assuming allocation function fails adsr-mle-623d6da/uscript.c:60:21: note: Assignment 'uscript=calloc(1,sizeof(struct uscript_t))', assigned value is 0 adsr-mle-623d6da/uscript.c:61:5: note: Null pointer dereference adsr-mle-623d6da/uscript.c:62:5: warning: If memory allocation fails, then there is a possible null pointer dereference: uscript [nullPointerOutOfMemory] adsr-mle-623d6da/uscript.c:60:21: note: Assuming allocation function fails adsr-mle-623d6da/uscript.c:60:21: note: Assignment 'uscript=calloc(1,sizeof(struct uscript_t))', assigned value is 0 adsr-mle-623d6da/uscript.c:62:5: note: Null pointer dereference adsr-mle-623d6da/uscript.c:237:5: warning: If memory allocation fails, then there is a possible null pointer dereference: uhandle [nullPointerOutOfMemory] adsr-mle-623d6da/uscript.c:236:21: note: Assuming allocation function fails adsr-mle-623d6da/uscript.c:236:21: note: Assignment 'uhandle=calloc(1,sizeof(struct uhandle_t))', assigned value is 0 adsr-mle-623d6da/uscript.c:237:5: note: Null pointer dereference adsr-mle-623d6da/uscript.c:238:5: warning: If memory allocation fails, then there is a possible null pointer dereference: uhandle [nullPointerOutOfMemory] adsr-mle-623d6da/uscript.c:236:21: note: Assuming allocation function fails adsr-mle-623d6da/uscript.c:236:21: note: Assignment 'uhandle=calloc(1,sizeof(struct uhandle_t))', assigned value is 0 adsr-mle-623d6da/uscript.c:238:5: note: Null pointer dereference adsr-mle-623d6da/uscript.c:265:5: warning: If memory allocation fails, then there is a possible null pointer dereference: uhandle [nullPointerOutOfMemory] adsr-mle-623d6da/uscript.c:264:21: note: Assuming allocation function fails adsr-mle-623d6da/uscript.c:264:21: note: Assignment 'uhandle=calloc(1,sizeof(struct uhandle_t))', assigned value is 0 adsr-mle-623d6da/uscript.c:265:5: note: Null pointer dereference adsr-mle-623d6da/uscript.c:266:5: warning: If memory allocation fails, then there is a possible null pointer dereference: uhandle [nullPointerOutOfMemory] adsr-mle-623d6da/uscript.c:264:21: note: Assuming allocation function fails adsr-mle-623d6da/uscript.c:264:21: note: Assignment 'uhandle=calloc(1,sizeof(struct uhandle_t))', assigned value is 0 adsr-mle-623d6da/uscript.c:266:5: note: Null pointer dereference adsr-mle-623d6da/uscript.c:162:63: style: Parameter 'event_name' can be declared as pointer to const [constParameterPointer] adsr-mle-623d6da/uscript.c:179:64: style: Parameter 'ctx' can be declared as pointer to const [constParameterPointer] adsr-mle-623d6da/uscript.c:191:64: style: Parameter 'baction' can be declared as pointer to const [constParameterPointer] adsr-mle-623d6da/uscript.c:280:16: style: Variable 'uscript' can be declared as pointer to const [constVariablePointer] adsr-mle-623d6da/uscript.c:393:49: style: Parameter 'ptr' can be declared as pointer to const. However it seems that 'lua_pushpointer' is a callback function, if 'ptr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] adsr-mle-623d6da/uscript.c:194:5: note: You might need to cast the function pointer here adsr-mle-623d6da/uscript.c:393:49: note: Parameter 'ptr' can be declared as pointer to const adsr-mle-623d6da/util.c:75:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] adsr-mle-623d6da/util.c:232:87: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PCRE2_NO_AUTO_CAPTURE [valueFlowBailoutIncompleteVar] adsr-mle-623d6da/util.c:271:65: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PCRE2_CASELESS [valueFlowBailoutIncompleteVar] adsr-mle-623d6da/util.c:729:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable O_RDONLY [valueFlowBailoutIncompleteVar] adsr-mle-623d6da/util.c:337:5: warning: If memory allocation fails, then there is a possible null pointer dereference: cmd [nullPointerOutOfMemory] adsr-mle-623d6da/util.c:335:17: note: Assuming allocation function fails adsr-mle-623d6da/util.c:335:17: note: Assignment 'cmd=malloc(4*l+3)', assigned value is 0 adsr-mle-623d6da/util.c:337:5: note: Null pointer dereference adsr-mle-623d6da/util.c:662:5: warning: If memory allocation fails, then there is a possible null pointer dereference: aproc [nullPointerOutOfMemory] adsr-mle-623d6da/util.c:661:19: note: Assuming allocation function fails adsr-mle-623d6da/util.c:661:19: note: Assignment 'aproc=calloc(1,sizeof(struct aproc_t))', assigned value is 0 adsr-mle-623d6da/util.c:662:5: note: Null pointer dereference adsr-mle-623d6da/util.c:671:15: warning: If memory allocation fails, then there is a possible null pointer dereference: aproc [nullPointerOutOfMemory] adsr-mle-623d6da/util.c:661:19: note: Assuming allocation function fails adsr-mle-623d6da/util.c:661:19: note: Assignment 'aproc=calloc(1,sizeof(struct aproc_t))', assigned value is 0 adsr-mle-623d6da/util.c:671:15: note: Null pointer dereference adsr-mle-623d6da/util.c:689:9: warning: If memory allocation fails, then there is a possible null pointer dereference: aproc [nullPointerOutOfMemory] adsr-mle-623d6da/util.c:661:19: note: Assuming allocation function fails adsr-mle-623d6da/util.c:661:19: note: Assignment 'aproc=calloc(1,sizeof(struct aproc_t))', assigned value is 0 adsr-mle-623d6da/util.c:663:21: note: Calling function 'aproc_set_owner', 1st argument 'aproc' value is 0 adsr-mle-623d6da/util.c:689:9: note: Null pointer dereference adsr-mle-623d6da/util.c:693:5: warning: If memory allocation fails, then there is a possible null pointer dereference: aproc [nullPointerOutOfMemory] adsr-mle-623d6da/util.c:661:19: note: Assuming allocation function fails adsr-mle-623d6da/util.c:661:19: note: Assignment 'aproc=calloc(1,sizeof(struct aproc_t))', assigned value is 0 adsr-mle-623d6da/util.c:663:21: note: Calling function 'aproc_set_owner', 1st argument 'aproc' value is 0 adsr-mle-623d6da/util.c:693:5: note: Null pointer dereference adsr-mle-623d6da/util.c:694:5: warning: If memory allocation fails, then there is a possible null pointer dereference: aproc [nullPointerOutOfMemory] adsr-mle-623d6da/util.c:661:19: note: Assuming allocation function fails adsr-mle-623d6da/util.c:661:19: note: Assignment 'aproc=calloc(1,sizeof(struct aproc_t))', assigned value is 0 adsr-mle-623d6da/util.c:663:21: note: Calling function 'aproc_set_owner', 1st argument 'aproc' value is 0 adsr-mle-623d6da/util.c:694:5: note: Null pointer dereference adsr-mle-623d6da/util.c:141:32: style:inconclusive: Function 'util_popen2' argument 2 names different: declaration 'setsid' definition 'do_setsid'. [funcArgNamesDifferent] adsr-mle-623d6da/mle.h:609:32: note: Function 'util_popen2' argument 2 names different: declaration 'setsid' definition 'do_setsid'. adsr-mle-623d6da/util.c:141:32: note: Function 'util_popen2' argument 2 names different: declaration 'setsid' definition 'do_setsid'. adsr-mle-623d6da/util.c:369:72: style:inconclusive: Function 'util_expand_tilde' argument 4 names different: declaration 'ret_path_len' definition 'optret_path_len'. [funcArgNamesDifferent] adsr-mle-623d6da/mle.h:617:72: note: Function 'util_expand_tilde' argument 4 names different: declaration 'ret_path_len' definition 'optret_path_len'. adsr-mle-623d6da/util.c:369:72: note: Function 'util_expand_tilde' argument 4 names different: declaration 'ret_path_len' definition 'optret_path_len'. adsr-mle-623d6da/util.c:659:110: style:inconclusive: Function 'aproc_new' argument 6 names different: declaration 'fn_callback' definition 'callback'. [funcArgNamesDifferent] adsr-mle-623d6da/mle.h:598:110: note: Function 'aproc_new' argument 6 names different: declaration 'fn_callback' definition 'callback'. adsr-mle-623d6da/util.c:659:110: note: Function 'aproc_new' argument 6 names different: declaration 'fn_callback' definition 'callback'. adsr-mle-623d6da/util.c:208:36: style: Parameter 'opt_mode' can be declared as pointer to const [constParameterPointer] adsr-mle-623d6da/util.c:320:40: style: Parameter 'a' can be declared as pointer to const [constParameterPointer] adsr-mle-623d6da/util.c:320:59: style: Parameter 'b' can be declared as pointer to const [constParameterPointer] adsr-mle-623d6da/util.c:331:35: style: Parameter 'str' can be declared as pointer to const [constParameterPointer] adsr-mle-623d6da/util.c:370:11: style: Variable 'homedir' can be declared as pointer to const [constVariablePointer] adsr-mle-623d6da/util.c:401:17: style: Variable 'bufstop' can be declared as pointer to const [constVariablePointer] adsr-mle-623d6da/util.c:462:52: style: Parameter 'data_stop' can be declared as pointer to const [constParameterPointer] adsr-mle-623d6da/util.c:484:53: style: Parameter 'data_stop' can be declared as pointer to const [constParameterPointer] adsr-mle-623d6da/util.c:506:36: style: Parameter 'data' can be declared as pointer to const [constParameterPointer] adsr-mle-623d6da/util.c:532:36: style: Parameter 'data' can be declared as pointer to const [constParameterPointer] adsr-mle-623d6da/util.c:584:100: style: Parameter 'pcre_ovector' can be declared as pointer to const [constParameterPointer] adsr-mle-623d6da/util.c:782:11: style: Variable 'data_stop' can be declared as pointer to const [constVariablePointer] adsr-mle-623d6da/util.c:456:23: portability: 'newptr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer] adsr-mle-623d6da/util.c:743:23: error: Uninitialized variable: aproc->rfd [uninitvar] adsr-mle-623d6da/util.c:264:19: style: Variable 'got_match' is assigned a value that is never used. [unreadVariable] adsr-mle-623d6da/buffer.c:1314:25: warning: If memory allocation fails, then there is a possible null pointer dereference: action [ctunullpointerOutOfMemory] adsr-mle-623d6da/buffer.c:475:20: note: Assuming allocation function fails adsr-mle-623d6da/buffer.c:475:20: note: Assignment 'action=calloc(1,sizeof(struct baction_t))', assigned value is 0 adsr-mle-623d6da/buffer.c:489:19: note: Calling function _buffer_update, 2nd argument is null adsr-mle-623d6da/buffer.c:1314:25: note: Dereferencing argument action that is null adsr-mle-623d6da/bview.c:554:12: warning: If memory allocation fails, then there is a possible null pointer dereference: self [ctunullpointerOutOfMemory] adsr-mle-623d6da/bview.c:36:18: note: Assuming allocation function fails adsr-mle-623d6da/bview.c:36:18: note: Assignment 'self=calloc(1,sizeof(struct bview_t))', assigned value is 0 adsr-mle-623d6da/bview.c:55:9: note: Assuming condition is true adsr-mle-623d6da/bview.c:60:17: note: Calling function '_bview_init', 1st argument 'self' value is 0 adsr-mle-623d6da/bview.c:469:29: note: Calling function _bview_set_linenum_width, 1st argument is null adsr-mle-623d6da/bview.c:554:12: note: Dereferencing argument self that is null adsr-mle-623d6da/bview.c:580:12: warning: Null pointer dereference: self [ctunullpointer] adsr-mle-623d6da/bview.c:36:18: note: Assuming allocation function fails adsr-mle-623d6da/bview.c:36:18: note: Assignment 'self=calloc(1,sizeof(struct bview_t))', assigned value is 0 adsr-mle-623d6da/bview.c:55:9: note: Assuming condition is true adsr-mle-623d6da/bview.c:60:16: note: Calling function _bview_init, 1st argument is null adsr-mle-623d6da/bview.c:464:5: note: Calling function _bview_deinit, 1st argument is null adsr-mle-623d6da/bview.c:580:12: note: Dereferencing argument self that is null adsr-mle-623d6da/bview.c:699:5: warning: If memory allocation fails, then there is a possible null pointer dereference: self [ctunullpointerOutOfMemory] adsr-mle-623d6da/bview.c:36:18: note: Assuming allocation function fails adsr-mle-623d6da/bview.c:36:18: note: Assignment 'self=calloc(1,sizeof(struct bview_t))', assigned value is 0 adsr-mle-623d6da/bview.c:58:37: note: Calling function '_bview_open_buffer', 1st argument 'self' value is 0 adsr-mle-623d6da/bview.c:800:25: note: Calling function _bview_set_tab_width, 1st argument is null adsr-mle-623d6da/bview.c:699:5: note: Dereferencing argument self that is null adsr-mle-623d6da/editor.c:2051:28: warning: If memory allocation fails, then there is a possible null pointer dereference: cur_key_patt [ctunullpointerOutOfMemory] adsr-mle-623d6da/editor.c:2035:26: note: Assuming allocation function fails adsr-mle-623d6da/editor.c:2035:26: note: Assignment 'cur_key_patt=strdup(binding_def->key_patt)', assigned value is 0 adsr-mle-623d6da/editor.c:2036:42: note: Calling function _editor_init_kmap_add_binding_to_trie, 3rd argument is null adsr-mle-623d6da/editor.c:2051:28: note: Dereferencing argument cur_key_patt that is null adsr-mle-623d6da/util.c:689:9: warning: If memory allocation fails, then there is a possible null pointer dereference: aproc [ctunullpointerOutOfMemory] adsr-mle-623d6da/util.c:661:19: note: Assuming allocation function fails adsr-mle-623d6da/util.c:661:19: note: Assignment 'aproc=calloc(1,sizeof(struct aproc_t))', assigned value is 0 adsr-mle-623d6da/util.c:663:20: note: Calling function aproc_set_owner, 1st argument is null adsr-mle-623d6da/util.c:689:9: note: Dereferencing argument aproc that is null diff: head adsr-mle-623d6da/buffer.c:1354:16: style: Variable 'first_action' can be declared as pointer to const [constVariablePointer] 2.21.0 adsr-mle-623d6da/buffer.c:1645:39: error: Uninitialized variables: mark.bline, mark.col, mark.target_col, mark.range_srule, mark.letter, mark.next, mark.prev, mark.lefty [uninitvar] head adsr-mle-623d6da/buffer.c:1645:39: error: Uninitialized variables: mark.bline, mark.col, mark.target_col, mark.range_srule, mark.letter, mark.next, mark.prev, mark.lefty [uninitvar] adsr-mle-623d6da/buffer.c:1642:14: note: Assuming condition is true adsr-mle-623d6da/buffer.c:1644:17: note: Assuming condition is true adsr-mle-623d6da/buffer.c:1645:39: note: Uninitialized variables: mark.bline, mark.col, mark.target_col, mark.range_srule, mark.letter, mark.next, mark.prev, mark.lefty 2.21.0 adsr-mle-623d6da/buffer.c:1815:49: error: Uninitialized variables: mark.bline, mark.col, mark.target_col, mark.range_srule, mark.letter, mark.next, mark.prev, mark.lefty [uninitvar] head adsr-mle-623d6da/buffer.c:1815:49: error: Uninitialized variables: mark.bline, mark.col, mark.target_col, mark.range_srule, mark.letter, mark.next, mark.prev, mark.lefty [uninitvar] adsr-mle-623d6da/buffer.c:1813:9: note: Assuming condition is true adsr-mle-623d6da/buffer.c:1815:49: note: Uninitialized variables: mark.bline, mark.col, mark.target_col, mark.range_srule, mark.letter, mark.next, mark.prev, mark.lefty head adsr-mle-623d6da/buffer.c:248:9: warning: If memory allocation fails, then there is a possible null pointer dereference: mark [nullPointerOutOfMemory] adsr-mle-623d6da/buffer.c:240:18: note: Assuming allocation function fails adsr-mle-623d6da/buffer.c:240:18: note: Assignment 'mark=calloc(1,sizeof(struct mark_t))', assigned value is 0 adsr-mle-623d6da/buffer.c:248:9: note: Null pointer dereference head adsr-mle-623d6da/buffer.c:249:9: warning: If memory allocation fails, then there is a possible null pointer dereference: mark [nullPointerOutOfMemory] adsr-mle-623d6da/buffer.c:240:18: note: Assuming allocation function fails adsr-mle-623d6da/buffer.c:240:18: note: Assignment 'mark=calloc(1,sizeof(struct mark_t))', assigned value is 0 adsr-mle-623d6da/buffer.c:249:9: note: Null pointer dereference 2.21.0 adsr-mle-623d6da/buffer.c:392:13: warning: If memory allocation fails, then there is a possible null pointer dereference: blines [nullPointerOutOfMemory] adsr-mle-623d6da/buffer.c:359:34: note: Assuming allocation function fails adsr-mle-623d6da/buffer.c:359:34: note: Assignment 'self->slabbed_blines=malloc(nlines*sizeof(struct bline_t))', assigned value is 0 adsr-mle-623d6da/buffer.c:360:12: note: blines is assigned 'self->slabbed_blines' here. adsr-mle-623d6da/buffer.c:392:13: note: Null pointer dereference 2.21.0 adsr-mle-623d6da/buffer.c:392:46: error: If memory allocation fails: pointer addition with NULL pointer. [nullPointerArithmeticOutOfMemory] adsr-mle-623d6da/buffer.c:359:34: note: Assuming allocation function fails adsr-mle-623d6da/buffer.c:359:34: note: Assignment 'self->slabbed_blines=malloc(nlines*sizeof(struct bline_t))', assigned value is 0 adsr-mle-623d6da/buffer.c:360:12: note: blines is assigned 'self->slabbed_blines' here. adsr-mle-623d6da/buffer.c:392:46: note: Null pointer addition 2.21.0 adsr-mle-623d6da/buffer.c:393:13: warning: If memory allocation fails, then there is a possible null pointer dereference: blines [nullPointerOutOfMemory] adsr-mle-623d6da/buffer.c:359:34: note: Assuming allocation function fails adsr-mle-623d6da/buffer.c:359:34: note: Assignment 'self->slabbed_blines=malloc(nlines*sizeof(struct bline_t))', assigned value is 0 adsr-mle-623d6da/buffer.c:360:12: note: blines is assigned 'self->slabbed_blines' here. adsr-mle-623d6da/buffer.c:393:13: note: Null pointer dereference 2.21.0 adsr-mle-623d6da/buffer.c:406:30: error: If memory allocation fails: pointer addition with NULL pointer. [nullPointerArithmeticOutOfMemory] adsr-mle-623d6da/buffer.c:359:34: note: Assuming allocation function fails adsr-mle-623d6da/buffer.c:359:34: note: Assignment 'self->slabbed_blines=malloc(nlines*sizeof(struct bline_t))', assigned value is 0 adsr-mle-623d6da/buffer.c:360:18: note: Assignment 'blines=self->slabbed_blines', assigned value is 0 adsr-mle-623d6da/buffer.c:406:30: note: Null pointer addition 2.21.0 adsr-mle-623d6da/buffer.c:846:69: style:inconclusive: Function 'buffer_set_callback' argument 3 names different: declaration '' definition 'udata'. [funcArgNamesDifferentUnnamed] 2.21.0 adsr-mle-623d6da/bview.c:319:21: warning: If memory allocation fails, then there is a possible null pointer dereference: self [ctunullpointerOutOfMemory] adsr-mle-623d6da/bview.c:36:18: note: Assuming allocation function fails adsr-mle-623d6da/bview.c:36:18: note: Assignment 'self=calloc(1,sizeof(struct bview_t))', assigned value is 0 adsr-mle-623d6da/bview.c:60:17: note: Calling function '_bview_init', 1st argument 'self' value is 0 adsr-mle-623d6da/bview.c:464:19: note: Calling function '_bview_deinit', 1st argument 'self' value is 0 adsr-mle-623d6da/bview.c:596:28: note: Calling function bview_remove_cursor, 1st argument is null adsr-mle-623d6da/bview.c:319:21: note: Dereferencing argument self that is null 2.21.0 adsr-mle-623d6da/bview.c:319:21: warning: If memory allocation fails, then there is a possible null pointer dereference: self [nullPointerOutOfMemory] adsr-mle-623d6da/bview.c:36:18: note: Assuming allocation function fails adsr-mle-623d6da/bview.c:36:18: note: Assignment 'self=calloc(1,sizeof(struct bview_t))', assigned value is 0 adsr-mle-623d6da/bview.c:60:17: note: Calling function '_bview_init', 1st argument 'self' value is 0 adsr-mle-623d6da/bview.c:464:19: note: Calling function '_bview_deinit', 1st argument 'self' value is 0 adsr-mle-623d6da/bview.c:596:29: note: Calling function 'bview_remove_cursor', 1st argument 'self' value is 0 adsr-mle-623d6da/bview.c:319:21: note: Null pointer dereference 2.21.0 adsr-mle-623d6da/bview.c:321:13: warning: If memory allocation fails, then there is a possible null pointer dereference: self [nullPointerOutOfMemory] adsr-mle-623d6da/bview.c:36:18: note: Assuming allocation function fails adsr-mle-623d6da/bview.c:36:18: note: Assignment 'self=calloc(1,sizeof(struct bview_t))', assigned value is 0 adsr-mle-623d6da/bview.c:60:17: note: Calling function '_bview_init', 1st argument 'self' value is 0 adsr-mle-623d6da/bview.c:464:19: note: Calling function '_bview_deinit', 1st argument 'self' value is 0 adsr-mle-623d6da/bview.c:596:29: note: Calling function 'bview_remove_cursor', 1st argument 'self' value is 0 adsr-mle-623d6da/bview.c:321:13: note: Null pointer dereference 2.21.0 adsr-mle-623d6da/bview.c:322:23: warning: If memory allocation fails, then there is a possible null pointer dereference: self [nullPointerOutOfMemory] adsr-mle-623d6da/bview.c:36:18: note: Assuming allocation function fails adsr-mle-623d6da/bview.c:36:18: note: Assignment 'self=calloc(1,sizeof(struct bview_t))', assigned value is 0 adsr-mle-623d6da/bview.c:60:17: note: Calling function '_bview_init', 1st argument 'self' value is 0 adsr-mle-623d6da/bview.c:464:19: note: Calling function '_bview_deinit', 1st argument 'self' value is 0 adsr-mle-623d6da/bview.c:596:29: note: Calling function 'bview_remove_cursor', 1st argument 'self' value is 0 adsr-mle-623d6da/bview.c:322:23: note: Null pointer dereference 2.21.0 adsr-mle-623d6da/bview.c:392:75: style:inconclusive: Function 'bview_add_listener' argument 3 names different: declaration '' definition 'udata'. [funcArgNamesDifferentUnnamed] 2.21.0 adsr-mle-623d6da/bview.c:403:15: warning: If memory allocation fails, then there is a possible null pointer dereference: self [ctunullpointerOutOfMemory] adsr-mle-623d6da/bview.c:36:18: note: Assuming allocation function fails adsr-mle-623d6da/bview.c:36:18: note: Assignment 'self=calloc(1,sizeof(struct bview_t))', assigned value is 0 adsr-mle-623d6da/bview.c:60:17: note: Calling function '_bview_init', 1st argument 'self' value is 0 adsr-mle-623d6da/bview.c:464:19: note: Calling function '_bview_deinit', 1st argument 'self' value is 0 adsr-mle-623d6da/bview.c:607:31: note: Calling function bview_destroy_listener, 1st argument is null adsr-mle-623d6da/bview.c:403:15: note: Dereferencing argument self that is null 2.21.0 adsr-mle-623d6da/bview.c:411:19: warning: If memory allocation fails, then there is a possible null pointer dereference: bview [ctunullpointerOutOfMemory] adsr-mle-623d6da/bview.c:36:18: note: Assuming allocation function fails adsr-mle-623d6da/bview.c:36:18: note: Assignment 'self=calloc(1,sizeof(struct bview_t))', assigned value is 0 adsr-mle-623d6da/bview.c:60:17: note: Calling function '_bview_init', 1st argument 'self' value is 0 adsr-mle-623d6da/bview.c:464:19: note: Calling function '_bview_deinit', 1st argument 'self' value is 0 adsr-mle-623d6da/bview.c:581:24: note: Calling function _bview_pop_kmap, 1st argument is null adsr-mle-623d6da/bview.c:411:19: note: Dereferencing argument bview that is null head adsr-mle-623d6da/bview.c:467:5: warning: If memory allocation fails, then there is a possible null pointer dereference: self [nullPointerOutOfMemory] adsr-mle-623d6da/bview.c:36:18: note: Assuming allocation function fails adsr-mle-623d6da/bview.c:36:18: note: Assignment 'self=calloc(1,sizeof(struct bview_t))', assigned value is 0 adsr-mle-623d6da/bview.c:55:9: note: Assuming condition is true adsr-mle-623d6da/bview.c:60:17: note: Calling function '_bview_init', 1st argument 'self' value is 0 adsr-mle-623d6da/bview.c:467:5: note: Null pointer dereference 2.21.0 adsr-mle-623d6da/bview.c:467:5: warning: If memory allocation fails, then there is a possible null pointer dereference: self [nullPointerOutOfMemory] adsr-mle-623d6da/bview.c:36:18: note: Assuming allocation function fails adsr-mle-623d6da/bview.c:36:18: note: Assignment 'self=calloc(1,sizeof(struct bview_t))', assigned value is 0 adsr-mle-623d6da/bview.c:60:17: note: Calling function '_bview_init', 1st argument 'self' value is 0 adsr-mle-623d6da/bview.c:467:5: note: Null pointer dereference head adsr-mle-623d6da/bview.c:468:5: warning: If memory allocation fails, then there is a possible null pointer dereference: self [nullPointerOutOfMemory] adsr-mle-623d6da/bview.c:36:18: note: Assuming allocation function fails adsr-mle-623d6da/bview.c:36:18: note: Assignment 'self=calloc(1,sizeof(struct bview_t))', assigned value is 0 adsr-mle-623d6da/bview.c:55:9: note: Assuming condition is true adsr-mle-623d6da/bview.c:60:17: note: Calling function '_bview_init', 1st argument 'self' value is 0 adsr-mle-623d6da/bview.c:468:5: note: Null pointer dereference 2.21.0 adsr-mle-623d6da/bview.c:468:5: warning: If memory allocation fails, then there is a possible null pointer dereference: self [nullPointerOutOfMemory] adsr-mle-623d6da/bview.c:36:18: note: Assuming allocation function fails adsr-mle-623d6da/bview.c:36:18: note: Assignment 'self=calloc(1,sizeof(struct bview_t))', assigned value is 0 adsr-mle-623d6da/bview.c:60:17: note: Calling function '_bview_init', 1st argument 'self' value is 0 adsr-mle-623d6da/bview.c:468:5: note: Null pointer dereference head adsr-mle-623d6da/bview.c:472:38: warning: If memory allocation fails, then there is a possible null pointer dereference: self [nullPointerOutOfMemory] adsr-mle-623d6da/bview.c:36:18: note: Assuming allocation function fails adsr-mle-623d6da/bview.c:36:18: note: Assignment 'self=calloc(1,sizeof(struct bview_t))', assigned value is 0 adsr-mle-623d6da/bview.c:55:9: note: Assuming condition is true adsr-mle-623d6da/bview.c:60:17: note: Calling function '_bview_init', 1st argument 'self' value is 0 adsr-mle-623d6da/bview.c:472:38: note: Null pointer dereference 2.21.0 adsr-mle-623d6da/bview.c:472:38: warning: If memory allocation fails, then there is a possible null pointer dereference: self [nullPointerOutOfMemory] adsr-mle-623d6da/bview.c:36:18: note: Assuming allocation function fails adsr-mle-623d6da/bview.c:36:18: note: Assignment 'self=calloc(1,sizeof(struct bview_t))', assigned value is 0 adsr-mle-623d6da/bview.c:60:17: note: Calling function '_bview_init', 1st argument 'self' value is 0 adsr-mle-623d6da/bview.c:472:38: note: Null pointer dereference head adsr-mle-623d6da/bview.c:473:22: warning: If memory allocation fails, then there is a possible null pointer dereference: self [nullPointerOutOfMemory] adsr-mle-623d6da/bview.c:36:18: note: Assuming allocation function fails adsr-mle-623d6da/bview.c:36:18: note: Assignment 'self=calloc(1,sizeof(struct bview_t))', assigned value is 0 adsr-mle-623d6da/bview.c:55:9: note: Assuming condition is true adsr-mle-623d6da/bview.c:60:17: note: Calling function '_bview_init', 1st argument 'self' value is 0 adsr-mle-623d6da/bview.c:473:22: note: Null pointer dereference 2.21.0 adsr-mle-623d6da/bview.c:473:22: warning: If memory allocation fails, then there is a possible null pointer dereference: self [nullPointerOutOfMemory] adsr-mle-623d6da/bview.c:36:18: note: Assuming allocation function fails adsr-mle-623d6da/bview.c:36:18: note: Assignment 'self=calloc(1,sizeof(struct bview_t))', assigned value is 0 adsr-mle-623d6da/bview.c:60:17: note: Calling function '_bview_init', 1st argument 'self' value is 0 adsr-mle-623d6da/bview.c:473:22: note: Null pointer dereference head adsr-mle-623d6da/bview.c:554:12: warning: If memory allocation fails, then there is a possible null pointer dereference: self [ctunullpointerOutOfMemory] adsr-mle-623d6da/bview.c:36:18: note: Assuming allocation function fails adsr-mle-623d6da/bview.c:36:18: note: Assignment 'self=calloc(1,sizeof(struct bview_t))', assigned value is 0 adsr-mle-623d6da/bview.c:55:9: note: Assuming condition is true adsr-mle-623d6da/bview.c:60:17: note: Calling function '_bview_init', 1st argument 'self' value is 0 adsr-mle-623d6da/bview.c:469:29: note: Calling function _bview_set_linenum_width, 1st argument is null adsr-mle-623d6da/bview.c:554:12: note: Dereferencing argument self that is null 2.21.0 adsr-mle-623d6da/bview.c:554:12: warning: If memory allocation fails, then there is a possible null pointer dereference: self [ctunullpointerOutOfMemory] adsr-mle-623d6da/bview.c:36:18: note: Assuming allocation function fails adsr-mle-623d6da/bview.c:36:18: note: Assignment 'self=calloc(1,sizeof(struct bview_t))', assigned value is 0 adsr-mle-623d6da/bview.c:60:17: note: Calling function '_bview_init', 1st argument 'self' value is 0 adsr-mle-623d6da/bview.c:469:29: note: Calling function _bview_set_linenum_width, 1st argument is null adsr-mle-623d6da/bview.c:554:12: note: Dereferencing argument self that is null head adsr-mle-623d6da/bview.c:554:12: warning: If memory allocation fails, then there is a possible null pointer dereference: self [nullPointerOutOfMemory] adsr-mle-623d6da/bview.c:36:18: note: Assuming allocation function fails adsr-mle-623d6da/bview.c:36:18: note: Assignment 'self=calloc(1,sizeof(struct bview_t))', assigned value is 0 adsr-mle-623d6da/bview.c:55:9: note: Assuming condition is true adsr-mle-623d6da/bview.c:60:17: note: Calling function '_bview_init', 1st argument 'self' value is 0 adsr-mle-623d6da/bview.c:469:30: note: Calling function '_bview_set_linenum_width', 1st argument 'self' value is 0 adsr-mle-623d6da/bview.c:554:12: note: Null pointer dereference 2.21.0 adsr-mle-623d6da/bview.c:554:12: warning: If memory allocation fails, then there is a possible null pointer dereference: self [nullPointerOutOfMemory] adsr-mle-623d6da/bview.c:36:18: note: Assuming allocation function fails adsr-mle-623d6da/bview.c:36:18: note: Assignment 'self=calloc(1,sizeof(struct bview_t))', assigned value is 0 adsr-mle-623d6da/bview.c:60:17: note: Calling function '_bview_init', 1st argument 'self' value is 0 adsr-mle-623d6da/bview.c:469:30: note: Calling function '_bview_set_linenum_width', 1st argument 'self' value is 0 adsr-mle-623d6da/bview.c:554:12: note: Null pointer dereference head adsr-mle-623d6da/bview.c:555:31: warning: If memory allocation fails, then there is a possible null pointer dereference: self [nullPointerOutOfMemory] adsr-mle-623d6da/bview.c:36:18: note: Assuming allocation function fails adsr-mle-623d6da/bview.c:36:18: note: Assignment 'self=calloc(1,sizeof(struct bview_t))', assigned value is 0 adsr-mle-623d6da/bview.c:55:9: note: Assuming condition is true adsr-mle-623d6da/bview.c:60:17: note: Calling function '_bview_init', 1st argument 'self' value is 0 adsr-mle-623d6da/bview.c:469:30: note: Calling function '_bview_set_linenum_width', 1st argument 'self' value is 0 adsr-mle-623d6da/bview.c:555:31: note: Null pointer dereference 2.21.0 adsr-mle-623d6da/bview.c:555:31: warning: If memory allocation fails, then there is a possible null pointer dereference: self [nullPointerOutOfMemory] adsr-mle-623d6da/bview.c:36:18: note: Assuming allocation function fails adsr-mle-623d6da/bview.c:36:18: note: Assignment 'self=calloc(1,sizeof(struct bview_t))', assigned value is 0 adsr-mle-623d6da/bview.c:60:17: note: Calling function '_bview_init', 1st argument 'self' value is 0 adsr-mle-623d6da/bview.c:469:30: note: Calling function '_bview_set_linenum_width', 1st argument 'self' value is 0 adsr-mle-623d6da/bview.c:555:31: note: Null pointer dereference head adsr-mle-623d6da/bview.c:555:5: warning: If memory allocation fails, then there is a possible null pointer dereference: self [nullPointerOutOfMemory] adsr-mle-623d6da/bview.c:36:18: note: Assuming allocation function fails adsr-mle-623d6da/bview.c:36:18: note: Assignment 'self=calloc(1,sizeof(struct bview_t))', assigned value is 0 adsr-mle-623d6da/bview.c:55:9: note: Assuming condition is true adsr-mle-623d6da/bview.c:60:17: note: Calling function '_bview_init', 1st argument 'self' value is 0 adsr-mle-623d6da/bview.c:469:30: note: Calling function '_bview_set_linenum_width', 1st argument 'self' value is 0 adsr-mle-623d6da/bview.c:555:5: note: Null pointer dereference 2.21.0 adsr-mle-623d6da/bview.c:555:5: warning: If memory allocation fails, then there is a possible null pointer dereference: self [nullPointerOutOfMemory] adsr-mle-623d6da/bview.c:36:18: note: Assuming allocation function fails adsr-mle-623d6da/bview.c:36:18: note: Assignment 'self=calloc(1,sizeof(struct bview_t))', assigned value is 0 adsr-mle-623d6da/bview.c:60:17: note: Calling function '_bview_init', 1st argument 'self' value is 0 adsr-mle-623d6da/bview.c:469:30: note: Calling function '_bview_set_linenum_width', 1st argument 'self' value is 0 adsr-mle-623d6da/bview.c:555:5: note: Null pointer dereference head adsr-mle-623d6da/bview.c:556:9: warning: If memory allocation fails, then there is a possible null pointer dereference: self [nullPointerOutOfMemory] adsr-mle-623d6da/bview.c:36:18: note: Assuming allocation function fails adsr-mle-623d6da/bview.c:36:18: note: Assignment 'self=calloc(1,sizeof(struct bview_t))', assigned value is 0 adsr-mle-623d6da/bview.c:55:9: note: Assuming condition is true adsr-mle-623d6da/bview.c:60:17: note: Calling function '_bview_init', 1st argument 'self' value is 0 adsr-mle-623d6da/bview.c:469:30: note: Calling function '_bview_set_linenum_width', 1st argument 'self' value is 0 adsr-mle-623d6da/bview.c:556:9: note: Null pointer dereference 2.21.0 adsr-mle-623d6da/bview.c:556:9: warning: If memory allocation fails, then there is a possible null pointer dereference: self [nullPointerOutOfMemory] adsr-mle-623d6da/bview.c:36:18: note: Assuming allocation function fails adsr-mle-623d6da/bview.c:36:18: note: Assignment 'self=calloc(1,sizeof(struct bview_t))', assigned value is 0 adsr-mle-623d6da/bview.c:60:17: note: Calling function '_bview_init', 1st argument 'self' value is 0 adsr-mle-623d6da/bview.c:469:30: note: Calling function '_bview_set_linenum_width', 1st argument 'self' value is 0 adsr-mle-623d6da/bview.c:556:9: note: Null pointer dereference 2.21.0 adsr-mle-623d6da/bview.c:564:9: warning: If memory allocation fails, then there is a possible null pointer dereference: self [nullPointerOutOfMemory] adsr-mle-623d6da/bview.c:36:18: note: Assuming allocation function fails adsr-mle-623d6da/bview.c:36:18: note: Assignment 'self=calloc(1,sizeof(struct bview_t))', assigned value is 0 adsr-mle-623d6da/bview.c:60:17: note: Calling function '_bview_init', 1st argument 'self' value is 0 adsr-mle-623d6da/bview.c:469:30: note: Calling function '_bview_set_linenum_width', 1st argument 'self' value is 0 adsr-mle-623d6da/bview.c:564:9: note: Null pointer dereference 2.21.0 adsr-mle-623d6da/bview.c:571:20: warning: If memory allocation fails, then there is a possible null pointer dereference: self [nullPointerOutOfMemory] adsr-mle-623d6da/bview.c:36:18: note: Assuming allocation function fails adsr-mle-623d6da/bview.c:36:18: note: Assignment 'self=calloc(1,sizeof(struct bview_t))', assigned value is 0 adsr-mle-623d6da/bview.c:60:17: note: Calling function '_bview_init', 1st argument 'self' value is 0 adsr-mle-623d6da/bview.c:469:30: note: Calling function '_bview_set_linenum_width', 1st argument 'self' value is 0 adsr-mle-623d6da/bview.c:571:20: note: Null pointer dereference head adsr-mle-623d6da/bview.c:580:12: warning: If memory allocation fails, then there is a possible null pointer dereference: self [nullPointerOutOfMemory] adsr-mle-623d6da/bview.c:36:18: note: Assuming allocation function fails adsr-mle-623d6da/bview.c:36:18: note: Assignment 'self=calloc(1,sizeof(struct bview_t))', assigned value is 0 adsr-mle-623d6da/bview.c:55:9: note: Assuming condition is true adsr-mle-623d6da/bview.c:60:17: note: Calling function '_bview_init', 1st argument 'self' value is 0 adsr-mle-623d6da/bview.c:464:19: note: Calling function '_bview_deinit', 1st argument 'self' value is 0 adsr-mle-623d6da/bview.c:580:12: note: Null pointer dereference 2.21.0 adsr-mle-623d6da/bview.c:580:12: warning: If memory allocation fails, then there is a possible null pointer dereference: self [nullPointerOutOfMemory] adsr-mle-623d6da/bview.c:36:18: note: Assuming allocation function fails adsr-mle-623d6da/bview.c:36:18: note: Assignment 'self=calloc(1,sizeof(struct bview_t))', assigned value is 0 adsr-mle-623d6da/bview.c:60:17: note: Calling function '_bview_init', 1st argument 'self' value is 0 adsr-mle-623d6da/bview.c:464:19: note: Calling function '_bview_deinit', 1st argument 'self' value is 0 adsr-mle-623d6da/bview.c:580:12: note: Null pointer dereference head adsr-mle-623d6da/bview.c:580:12: warning: Null pointer dereference: self [ctunullpointer] adsr-mle-623d6da/bview.c:36:18: note: Assuming allocation function fails adsr-mle-623d6da/bview.c:36:18: note: Assignment 'self=calloc(1,sizeof(struct bview_t))', assigned value is 0 adsr-mle-623d6da/bview.c:55:9: note: Assuming condition is true adsr-mle-623d6da/bview.c:60:16: note: Calling function _bview_init, 1st argument is null adsr-mle-623d6da/bview.c:464:5: note: Calling function _bview_deinit, 1st argument is null adsr-mle-623d6da/bview.c:580:12: note: Dereferencing argument self that is null 2.21.0 adsr-mle-623d6da/bview.c:580:12: warning: Null pointer dereference: self [ctunullpointer] adsr-mle-623d6da/bview.c:36:18: note: Assuming allocation function fails adsr-mle-623d6da/bview.c:36:18: note: Assignment 'self=calloc(1,sizeof(struct bview_t))', assigned value is 0 adsr-mle-623d6da/bview.c:60:16: note: Calling function _bview_init, 1st argument is null adsr-mle-623d6da/bview.c:464:5: note: Calling function _bview_deinit, 1st argument is null adsr-mle-623d6da/bview.c:580:12: note: Dereferencing argument self that is null 2.21.0 adsr-mle-623d6da/bview.c:585:9: warning: If memory allocation fails, then there is a possible null pointer dereference: self [nullPointerOutOfMemory] adsr-mle-623d6da/bview.c:36:18: note: Assuming allocation function fails adsr-mle-623d6da/bview.c:36:18: note: Assignment 'self=calloc(1,sizeof(struct bview_t))', assigned value is 0 adsr-mle-623d6da/bview.c:60:17: note: Calling function '_bview_init', 1st argument 'self' value is 0 adsr-mle-623d6da/bview.c:464:19: note: Calling function '_bview_deinit', 1st argument 'self' value is 0 adsr-mle-623d6da/bview.c:585:9: note: Null pointer dereference 2.21.0 adsr-mle-623d6da/bview.c:595:12: warning: If memory allocation fails, then there is a possible null pointer dereference: self [nullPointerOutOfMemory] adsr-mle-623d6da/bview.c:36:18: note: Assuming allocation function fails adsr-mle-623d6da/bview.c:36:18: note: Assignment 'self=calloc(1,sizeof(struct bview_t))', assigned value is 0 adsr-mle-623d6da/bview.c:60:17: note: Calling function '_bview_init', 1st argument 'self' value is 0 adsr-mle-623d6da/bview.c:464:19: note: Calling function '_bview_deinit', 1st argument 'self' value is 0 adsr-mle-623d6da/bview.c:595:12: note: Null pointer dereference 2.21.0 adsr-mle-623d6da/bview.c:596:35: warning: If memory allocation fails, then there is a possible null pointer dereference: self [nullPointerOutOfMemory] adsr-mle-623d6da/bview.c:36:18: note: Assuming allocation function fails adsr-mle-623d6da/bview.c:36:18: note: Assignment 'self=calloc(1,sizeof(struct bview_t))', assigned value is 0 adsr-mle-623d6da/bview.c:60:17: note: Calling function '_bview_init', 1st argument 'self' value is 0 adsr-mle-623d6da/bview.c:464:19: note: Calling function '_bview_deinit', 1st argument 'self' value is 0 adsr-mle-623d6da/bview.c:596:35: note: Null pointer dereference 2.21.0 adsr-mle-623d6da/bview.c:600:9: warning: If memory allocation fails, then there is a possible null pointer dereference: self [nullPointerOutOfMemory] adsr-mle-623d6da/bview.c:36:18: note: Assuming allocation function fails adsr-mle-623d6da/bview.c:36:18: note: Assignment 'self=calloc(1,sizeof(struct bview_t))', assigned value is 0 adsr-mle-623d6da/bview.c:60:17: note: Calling function '_bview_init', 1st argument 'self' value is 0 adsr-mle-623d6da/bview.c:464:19: note: Calling function '_bview_deinit', 1st argument 'self' value is 0 adsr-mle-623d6da/bview.c:600:9: note: Null pointer dereference 2.21.0 adsr-mle-623d6da/bview.c:606:21: warning: If memory allocation fails, then there is a possible null pointer dereference: self [nullPointerOutOfMemory] adsr-mle-623d6da/bview.c:36:18: note: Assuming allocation function fails adsr-mle-623d6da/bview.c:36:18: note: Assignment 'self=calloc(1,sizeof(struct bview_t))', assigned value is 0 adsr-mle-623d6da/bview.c:60:17: note: Calling function '_bview_init', 1st argument 'self' value is 0 adsr-mle-623d6da/bview.c:464:19: note: Calling function '_bview_deinit', 1st argument 'self' value is 0 adsr-mle-623d6da/bview.c:606:21: note: Null pointer dereference 2.21.0 adsr-mle-623d6da/bview.c:671:59: error: Uninitialized variable: srule_node->srule [uninitvar] head adsr-mle-623d6da/bview.c:671:59: error: Uninitialized variable: srule_node->srule [uninitvar] adsr-mle-623d6da/bview.c:669:13: note: Assuming condition is true adsr-mle-623d6da/bview.c:671:59: note: Uninitialized variable: srule_node->srule head adsr-mle-623d6da/cmd.c:1963:23: warning: If memory allocation fails, then there is a possible null pointer dereference: line [nullPointerOutOfMemory] adsr-mle-623d6da/cmd.c:1954:19: note: Assuming allocation function fails adsr-mle-623d6da/cmd.c:1954:19: note: Assignment 'line=strndup(ctx->bview->active_cursor->mark->bline->data,ctx->bview->active_cursor->mark->bline->data_len)', assigned value is 0 adsr-mle-623d6da/cmd.c:1963:23: note: Null pointer dereference 2.21.0 adsr-mle-623d6da/cmd.c:2146:48: error: Uninitialized variable: &input [uninitvar] head adsr-mle-623d6da/cmd.c:2146:48: error: Uninitialized variable: &input [uninitvar] adsr-mle-623d6da/cmd.c:2142:5: note: Assuming condition is true adsr-mle-623d6da/cmd.c:2144:19: note: Assuming condition is true adsr-mle-623d6da/cmd.c:2146:48: note: Uninitialized variable: &input 2.21.0 adsr-mle-623d6da/cmd.c:2146:56: error: Uninitialized variable: &input_len [uninitvar] head adsr-mle-623d6da/cmd.c:2146:56: error: Uninitialized variable: &input_len [uninitvar] adsr-mle-623d6da/cmd.c:2142:5: note: Assuming condition is true adsr-mle-623d6da/cmd.c:2144:19: note: Assuming condition is true adsr-mle-623d6da/cmd.c:2146:56: note: Uninitialized variable: &input_len head adsr-mle-623d6da/cmd.c:540:45: style: Condition 'ikey_patt)', assigned value is 0 adsr-mle-623d6da/editor.c:2036:93: note: Calling function '_editor_init_kmap_add_binding_to_trie', 3rd argument 'cur_key_patt' value is 0 adsr-mle-623d6da/editor.c:2061:36: note: Assuming condition is false adsr-mle-623d6da/editor.c:2063:29: note: Null pointer dereference head adsr-mle-623d6da/editor.c:2268:9: warning: If memory allocation fails, then there is a possible null pointer dereference: node [nullPointerOutOfMemory] adsr-mle-623d6da/editor.c:2264:18: note: Assuming allocation function fails adsr-mle-623d6da/editor.c:2264:18: note: Assignment 'node=calloc(1,sizeof(struct srule_node_t))', assigned value is 0 adsr-mle-623d6da/editor.c:2268:9: note: Null pointer dereference 2.21.0 adsr-mle-623d6da/editor.c:329:107: style:inconclusive: Function 'editor_menu' argument 5 names different: declaration '' definition 'opt_aproc'. [funcArgNamesDifferentUnnamed] 2.21.0 adsr-mle-623d6da/editor.c:329:128: style:inconclusive: Function 'editor_menu' argument 6 names different: declaration '' definition 'optret_menu'. [funcArgNamesDifferentUnnamed] 2.21.0 adsr-mle-623d6da/editor.c:329:62: style:inconclusive: Function 'editor_menu' argument 3 names different: declaration '' definition 'opt_buf_data'. [funcArgNamesDifferentUnnamed] 2.21.0 adsr-mle-623d6da/editor.c:329:80: style:inconclusive: Function 'editor_menu' argument 4 names different: declaration '' definition 'opt_buf_data_len'. [funcArgNamesDifferentUnnamed] 2.21.0 adsr-mle-623d6da/editor.c:355:24: error: Uninitialized variable: bview->buffer [uninitvar] head adsr-mle-623d6da/editor.c:355:24: error: Uninitialized variable: bview->buffer [uninitvar] adsr-mle-623d6da/editor.c:353:9: note: Assuming condition is true adsr-mle-623d6da/editor.c:355:24: note: Uninitialized variable: bview->buffer 2.21.0 adsr-mle-623d6da/editor.c:597:121: style:inconclusive: Function 'editor_register_observer' argument 5 names different: declaration '' definition 'optret_observer'. [funcArgNamesDifferentUnnamed] 2.21.0 adsr-mle-623d6da/mark.c:786:113: style:inconclusive: Function 'mark_find_match' argument 6 names different: declaration '' definition 'ret_line'. [funcArgNamesDifferentUnnamed] 2.21.0 adsr-mle-623d6da/mark.c:786:131: style:inconclusive: Function 'mark_find_match' argument 7 names different: declaration '' definition 'ret_col'. [funcArgNamesDifferentUnnamed] 2.21.0 adsr-mle-623d6da/mark.c:786:148: style:inconclusive: Function 'mark_find_match' argument 8 names different: declaration '' definition 'ret_num_chars'. [funcArgNamesDifferentUnnamed] 2.21.0 adsr-mle-623d6da/mark.c:786:76: style:inconclusive: Function 'mark_find_match' argument 3 names different: declaration '' definition 'u1'. [funcArgNamesDifferentUnnamed] 2.21.0 adsr-mle-623d6da/mark.c:786:86: style:inconclusive: Function 'mark_find_match' argument 4 names different: declaration '' definition 'u2'. [funcArgNamesDifferentUnnamed] 2.21.0 adsr-mle-623d6da/mark.c:786:94: style:inconclusive: Function 'mark_find_match' argument 5 names different: declaration '' definition 'reverse'. [funcArgNamesDifferentUnnamed] 2.21.0 adsr-mle-623d6da/mark.c:859:145: style:inconclusive: Function 'mark_find_match_prev' argument 6 names different: declaration '' definition 'u1'. [funcArgNamesDifferentUnnamed] 2.21.0 adsr-mle-623d6da/mark.c:859:155: style:inconclusive: Function 'mark_find_match_prev' argument 7 names different: declaration '' definition 'u2'. [funcArgNamesDifferentUnnamed] head adsr-mle-623d6da/util.c:671:15: warning: If memory allocation fails, then there is a possible null pointer dereference: aproc [nullPointerOutOfMemory] adsr-mle-623d6da/util.c:661:19: note: Assuming allocation function fails adsr-mle-623d6da/util.c:661:19: note: Assignment 'aproc=calloc(1,sizeof(struct aproc_t))', assigned value is 0 adsr-mle-623d6da/util.c:671:15: note: Null pointer dereference DONE