lttng-ust-2.14.0-4.fc44
List of Findings
Error: GCC_ANALYZER_WARNING (CWE-404): [#def1]
lttng-ust-2.14.0/doc/examples/demo-tracef/demo-vtracef.c:23:9: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
lttng-ust-2.14.0/doc/examples/demo-tracef/demo-vtracef.c:22:9: acquire_resource: ‘va_start’ called here
lttng-ust-2.14.0/doc/examples/demo-tracef/demo-vtracef.c:23:9: branch_true: following ‘true’ branch...
lttng-ust-2.14.0/doc/examples/demo-tracef/demo-vtracef.c:23:9: branch_true: ...to here
lttng-ust-2.14.0/doc/examples/demo-tracef/demo-vtracef.c:23:9: throw: if ‘lttng_ust__vtracef’ throws an exception...
lttng-ust-2.14.0/doc/examples/demo-tracef/demo-vtracef.c:23:9: danger: missing call to ‘va_end’ to match ‘va_start’ at [(1)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-404): [#def2]
lttng-ust-2.14.0/doc/examples/demo-tracelog/demo-vtracelog.c:21:9: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
lttng-ust-2.14.0/doc/examples/demo-tracelog/demo-vtracelog.c:20:9: acquire_resource: ‘va_start’ called here
lttng-ust-2.14.0/doc/examples/demo-tracelog/demo-vtracelog.c:21:9: branch_true: following ‘true’ branch...
lttng-ust-2.14.0/doc/examples/demo-tracelog/demo-vtracelog.c:21:9: branch_true: ...to here
lttng-ust-2.14.0/doc/examples/demo-tracelog/demo-vtracelog.c:21:9: throw: if ‘lttng_ust__vtracelog_LTTNG_UST_TRACEPOINT_LOGLEVEL_ERR’ throws an exception...
lttng-ust-2.14.0/doc/examples/demo-tracelog/demo-vtracelog.c:21:9: danger: missing call to ‘va_end’ to match ‘va_start’ at [(1)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/0)
Error: CPPCHECK_WARNING (CWE-457): [#def3]
lttng-ust-2.14.0/include/lttng/tracepoint.h:439: error[uninitvar]: Uninitialized variable: here
Error: CPPCHECK_WARNING (CWE-758): [#def4]
lttng-ust-2.14.0/include/lttng/tracepoint.h:643: error[subtractPointers]: Subtracting pointers that point to different objects
Error: GCC_ANALYZER_WARNING (CWE-469): [#def5]
lttng-ust-2.14.0/include/lttng/tracepoint.h:643:67: warning[-Wanalyzer-undefined-behavior-ptrdiff]: undefined behavior when subtracting pointers
lttng-ust-2.14.0/include/lttng/tracepoint.h:618:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/include/lttng/tracepoint.h:622:13: branch_false: ...to here
lttng-ust-2.14.0/include/lttng/tracepoint.h:641:12: branch_true: following 'true' branch...
lttng-ust-2.14.0/include/lttng/tracepoint.h:643:67: branch_true: ...to here
lttng-ust-2.14.0/include/lttng/tracepoint.h:643:67: danger: subtraction of pointers has undefined behavior if they do not point into the same array object
Error: GCC_ANALYZER_WARNING (CWE-401): [#def6]
lttng-ust-2.14.0/src/common/counter/shm.c:57:34: warning[-Wanalyzer-malloc-leak]: leak of 'zeropage'
lttng-ust-2.14.0/src/common/counter/shm.c:49:12: branch_false: following 'false' branch (when 'pagelen >= 0')...
lttng-ust-2.14.0/src/common/counter/shm.c:51:20: branch_false: ...to here
lttng-ust-2.14.0/src/common/counter/shm.c:51:20: acquire_memory: allocated here
lttng-ust-2.14.0/src/common/counter/shm.c:52:12: branch_false: following 'false' branch (when 'zeropage' is non-NULL)...
lttng-ust-2.14.0/src/common/counter/shm.c:52:12: branch_false: ...to here
lttng-ust-2.14.0/src/common/counter/shm.c:55:16: branch_true: following 'true' branch (when 'written < len')...
lttng-ust-2.14.0/src/common/counter/shm.c:55:16: branch_true: ...to here
lttng-ust-2.14.0/src/common/counter/shm.c:57:34: throw: if 'write' throws an exception...
lttng-ust-2.14.0/src/common/counter/shm.c:57:34: danger: 'zeropage' leaks here; was allocated at [(3)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/2)
Error: CPPCHECK_WARNING (CWE-457): [#def7]
lttng-ust-2.14.0/src/common/counter/shm.c:227: error[legacyUninitvar]: Uninitialized variable: node
Error: GCC_ANALYZER_WARNING (CWE-401): [#def8]
lttng-ust-2.14.0/src/common/elf.c:47:22: warning[-Wanalyzer-malloc-leak]: leak of 'lttng_ust_elf_get_phdr(elf, i)'
lttng-ust-2.14.0/src/common/elf.c:518:5: enter_function: entry to 'lttng_ust_elf_get_build_id'
lttng-ust-2.14.0/src/common/elf.c:525:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/elf.c:529:21: branch_true: following 'true' branch...
lttng-ust-2.14.0/src/common/elf.c:534:24: branch_true: ...to here
lttng-ust-2.14.0/src/common/elf.c:534:24: call_function: calling 'lttng_ust_elf_get_phdr' from 'lttng_ust_elf_get_build_id'
lttng-ust-2.14.0/src/common/elf.c:534:24: return_function: returning to 'lttng_ust_elf_get_build_id' from 'lttng_ust_elf_get_phdr'
lttng-ust-2.14.0/src/common/elf.c:535:20: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/elf.c:540:21: branch_false: ...to here
lttng-ust-2.14.0/src/common/elf.c:540:20: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/elf.c:544:26: branch_false: ...to here
lttng-ust-2.14.0/src/common/elf.c:546:23: call_function: calling 'lttng_ust_elf_get_build_id_from_segment' from 'lttng_ust_elf_get_build_id'
Error: GCC_ANALYZER_WARNING (CWE-401): [#def9]
lttng-ust-2.14.0/src/common/elf.c:56:26: warning[-Wanalyzer-malloc-leak]: leak of 'calloc(48, 1)'
lttng-ust-2.14.0/src/common/elf.c:37:28: enter_function: entry to 'lttng_ust_elf_get_phdr'
lttng-ust-2.14.0/src/common/elf.c:43:12: branch_false: following 'false' branch (when 'elf' is non-NULL)...
lttng-ust-2.14.0/src/common/elf.c:47:22: branch_false: ...to here
lttng-ust-2.14.0/src/common/elf.c:47:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/elf.c:51:16: call_function: inlined call to 'zmalloc' from 'lttng_ust_elf_get_phdr'
lttng-ust-2.14.0/src/common/elf.c:52:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/elf.c:56:26: branch_false: ...to here
lttng-ust-2.14.0/src/common/elf.c:58:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/elf.c:62:13: call_function: inlined call to 'is_elf_32_bit' from 'lttng_ust_elf_get_phdr'
lttng-ust-2.14.0/src/common/elf.c:62:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/elf.c:76:21: branch_false: ...to here
lttng-ust-2.14.0/src/common/elf.c:76:21: throw: if 'lttng_ust_read' throws an exception...
lttng-ust-2.14.0/src/common/elf.c:56:26: danger: 'calloc(48, 1)' leaks here; was allocated at [(8)](sarif:/runs/0/results/3/codeFlows/0/threadFlows/0/locations/7)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def10]
lttng-ust-2.14.0/src/common/elf.c:110:22: warning[-Wanalyzer-malloc-leak]: leak of 'lttng_ust_elf_get_shdr(elf, i)'
lttng-ust-2.14.0/src/common/elf.c:660:5: enter_function: entry to 'lttng_ust_elf_get_debug_link'
lttng-ust-2.14.0/src/common/elf.c:668:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/elf.c:672:21: branch_true: following 'true' branch...
lttng-ust-2.14.0/src/common/elf.c:675:24: branch_true: ...to here
lttng-ust-2.14.0/src/common/elf.c:675:24: call_function: calling 'lttng_ust_elf_get_shdr' from 'lttng_ust_elf_get_debug_link'
lttng-ust-2.14.0/src/common/elf.c:675:24: return_function: returning to 'lttng_ust_elf_get_debug_link' from 'lttng_ust_elf_get_shdr'
lttng-ust-2.14.0/src/common/elf.c:676:20: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/elf.c:680:23: branch_false: ...to here
lttng-ust-2.14.0/src/common/elf.c:680:23: call_function: calling 'lttng_ust_elf_get_debug_link_from_section' from 'lttng_ust_elf_get_debug_link'
Error: GCC_ANALYZER_WARNING (CWE-401): [#def11]
lttng-ust-2.14.0/src/common/elf.c:119:26: warning[-Wanalyzer-malloc-leak]: leak of 'calloc(64, 1)'
lttng-ust-2.14.0/src/common/elf.c:100:28: enter_function: entry to 'lttng_ust_elf_get_shdr'
lttng-ust-2.14.0/src/common/elf.c:106:12: branch_false: following 'false' branch (when 'elf' is non-NULL)...
lttng-ust-2.14.0/src/common/elf.c:110:22: branch_false: ...to here
lttng-ust-2.14.0/src/common/elf.c:110:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/elf.c:114:16: call_function: inlined call to 'zmalloc' from 'lttng_ust_elf_get_shdr'
lttng-ust-2.14.0/src/common/elf.c:115:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/elf.c:119:26: branch_false: ...to here
lttng-ust-2.14.0/src/common/elf.c:121:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/elf.c:125:13: call_function: inlined call to 'is_elf_32_bit' from 'lttng_ust_elf_get_shdr'
lttng-ust-2.14.0/src/common/elf.c:125:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/elf.c:139:21: branch_false: ...to here
lttng-ust-2.14.0/src/common/elf.c:139:21: throw: if 'lttng_ust_read' throws an exception...
lttng-ust-2.14.0/src/common/elf.c:119:26: danger: 'calloc(64, 1)' leaks here; was allocated at [(8)](sarif:/runs/0/results/9/codeFlows/0/threadFlows/0/locations/7)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def12]
lttng-ust-2.14.0/src/common/elf.c:128:21: warning[-Wanalyzer-malloc-leak]: leak of '<unknown>'
lttng-ust-2.14.0/src/common/elf.c:232:23: enter_function: entry to 'lttng_ust_elf_create'
lttng-ust-2.14.0/src/common/elf.c:240:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/elf.c:245:9: branch_false: ...to here
lttng-ust-2.14.0/src/common/elf.c:248:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/elf.c:252:9: branch_false: ...to here
lttng-ust-2.14.0/src/common/elf.c:254:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/elf.c:259:15: branch_false: ...to here
lttng-ust-2.14.0/src/common/elf.c:260:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/elf.c:269:9: branch_false: ...to here
lttng-ust-2.14.0/src/common/elf.c:272:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/elf.c:275:24: branch_false: ...to here
lttng-ust-2.14.0/src/common/elf.c:278:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/elf.c:282:21: call_function: inlined call to 'zmalloc' from 'lttng_ust_elf_create'
lttng-ust-2.14.0/src/common/elf.c:283:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/elf.c:287:12: branch_false: ...to here
lttng-ust-2.14.0/src/common/elf.c:287:12: branch_true: following 'true' branch...
lttng-ust-2.14.0/src/common/elf.c:290:21: branch_true: ...to here
lttng-ust-2.14.0/src/common/elf.c:290:20: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/elf.c:294:20: branch_false: ...to here
lttng-ust-2.14.0/src/common/elf.c:311:30: call_function: calling 'lttng_ust_elf_get_shdr' from 'lttng_ust_elf_create'
Error: GCC_ANALYZER_WARNING (CWE-401): [#def13]
lttng-ust-2.14.0/src/common/elf.c:139:21: warning[-Wanalyzer-malloc-leak]: leak of '<unknown>'
lttng-ust-2.14.0/src/common/elf.c:232:23: enter_function: entry to 'lttng_ust_elf_create'
lttng-ust-2.14.0/src/common/elf.c:240:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/elf.c:245:9: branch_false: ...to here
lttng-ust-2.14.0/src/common/elf.c:248:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/elf.c:252:9: branch_false: ...to here
lttng-ust-2.14.0/src/common/elf.c:254:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/elf.c:259:15: branch_false: ...to here
lttng-ust-2.14.0/src/common/elf.c:260:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/elf.c:269:9: branch_false: ...to here
lttng-ust-2.14.0/src/common/elf.c:272:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/elf.c:275:24: branch_false: ...to here
lttng-ust-2.14.0/src/common/elf.c:278:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/elf.c:282:21: call_function: inlined call to 'zmalloc' from 'lttng_ust_elf_create'
lttng-ust-2.14.0/src/common/elf.c:283:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/elf.c:287:12: branch_false: ...to here
lttng-ust-2.14.0/src/common/elf.c:287:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/elf.c:301:21: branch_false: ...to here
lttng-ust-2.14.0/src/common/elf.c:301:20: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/elf.c:305:20: branch_false: ...to here
lttng-ust-2.14.0/src/common/elf.c:311:30: call_function: calling 'lttng_ust_elf_get_shdr' from 'lttng_ust_elf_create'
Error: GCC_ANALYZER_WARNING (CWE-401): [#def14]
lttng-ust-2.14.0/src/common/elf.c:211:28: warning[-Wanalyzer-malloc-leak]: leak of 'calloc(len + 1, 1)'
lttng-ust-2.14.0/src/common/elf.c:164:7: enter_function: entry to 'lttng_ust_elf_get_section_name'
lttng-ust-2.14.0/src/common/elf.c:169:12: branch_false: following 'false' branch (when 'elf' is non-NULL)...
lttng-ust-2.14.0/src/common/elf.c:173:23: branch_false: ...to here
lttng-ust-2.14.0/src/common/elf.c:173:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/elf.c:177:28: branch_false: ...to here
lttng-ust-2.14.0/src/common/elf.c:177:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/elf.c:181:19: branch_false: ...to here
lttng-ust-2.14.0/src/common/elf.c:189:20: branch_false: following 'false' branch (when 'to_read != 0')...
lttng-ust-2.14.0/src/common/elf.c:193:25: branch_false: ...to here
lttng-ust-2.14.0/src/common/elf.c:194:20: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/elf.c:194:20: branch_false: ...to here
lttng-ust-2.14.0/src/common/elf.c:207:16: call_function: inlined call to 'zmalloc' from 'lttng_ust_elf_get_section_name'
lttng-ust-2.14.0/src/common/elf.c:208:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/elf.c:211:28: branch_false: ...to here
lttng-ust-2.14.0/src/common/elf.c:211:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/elf.c:215:13: branch_false: ...to here
lttng-ust-2.14.0/src/common/elf.c:215:13: throw: if 'lttng_ust_read' throws an exception...
lttng-ust-2.14.0/src/common/elf.c:211:28: danger: 'calloc(len + 1, 1)' leaks here; was allocated at [(14)](sarif:/runs/0/results/13/codeFlows/0/threadFlows/0/locations/13)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def15]
lttng-ust-2.14.0/src/common/elf.c:252:9: warning[-Wanalyzer-malloc-leak]: leak of 'calloc(48, 1)'
lttng-ust-2.14.0/src/common/elf.c:232:23: enter_function: entry to 'lttng_ust_elf_create'
lttng-ust-2.14.0/src/common/elf.c:239:15: call_function: inlined call to 'zmalloc' from 'lttng_ust_elf_create'
lttng-ust-2.14.0/src/common/elf.c:240:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/elf.c:245:9: branch_false: ...to here
lttng-ust-2.14.0/src/common/elf.c:248:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/elf.c:252:9: branch_false: ...to here
lttng-ust-2.14.0/src/common/elf.c:252:9: throw: if 'lttng_ust_lock_fd_tracker' throws an exception...
lttng-ust-2.14.0/src/common/elf.c:252:9: danger: 'calloc(48, 1)' leaks here; was allocated at [(4)](sarif:/runs/0/results/14/codeFlows/0/threadFlows/0/locations/3)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def16]
lttng-ust-2.14.0/src/common/elf.c:252:9: warning[-Wanalyzer-malloc-leak]: leak of 'strdup(path)'
lttng-ust-2.14.0/src/common/elf.c:240:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/elf.c:245:9: branch_false: ...to here
lttng-ust-2.14.0/src/common/elf.c:247:21: acquire_memory: allocated here
lttng-ust-2.14.0/src/common/elf.c:248:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/elf.c:252:9: branch_false: ...to here
lttng-ust-2.14.0/src/common/elf.c:252:9: throw: if 'lttng_ust_lock_fd_tracker' throws an exception...
lttng-ust-2.14.0/src/common/elf.c:252:9: danger: 'strdup(path)' leaks here; was allocated at [(3)](sarif:/runs/0/results/15/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def17]
lttng-ust-2.14.0/src/common/elf.c:253:14: warning[-Wanalyzer-malloc-leak]: leak of '<unknown>'
lttng-ust-2.14.0/src/common/elf.c:240:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/elf.c:245:9: branch_false: ...to here
lttng-ust-2.14.0/src/common/elf.c:247:21: acquire_memory: allocated here
lttng-ust-2.14.0/src/common/elf.c:248:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/elf.c:252:9: branch_false: ...to here
lttng-ust-2.14.0/src/common/elf.c:253:14: throw: if 'open' throws an exception...
lttng-ust-2.14.0/src/common/elf.c:253:14: danger: '<unknown>' leaks here; was allocated at [(3)](sarif:/runs/0/results/17/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def18]
lttng-ust-2.14.0/src/common/elf.c:253:14: warning[-Wanalyzer-malloc-leak]: leak of 'calloc(48, 1)'
lttng-ust-2.14.0/src/common/elf.c:232:23: enter_function: entry to 'lttng_ust_elf_create'
lttng-ust-2.14.0/src/common/elf.c:239:15: call_function: inlined call to 'zmalloc' from 'lttng_ust_elf_create'
lttng-ust-2.14.0/src/common/elf.c:240:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/elf.c:245:9: branch_false: ...to here
lttng-ust-2.14.0/src/common/elf.c:248:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/elf.c:252:9: branch_false: ...to here
lttng-ust-2.14.0/src/common/elf.c:253:14: throw: if 'open' throws an exception...
lttng-ust-2.14.0/src/common/elf.c:253:14: danger: 'calloc(48, 1)' leaks here; was allocated at [(4)](sarif:/runs/0/results/16/codeFlows/0/threadFlows/0/locations/3)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def19]
lttng-ust-2.14.0/src/common/elf.c:255:17: warning[-Wanalyzer-malloc-leak]: leak of '<unknown>'
lttng-ust-2.14.0/src/common/elf.c:240:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/elf.c:245:9: branch_false: ...to here
lttng-ust-2.14.0/src/common/elf.c:247:21: acquire_memory: allocated here
lttng-ust-2.14.0/src/common/elf.c:248:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/elf.c:252:9: branch_false: ...to here
lttng-ust-2.14.0/src/common/elf.c:254:12: branch_true: following 'true' branch...
lttng-ust-2.14.0/src/common/elf.c:255:17: branch_true: ...to here
lttng-ust-2.14.0/src/common/elf.c:255:17: throw: if 'lttng_ust_unlock_fd_tracker' throws an exception...
lttng-ust-2.14.0/src/common/elf.c:255:17: danger: '<unknown>' leaks here; was allocated at [(3)](sarif:/runs/0/results/19/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def20]
lttng-ust-2.14.0/src/common/elf.c:255:17: warning[-Wanalyzer-malloc-leak]: leak of 'calloc(48, 1)'
lttng-ust-2.14.0/src/common/elf.c:232:23: enter_function: entry to 'lttng_ust_elf_create'
lttng-ust-2.14.0/src/common/elf.c:239:15: call_function: inlined call to 'zmalloc' from 'lttng_ust_elf_create'
lttng-ust-2.14.0/src/common/elf.c:240:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/elf.c:245:9: branch_false: ...to here
lttng-ust-2.14.0/src/common/elf.c:248:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/elf.c:252:9: branch_false: ...to here
lttng-ust-2.14.0/src/common/elf.c:254:12: branch_true: following 'true' branch...
lttng-ust-2.14.0/src/common/elf.c:255:17: branch_true: ...to here
lttng-ust-2.14.0/src/common/elf.c:255:17: throw: if 'lttng_ust_unlock_fd_tracker' throws an exception...
lttng-ust-2.14.0/src/common/elf.c:255:17: danger: 'calloc(48, 1)' leaks here; was allocated at [(4)](sarif:/runs/0/results/18/codeFlows/0/threadFlows/0/locations/3)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def21]
lttng-ust-2.14.0/src/common/elf.c:259:15: warning[-Wanalyzer-fd-leak]: leak of file descriptor 'open(strdup(path), 524288)'
lttng-ust-2.14.0/src/common/elf.c:240:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/elf.c:245:9: branch_false: ...to here
lttng-ust-2.14.0/src/common/elf.c:248:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/elf.c:252:9: branch_false: ...to here
lttng-ust-2.14.0/src/common/elf.c:253:14: acquire_resource: opened here
lttng-ust-2.14.0/src/common/elf.c:254:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/elf.c:259:15: branch_false: ...to here
lttng-ust-2.14.0/src/common/elf.c:259:15: throw: if 'lttng_ust_add_fd_to_tracker' throws an exception...
lttng-ust-2.14.0/src/common/elf.c:259:15: danger: 'open(strdup(path), 524288)' leaks here; was opened at [(5)](sarif:/runs/0/results/20/codeFlows/0/threadFlows/0/locations/4)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def22]
lttng-ust-2.14.0/src/common/elf.c:259:15: warning[-Wanalyzer-malloc-leak]: leak of '<unknown>'
lttng-ust-2.14.0/src/common/elf.c:240:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/elf.c:245:9: branch_false: ...to here
lttng-ust-2.14.0/src/common/elf.c:247:21: acquire_memory: allocated here
lttng-ust-2.14.0/src/common/elf.c:248:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/elf.c:252:9: branch_false: ...to here
lttng-ust-2.14.0/src/common/elf.c:254:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/elf.c:259:15: branch_false: ...to here
lttng-ust-2.14.0/src/common/elf.c:259:15: throw: if 'lttng_ust_add_fd_to_tracker' throws an exception...
lttng-ust-2.14.0/src/common/elf.c:259:15: danger: '<unknown>' leaks here; was allocated at [(3)](sarif:/runs/0/results/22/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def23]
lttng-ust-2.14.0/src/common/elf.c:259:15: warning[-Wanalyzer-malloc-leak]: leak of 'calloc(48, 1)'
lttng-ust-2.14.0/src/common/elf.c:232:23: enter_function: entry to 'lttng_ust_elf_create'
lttng-ust-2.14.0/src/common/elf.c:239:15: call_function: inlined call to 'zmalloc' from 'lttng_ust_elf_create'
lttng-ust-2.14.0/src/common/elf.c:240:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/elf.c:245:9: branch_false: ...to here
lttng-ust-2.14.0/src/common/elf.c:248:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/elf.c:252:9: branch_false: ...to here
lttng-ust-2.14.0/src/common/elf.c:254:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/elf.c:259:15: branch_false: ...to here
lttng-ust-2.14.0/src/common/elf.c:259:15: throw: if 'lttng_ust_add_fd_to_tracker' throws an exception...
lttng-ust-2.14.0/src/common/elf.c:259:15: danger: 'calloc(48, 1)' leaks here; was allocated at [(4)](sarif:/runs/0/results/21/codeFlows/0/threadFlows/0/locations/3)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def24]
lttng-ust-2.14.0/src/common/elf.c:261:23: warning[-Wanalyzer-malloc-leak]: leak of '<unknown>'
lttng-ust-2.14.0/src/common/elf.c:240:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/elf.c:245:9: branch_false: ...to here
lttng-ust-2.14.0/src/common/elf.c:247:21: acquire_memory: allocated here
lttng-ust-2.14.0/src/common/elf.c:248:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/elf.c:252:9: branch_false: ...to here
lttng-ust-2.14.0/src/common/elf.c:254:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/elf.c:259:15: branch_false: ...to here
lttng-ust-2.14.0/src/common/elf.c:260:12: branch_true: following 'true' branch...
lttng-ust-2.14.0/src/common/elf.c:261:23: branch_true: ...to here
lttng-ust-2.14.0/src/common/elf.c:261:23: throw: if 'close' throws an exception...
lttng-ust-2.14.0/src/common/elf.c:261:23: danger: '<unknown>' leaks here; was allocated at [(3)](sarif:/runs/0/results/24/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def25]
lttng-ust-2.14.0/src/common/elf.c:261:23: warning[-Wanalyzer-malloc-leak]: leak of 'calloc(48, 1)'
lttng-ust-2.14.0/src/common/elf.c:232:23: enter_function: entry to 'lttng_ust_elf_create'
lttng-ust-2.14.0/src/common/elf.c:239:15: call_function: inlined call to 'zmalloc' from 'lttng_ust_elf_create'
lttng-ust-2.14.0/src/common/elf.c:240:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/elf.c:245:9: branch_false: ...to here
lttng-ust-2.14.0/src/common/elf.c:248:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/elf.c:252:9: branch_false: ...to here
lttng-ust-2.14.0/src/common/elf.c:254:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/elf.c:259:15: branch_false: ...to here
lttng-ust-2.14.0/src/common/elf.c:260:12: branch_true: following 'true' branch...
lttng-ust-2.14.0/src/common/elf.c:261:23: branch_true: ...to here
lttng-ust-2.14.0/src/common/elf.c:261:23: throw: if 'close' throws an exception...
lttng-ust-2.14.0/src/common/elf.c:261:23: danger: 'calloc(48, 1)' leaks here; was allocated at [(4)](sarif:/runs/0/results/23/codeFlows/0/threadFlows/0/locations/3)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def26]
lttng-ust-2.14.0/src/common/elf.c:263:25: warning[-Wanalyzer-malloc-leak]: leak of '<unknown>'
lttng-ust-2.14.0/src/common/elf.c:240:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/elf.c:245:9: branch_false: ...to here
lttng-ust-2.14.0/src/common/elf.c:247:21: acquire_memory: allocated here
lttng-ust-2.14.0/src/common/elf.c:248:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/elf.c:252:9: branch_false: ...to here
lttng-ust-2.14.0/src/common/elf.c:254:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/elf.c:259:15: branch_false: ...to here
lttng-ust-2.14.0/src/common/elf.c:260:12: branch_true: following 'true' branch...
lttng-ust-2.14.0/src/common/elf.c:261:23: branch_true: ...to here
lttng-ust-2.14.0/src/common/elf.c:262:20: branch_true: following 'true' branch...
lttng-ust-2.14.0/src/common/elf.c:263:25: branch_true: ...to here
lttng-ust-2.14.0/src/common/elf.c:263:25: branch_true: following 'true' branch...
lttng-ust-2.14.0/src/common/elf.c:263:25: throw: if 'ust_safe_snprintf' throws an exception...
lttng-ust-2.14.0/src/common/elf.c:263:25: danger: '<unknown>' leaks here; was allocated at [(3)](sarif:/runs/0/results/25/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def27]
lttng-ust-2.14.0/src/common/elf.c:266:17: warning[-Wanalyzer-malloc-leak]: leak of '<unknown>'
lttng-ust-2.14.0/src/common/elf.c:240:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/elf.c:245:9: branch_false: ...to here
lttng-ust-2.14.0/src/common/elf.c:247:21: acquire_memory: allocated here
lttng-ust-2.14.0/src/common/elf.c:248:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/elf.c:252:9: branch_false: ...to here
lttng-ust-2.14.0/src/common/elf.c:254:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/elf.c:259:15: branch_false: ...to here
lttng-ust-2.14.0/src/common/elf.c:260:12: branch_true: following 'true' branch...
lttng-ust-2.14.0/src/common/elf.c:261:23: branch_true: ...to here
lttng-ust-2.14.0/src/common/elf.c:266:17: throw: if 'lttng_ust_unlock_fd_tracker' throws an exception...
lttng-ust-2.14.0/src/common/elf.c:266:17: danger: '<unknown>' leaks here; was allocated at [(3)](sarif:/runs/0/results/28/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def28]
lttng-ust-2.14.0/src/common/elf.c:266:17: warning[-Wanalyzer-malloc-leak]: leak of 'calloc(48, 1)'
lttng-ust-2.14.0/src/common/elf.c:232:23: enter_function: entry to 'lttng_ust_elf_create'
lttng-ust-2.14.0/src/common/elf.c:239:15: call_function: inlined call to 'zmalloc' from 'lttng_ust_elf_create'
lttng-ust-2.14.0/src/common/elf.c:240:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/elf.c:245:9: branch_false: ...to here
lttng-ust-2.14.0/src/common/elf.c:248:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/elf.c:252:9: branch_false: ...to here
lttng-ust-2.14.0/src/common/elf.c:254:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/elf.c:259:15: branch_false: ...to here
lttng-ust-2.14.0/src/common/elf.c:260:12: branch_true: following 'true' branch...
lttng-ust-2.14.0/src/common/elf.c:261:23: branch_true: ...to here
lttng-ust-2.14.0/src/common/elf.c:266:17: throw: if 'lttng_ust_unlock_fd_tracker' throws an exception...
lttng-ust-2.14.0/src/common/elf.c:266:17: danger: 'calloc(48, 1)' leaks here; was allocated at [(4)](sarif:/runs/0/results/27/codeFlows/0/threadFlows/0/locations/3)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def29]
lttng-ust-2.14.0/src/common/elf.c:270:9: warning[-Wanalyzer-malloc-leak]: leak of '<unknown>'
lttng-ust-2.14.0/src/common/elf.c:240:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/elf.c:245:9: branch_false: ...to here
lttng-ust-2.14.0/src/common/elf.c:247:21: acquire_memory: allocated here
lttng-ust-2.14.0/src/common/elf.c:248:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/elf.c:252:9: branch_false: ...to here
lttng-ust-2.14.0/src/common/elf.c:254:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/elf.c:259:15: branch_false: ...to here
lttng-ust-2.14.0/src/common/elf.c:260:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/elf.c:269:9: branch_false: ...to here
lttng-ust-2.14.0/src/common/elf.c:270:9: throw: if 'lttng_ust_unlock_fd_tracker' throws an exception...
lttng-ust-2.14.0/src/common/elf.c:270:9: danger: '<unknown>' leaks here; was allocated at [(3)](sarif:/runs/0/results/30/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def30]
lttng-ust-2.14.0/src/common/elf.c:270:9: warning[-Wanalyzer-malloc-leak]: leak of 'calloc(48, 1)'
lttng-ust-2.14.0/src/common/elf.c:232:23: enter_function: entry to 'lttng_ust_elf_create'
lttng-ust-2.14.0/src/common/elf.c:239:15: call_function: inlined call to 'zmalloc' from 'lttng_ust_elf_create'
lttng-ust-2.14.0/src/common/elf.c:240:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/elf.c:245:9: branch_false: ...to here
lttng-ust-2.14.0/src/common/elf.c:248:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/elf.c:252:9: branch_false: ...to here
lttng-ust-2.14.0/src/common/elf.c:254:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/elf.c:259:15: branch_false: ...to here
lttng-ust-2.14.0/src/common/elf.c:260:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/elf.c:269:9: branch_false: ...to here
lttng-ust-2.14.0/src/common/elf.c:270:9: throw: if 'lttng_ust_unlock_fd_tracker' throws an exception...
lttng-ust-2.14.0/src/common/elf.c:270:9: danger: 'calloc(48, 1)' leaks here; was allocated at [(4)](sarif:/runs/0/results/29/codeFlows/0/threadFlows/0/locations/3)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def31]
lttng-ust-2.14.0/src/common/elf.c:272:13: warning[-Wanalyzer-malloc-leak]: leak of '<unknown>'
lttng-ust-2.14.0/src/common/elf.c:240:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/elf.c:245:9: branch_false: ...to here
lttng-ust-2.14.0/src/common/elf.c:247:21: acquire_memory: allocated here
lttng-ust-2.14.0/src/common/elf.c:248:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/elf.c:252:9: branch_false: ...to here
lttng-ust-2.14.0/src/common/elf.c:254:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/elf.c:259:15: branch_false: ...to here
lttng-ust-2.14.0/src/common/elf.c:260:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/elf.c:269:9: branch_false: ...to here
lttng-ust-2.14.0/src/common/elf.c:272:13: throw: if 'lttng_ust_read' throws an exception...
lttng-ust-2.14.0/src/common/elf.c:272:13: danger: '<unknown>' leaks here; was allocated at [(3)](sarif:/runs/0/results/32/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def32]
lttng-ust-2.14.0/src/common/elf.c:272:13: warning[-Wanalyzer-malloc-leak]: leak of 'calloc(48, 1)'
lttng-ust-2.14.0/src/common/elf.c:232:23: enter_function: entry to 'lttng_ust_elf_create'
lttng-ust-2.14.0/src/common/elf.c:239:15: call_function: inlined call to 'zmalloc' from 'lttng_ust_elf_create'
lttng-ust-2.14.0/src/common/elf.c:240:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/elf.c:245:9: branch_false: ...to here
lttng-ust-2.14.0/src/common/elf.c:248:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/elf.c:252:9: branch_false: ...to here
lttng-ust-2.14.0/src/common/elf.c:254:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/elf.c:259:15: branch_false: ...to here
lttng-ust-2.14.0/src/common/elf.c:260:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/elf.c:269:9: branch_false: ...to here
lttng-ust-2.14.0/src/common/elf.c:272:13: throw: if 'lttng_ust_read' throws an exception...
lttng-ust-2.14.0/src/common/elf.c:272:13: danger: 'calloc(48, 1)' leaks here; was allocated at [(4)](sarif:/runs/0/results/31/codeFlows/0/threadFlows/0/locations/3)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def33]
lttng-ust-2.14.0/src/common/elf.c:275:24: warning[-Wanalyzer-malloc-leak]: leak of 'calloc(48, 1)'
lttng-ust-2.14.0/src/common/elf.c:232:23: enter_function: entry to 'lttng_ust_elf_create'
lttng-ust-2.14.0/src/common/elf.c:239:15: call_function: inlined call to 'zmalloc' from 'lttng_ust_elf_create'
lttng-ust-2.14.0/src/common/elf.c:240:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/elf.c:245:9: branch_false: ...to here
lttng-ust-2.14.0/src/common/elf.c:248:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/elf.c:252:9: branch_false: ...to here
lttng-ust-2.14.0/src/common/elf.c:254:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/elf.c:259:15: branch_false: ...to here
lttng-ust-2.14.0/src/common/elf.c:260:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/elf.c:269:9: branch_false: ...to here
lttng-ust-2.14.0/src/common/elf.c:272:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/elf.c:275:24: branch_false: ...to here
lttng-ust-2.14.0/src/common/elf.c:278:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/elf.c:282:21: call_function: inlined call to 'zmalloc' from 'lttng_ust_elf_create'
lttng-ust-2.14.0/src/common/elf.c:283:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/elf.c:287:12: branch_false: ...to here
lttng-ust-2.14.0/src/common/elf.c:287:12: branch_true: following 'true' branch...
lttng-ust-2.14.0/src/common/elf.c:290:21: branch_true: ...to here
lttng-ust-2.14.0/src/common/elf.c:290:21: throw: if 'lttng_ust_read' throws an exception...
lttng-ust-2.14.0/src/common/elf.c:275:24: danger: 'calloc(48, 1)' leaks here; was allocated at [(4)](sarif:/runs/0/results/33/codeFlows/0/threadFlows/0/locations/3)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def34]
lttng-ust-2.14.0/src/common/elf.c:290:21: warning[-Wanalyzer-malloc-leak]: leak of '<unknown>'
lttng-ust-2.14.0/src/common/elf.c:232:23: enter_function: entry to 'lttng_ust_elf_create'
lttng-ust-2.14.0/src/common/elf.c:240:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/elf.c:245:9: branch_false: ...to here
lttng-ust-2.14.0/src/common/elf.c:247:21: acquire_memory: allocated here
lttng-ust-2.14.0/src/common/elf.c:248:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/elf.c:252:9: branch_false: ...to here
lttng-ust-2.14.0/src/common/elf.c:254:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/elf.c:259:15: branch_false: ...to here
lttng-ust-2.14.0/src/common/elf.c:260:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/elf.c:269:9: branch_false: ...to here
lttng-ust-2.14.0/src/common/elf.c:272:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/elf.c:275:24: branch_false: ...to here
lttng-ust-2.14.0/src/common/elf.c:278:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/elf.c:282:21: call_function: inlined call to 'zmalloc' from 'lttng_ust_elf_create'
lttng-ust-2.14.0/src/common/elf.c:283:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/elf.c:287:12: branch_false: ...to here
lttng-ust-2.14.0/src/common/elf.c:287:12: branch_true: following 'true' branch...
lttng-ust-2.14.0/src/common/elf.c:290:21: branch_true: ...to here
lttng-ust-2.14.0/src/common/elf.c:290:21: throw: if 'lttng_ust_read' throws an exception...
lttng-ust-2.14.0/src/common/elf.c:290:21: danger: '<unknown>' leaks here; was allocated at [(4)](sarif:/runs/0/results/46/codeFlows/0/threadFlows/0/locations/3)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def35]
lttng-ust-2.14.0/src/common/elf.c:290:21: warning[-Wanalyzer-malloc-leak]: leak of 'calloc(48, 1)'
lttng-ust-2.14.0/src/common/elf.c:232:23: enter_function: entry to 'lttng_ust_elf_create'
lttng-ust-2.14.0/src/common/elf.c:240:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/elf.c:245:9: branch_false: ...to here
lttng-ust-2.14.0/src/common/elf.c:248:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/elf.c:252:9: branch_false: ...to here
lttng-ust-2.14.0/src/common/elf.c:254:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/elf.c:259:15: branch_false: ...to here
lttng-ust-2.14.0/src/common/elf.c:260:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/elf.c:269:9: branch_false: ...to here
lttng-ust-2.14.0/src/common/elf.c:272:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/elf.c:275:24: branch_false: ...to here
lttng-ust-2.14.0/src/common/elf.c:278:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/elf.c:282:21: call_function: inlined call to 'zmalloc' from 'lttng_ust_elf_create'
lttng-ust-2.14.0/src/common/elf.c:283:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/elf.c:287:12: branch_false: ...to here
lttng-ust-2.14.0/src/common/elf.c:287:12: branch_true: following 'true' branch...
lttng-ust-2.14.0/src/common/elf.c:290:21: branch_true: ...to here
lttng-ust-2.14.0/src/common/elf.c:290:21: throw: if 'lttng_ust_read' throws an exception...
lttng-ust-2.14.0/src/common/elf.c:290:21: danger: 'calloc(48, 1)' leaks here; was allocated at [(16)](sarif:/runs/0/results/45/codeFlows/0/threadFlows/0/locations/15)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def36]
lttng-ust-2.14.0/src/common/elf.c:301:21: warning[-Wanalyzer-malloc-leak]: leak of '<unknown>'
lttng-ust-2.14.0/src/common/elf.c:232:23: enter_function: entry to 'lttng_ust_elf_create'
lttng-ust-2.14.0/src/common/elf.c:240:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/elf.c:245:9: branch_false: ...to here
lttng-ust-2.14.0/src/common/elf.c:247:21: acquire_memory: allocated here
lttng-ust-2.14.0/src/common/elf.c:248:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/elf.c:252:9: branch_false: ...to here
lttng-ust-2.14.0/src/common/elf.c:254:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/elf.c:259:15: branch_false: ...to here
lttng-ust-2.14.0/src/common/elf.c:260:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/elf.c:269:9: branch_false: ...to here
lttng-ust-2.14.0/src/common/elf.c:272:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/elf.c:275:24: branch_false: ...to here
lttng-ust-2.14.0/src/common/elf.c:278:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/elf.c:282:21: call_function: inlined call to 'zmalloc' from 'lttng_ust_elf_create'
lttng-ust-2.14.0/src/common/elf.c:283:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/elf.c:287:12: branch_false: ...to here
lttng-ust-2.14.0/src/common/elf.c:287:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/elf.c:301:21: branch_false: ...to here
lttng-ust-2.14.0/src/common/elf.c:301:21: throw: if 'lttng_ust_read' throws an exception...
lttng-ust-2.14.0/src/common/elf.c:301:21: danger: '<unknown>' leaks here; was allocated at [(4)](sarif:/runs/0/results/48/codeFlows/0/threadFlows/0/locations/3)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def37]
lttng-ust-2.14.0/src/common/elf.c:301:21: warning[-Wanalyzer-malloc-leak]: leak of 'calloc(48, 1)'
lttng-ust-2.14.0/src/common/elf.c:232:23: enter_function: entry to 'lttng_ust_elf_create'
lttng-ust-2.14.0/src/common/elf.c:240:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/elf.c:245:9: branch_false: ...to here
lttng-ust-2.14.0/src/common/elf.c:248:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/elf.c:252:9: branch_false: ...to here
lttng-ust-2.14.0/src/common/elf.c:254:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/elf.c:259:15: branch_false: ...to here
lttng-ust-2.14.0/src/common/elf.c:260:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/elf.c:269:9: branch_false: ...to here
lttng-ust-2.14.0/src/common/elf.c:272:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/elf.c:275:24: branch_false: ...to here
lttng-ust-2.14.0/src/common/elf.c:278:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/elf.c:282:21: call_function: inlined call to 'zmalloc' from 'lttng_ust_elf_create'
lttng-ust-2.14.0/src/common/elf.c:283:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/elf.c:287:12: branch_false: ...to here
lttng-ust-2.14.0/src/common/elf.c:287:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/elf.c:301:21: branch_false: ...to here
lttng-ust-2.14.0/src/common/elf.c:301:21: throw: if 'lttng_ust_read' throws an exception...
lttng-ust-2.14.0/src/common/elf.c:301:21: danger: 'calloc(48, 1)' leaks here; was allocated at [(16)](sarif:/runs/0/results/47/codeFlows/0/threadFlows/0/locations/15)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def38]
lttng-ust-2.14.0/src/common/elf.c:350:13: warning[-Wanalyzer-malloc-leak]: leak of 'calloc(48, 1)'
lttng-ust-2.14.0/src/common/elf.c:232:23: enter_function: entry to 'lttng_ust_elf_create'
lttng-ust-2.14.0/src/common/elf.c:239:15: call_function: inlined call to 'zmalloc' from 'lttng_ust_elf_create'
lttng-ust-2.14.0/src/common/elf.c:240:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/elf.c:245:9: branch_false: ...to here
lttng-ust-2.14.0/src/common/elf.c:248:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/elf.c:252:9: branch_false: ...to here
lttng-ust-2.14.0/src/common/elf.c:272:12: branch_true: following 'true' branch...
lttng-ust-2.14.0/src/common/elf.c:273:17: branch_true: ...to here
lttng-ust-2.14.0/src/common/elf.c:323:9: call_function: calling 'lttng_ust_elf_destroy' from 'lttng_ust_elf_create'
Error: GCC_ANALYZER_WARNING (CWE-401): [#def39]
lttng-ust-2.14.0/src/common/elf.c:352:23: warning[-Wanalyzer-malloc-leak]: leak of '<unknown>'
lttng-ust-2.14.0/src/common/elf.c:232:23: enter_function: entry to 'lttng_ust_elf_create'
lttng-ust-2.14.0/src/common/elf.c:240:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/elf.c:245:9: branch_false: ...to here
lttng-ust-2.14.0/src/common/elf.c:247:21: acquire_memory: allocated here
lttng-ust-2.14.0/src/common/elf.c:248:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/elf.c:252:9: branch_false: ...to here
lttng-ust-2.14.0/src/common/elf.c:272:12: branch_true: following 'true' branch...
lttng-ust-2.14.0/src/common/elf.c:273:17: branch_true: ...to here
lttng-ust-2.14.0/src/common/elf.c:323:9: call_function: calling 'lttng_ust_elf_destroy' from 'lttng_ust_elf_create'
Error: GCC_ANALYZER_WARNING (CWE-401): [#def40]
lttng-ust-2.14.0/src/common/elf.c:353:20: warning[-Wanalyzer-malloc-leak]: leak of '<unknown>'
lttng-ust-2.14.0/src/common/elf.c:232:23: enter_function: entry to 'lttng_ust_elf_create'
lttng-ust-2.14.0/src/common/elf.c:240:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/elf.c:245:9: branch_false: ...to here
lttng-ust-2.14.0/src/common/elf.c:247:21: acquire_memory: allocated here
lttng-ust-2.14.0/src/common/elf.c:248:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/elf.c:252:9: branch_false: ...to here
lttng-ust-2.14.0/src/common/elf.c:272:12: branch_true: following 'true' branch...
lttng-ust-2.14.0/src/common/elf.c:273:17: branch_true: ...to here
lttng-ust-2.14.0/src/common/elf.c:323:9: call_function: calling 'lttng_ust_elf_destroy' from 'lttng_ust_elf_create'
Error: GCC_ANALYZER_WARNING (CWE-401): [#def41]
lttng-ust-2.14.0/src/common/elf.c:356:25: warning[-Wanalyzer-malloc-leak]: leak of '<unknown>'
lttng-ust-2.14.0/src/common/elf.c:232:23: enter_function: entry to 'lttng_ust_elf_create'
lttng-ust-2.14.0/src/common/elf.c:240:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/elf.c:245:9: branch_false: ...to here
lttng-ust-2.14.0/src/common/elf.c:247:21: acquire_memory: allocated here
lttng-ust-2.14.0/src/common/elf.c:248:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/elf.c:252:9: branch_false: ...to here
lttng-ust-2.14.0/src/common/elf.c:272:12: branch_true: following 'true' branch...
lttng-ust-2.14.0/src/common/elf.c:273:17: branch_true: ...to here
lttng-ust-2.14.0/src/common/elf.c:323:9: call_function: calling 'lttng_ust_elf_destroy' from 'lttng_ust_elf_create'
Error: GCC_ANALYZER_WARNING (CWE-401): [#def42]
lttng-ust-2.14.0/src/common/elf.c:359:17: warning[-Wanalyzer-malloc-leak]: leak of '<unknown>'
lttng-ust-2.14.0/src/common/elf.c:232:23: enter_function: entry to 'lttng_ust_elf_create'
lttng-ust-2.14.0/src/common/elf.c:240:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/elf.c:245:9: branch_false: ...to here
lttng-ust-2.14.0/src/common/elf.c:247:21: acquire_memory: allocated here
lttng-ust-2.14.0/src/common/elf.c:248:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/elf.c:252:9: branch_false: ...to here
lttng-ust-2.14.0/src/common/elf.c:272:12: branch_true: following 'true' branch...
lttng-ust-2.14.0/src/common/elf.c:273:17: branch_true: ...to here
lttng-ust-2.14.0/src/common/elf.c:323:9: call_function: calling 'lttng_ust_elf_destroy' from 'lttng_ust_elf_create'
Error: GCC_ANALYZER_WARNING (CWE-401): [#def43]
lttng-ust-2.14.0/src/common/elf.c:483:21: warning[-Wanalyzer-malloc-leak]: leak of 'calloc(_length, 1)'
lttng-ust-2.14.0/src/common/elf.c:429:5: enter_function: entry to 'lttng_ust_elf_get_build_id_from_segment'
lttng-ust-2.14.0/src/common/elf.c:436:16: branch_true: following 'true' branch (when 'offset < segment_end')...
lttng-ust-2.14.0/src/common/elf.c:441:27: branch_true: ...to here
lttng-ust-2.14.0/src/common/elf.c:442:20: branch_false: following 'false' branch (when 'segment_end > offset')...
lttng-ust-2.14.0/src/common/elf.c:450:21: branch_false: ...to here
lttng-ust-2.14.0/src/common/elf.c:450:20: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/elf.c:453:21: branch_false: ...to here
lttng-ust-2.14.0/src/common/elf.c:453:20: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/elf.c:458:22: call_function: inlined call to 'is_elf_native_endian' from 'lttng_ust_elf_get_build_id_from_segment'
lttng-ust-2.14.0/src/common/elf.c:478:29: call_function: inlined call to 'zmalloc' from 'lttng_ust_elf_get_build_id_from_segment'
lttng-ust-2.14.0/src/common/elf.c:479:20: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/elf.c:483:21: branch_false: ...to here
lttng-ust-2.14.0/src/common/elf.c:483:20: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/elf.c:487:21: branch_false: ...to here
lttng-ust-2.14.0/src/common/elf.c:487:21: throw: if 'lttng_ust_read' throws an exception...
lttng-ust-2.14.0/src/common/elf.c:483:21: danger: 'calloc(_length, 1)' leaks here; was allocated at [(13)](sarif:/runs/0/results/65/codeFlows/0/threadFlows/0/locations/12)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def44]
lttng-ust-2.14.0/src/common/elf.c:621:28: warning[-Wanalyzer-malloc-leak]: leak of 'calloc(*shdr.sh_size + 18446744073709551612, 1)'
lttng-ust-2.14.0/src/common/elf.c:583:5: enter_function: entry to 'lttng_ust_elf_get_debug_link_from_section'
lttng-ust-2.14.0/src/common/elf.c:592:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/elf.c:600:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/elf.c:605:49: branch_false: ...to here
lttng-ust-2.14.0/src/common/elf.c:604:24: call_function: calling 'lttng_ust_elf_get_section_name' from 'lttng_ust_elf_get_debug_link_from_section'
lttng-ust-2.14.0/src/common/elf.c:604:24: return_function: returning to 'lttng_ust_elf_get_debug_link_from_section' from 'lttng_ust_elf_get_section_name'
lttng-ust-2.14.0/src/common/elf.c:606:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/elf.c:609:13: branch_false: ...to here
lttng-ust-2.14.0/src/common/elf.c:609:12: branch_false: following 'false' branch (when the strings are equal)...
lttng-ust-2.14.0/src/common/elf.c:617:45: branch_false: ...to here
lttng-ust-2.14.0/src/common/elf.c:617:21: call_function: inlined call to 'zmalloc' from 'lttng_ust_elf_get_debug_link_from_section'
lttng-ust-2.14.0/src/common/elf.c:618:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/elf.c:621:28: branch_false: ...to here
lttng-ust-2.14.0/src/common/elf.c:621:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/elf.c:624:46: branch_false: ...to here
lttng-ust-2.14.0/src/common/elf.c:625:13: throw: if 'lttng_ust_read' throws an exception...
lttng-ust-2.14.0/src/common/elf.c:621:28: danger: 'calloc(*shdr.sh_size + 18446744073709551612, 1)' leaks here; was allocated at [(31)](sarif:/runs/0/results/66/codeFlows/0/threadFlows/0/locations/30)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def45]
lttng-ust-2.14.0/src/common/logging.h:71:17: warning[-Wanalyzer-fd-leak]: leak of file descriptor 'waitfd[0]'
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:85:20: enter_function: entry to '_shm_object_table_alloc_shm'
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:95:12: branch_false: following 'false' branch (when 'stream_fd >= 0')...
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:97:13: branch_false: ...to here
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:97:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:99:9: branch_false: ...to here
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:103:12: branch_false: following 'false' branch (when 'ret >= 0')...
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:108:15: branch_false: ...to here
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:109:12: branch_true: following 'true' branch...
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:110:17: branch_true: ...to here
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:110:17: call_function: calling 'lttng_ust_logging_debug_enabled' from '_shm_object_table_alloc_shm'
Error: GCC_ANALYZER_WARNING (CWE-401): [#def46]
lttng-ust-2.14.0/src/common/logging.h:71:17: warning[-Wanalyzer-malloc-leak]: leak of '<unknown>'
lttng-ust-2.14.0/src/common/elf.c:232:23: enter_function: entry to 'lttng_ust_elf_create'
lttng-ust-2.14.0/src/common/elf.c:240:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/elf.c:245:9: branch_false: ...to here
lttng-ust-2.14.0/src/common/elf.c:247:21: acquire_memory: allocated here
lttng-ust-2.14.0/src/common/elf.c:248:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/elf.c:252:9: branch_false: ...to here
lttng-ust-2.14.0/src/common/elf.c:254:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/elf.c:259:15: branch_false: ...to here
lttng-ust-2.14.0/src/common/elf.c:260:12: branch_true: following 'true' branch...
lttng-ust-2.14.0/src/common/elf.c:261:23: branch_true: ...to here
lttng-ust-2.14.0/src/common/elf.c:262:20: branch_true: following 'true' branch...
lttng-ust-2.14.0/src/common/elf.c:263:25: branch_true: ...to here
lttng-ust-2.14.0/src/common/elf.c:263:25: call_function: calling 'lttng_ust_logging_debug_enabled' from 'lttng_ust_elf_create'
Error: GCC_ANALYZER_WARNING (CWE-401): [#def47]
lttng-ust-2.14.0/src/common/logging.h:71:17: warning[-Wanalyzer-malloc-leak]: leak of 'buf'
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:337:5: enter_function: entry to 'lttng_ust_ctl_add_context'
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:348:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:353:24: call_function: inlined call to 'zmalloc' from 'lttng_ust_ctl_add_context'
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:354:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:358:9: branch_false: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:378:23: call_function: inlined call to 'zmalloc' from 'lttng_ust_ctl_add_context'
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:379:20: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:383:17: branch_false: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:393:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:395:12: branch_false: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:395:12: branch_true: following 'true' branch (when 'buf' is non-NULL)...
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:397:23: branch_true: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:398:20: branch_false: following 'false' branch (when 'ret >= 0')...
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:401:21: branch_false: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:401:20: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:406:15: branch_false: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:407:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:417:9: branch_false: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:418:9: call_function: calling 'lttng_ust_logging_debug_enabled' from 'lttng_ust_ctl_add_context'
Error: GCC_ANALYZER_WARNING (CWE-401): [#def48]
lttng-ust-2.14.0/src/common/logging.h:71:17: warning[-Wanalyzer-malloc-leak]: leak of 'ret'
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:184:20: enter_function: entry to '_shm_object_table_alloc_mem'
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:191:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:193:9: branch_false: ...to here
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:195:22: call_function: inlined call to 'zmalloc_populate' from '_shm_object_table_alloc_mem'
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:196:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:200:15: branch_false: ...to here
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:201:12: branch_true: following 'true' branch (when 'ret < 0')...
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:202:17: branch_true: ...to here
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:202:17: call_function: calling 'lttng_ust_logging_debug_enabled' from '_shm_object_table_alloc_mem'
Error: GCC_ANALYZER_WARNING (CWE-476): [#def49]
lttng-ust-2.14.0/src/common/ringbuffer-clients/template.h:375:18: warning[-Wanalyzer-null-dereference]: dereference of NULL '0'
Error: GCC_ANALYZER_WARNING (CWE-476): [#def50]
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_backend.c:52:9: warning[-Wanalyzer-null-dereference]: dereference of NULL '0'
Error: GCC_ANALYZER_WARNING (CWE-476): [#def51]
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_backend.c:185:9: warning[-Wanalyzer-null-dereference]: dereference of NULL '0'
Error: GCC_ANALYZER_WARNING (CWE-476): [#def52]
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_backend.c:433:19: warning[-Wanalyzer-null-dereference]: dereference of NULL '0'
Error: GCC_ANALYZER_WARNING (CWE-476): [#def53]
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_backend.c:487:19: warning[-Wanalyzer-null-dereference]: dereference of NULL '0'
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_backend.c:485:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_backend.c:487:19: branch_false: ...to here
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_backend.c:487:19: danger: dereference of NULL '<unknown>'
Error: GCC_ANALYZER_WARNING (CWE-476): [#def54]
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_backend.c:540:19: warning[-Wanalyzer-null-dereference]: dereference of NULL '0'
Error: GCC_ANALYZER_WARNING (CWE-476): [#def55]
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_backend.c:580:19: warning[-Wanalyzer-null-dereference]: dereference of NULL '0'
Error: GCC_ANALYZER_WARNING (CWE-401): [#def56]
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:1017:25: warning[-Wanalyzer-malloc-leak]: leak of 'ret'
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:966:30: enter_function: entry to 'channel_create'
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:987:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:992:13: branch_false: ...to here
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:992:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:995:12: branch_false: ...to here
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:995:12: branch_false: following 'false' branch (when 'blocking_timeout >= -1')...
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:999:12: branch_false: ...to here
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:1012:18: call_function: inlined call to 'zmalloc_populate' from 'channel_create'
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:1017:25: throw: if 'shm_object_table_create' throws an exception...
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:1017:25: danger: 'ret' leaks here; was allocated at [(11)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/10)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def57]
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:1017:49: warning[-Wanalyzer-malloc-leak]: leak of '<unknown>'
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:966:30: enter_function: entry to 'channel_create'
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:987:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:992:13: branch_false: ...to here
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:992:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:995:12: branch_false: ...to here
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:995:12: branch_false: following 'false' branch (when 'blocking_timeout >= -1')...
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:999:12: branch_false: ...to here
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:1012:18: call_function: inlined call to 'zmalloc_populate' from 'channel_create'
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:1013:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:1017:53: branch_false: ...to here
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:1017:25: throw: if 'shm_object_table_create' throws an exception...
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:1017:49: danger: '<unknown>' leaks here; was allocated at [(11)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/10)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def58]
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:1017:53: warning[-Wanalyzer-malloc-leak]: leak of '<unknown>'
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:966:30: enter_function: entry to 'channel_create'
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:987:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:992:13: branch_false: ...to here
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:992:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:995:12: branch_false: ...to here
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:995:12: branch_false: following 'false' branch (when 'blocking_timeout >= -1')...
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:999:12: branch_false: ...to here
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:1012:18: call_function: inlined call to 'zmalloc_populate' from 'channel_create'
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:1013:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:1017:53: branch_false: ...to here
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:1017:53: throw: if 'get_possible_cpus_array_len' throws an exception...
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:1017:53: danger: '<unknown>' leaks here; was allocated at [(11)](sarif:/runs/0/results/9/codeFlows/0/threadFlows/0/locations/10)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def59]
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:1017:53: warning[-Wanalyzer-malloc-leak]: leak of 'ret'
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:966:30: enter_function: entry to 'channel_create'
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:987:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:992:13: branch_false: ...to here
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:992:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:995:12: branch_false: ...to here
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:995:12: branch_false: following 'false' branch (when 'blocking_timeout >= -1')...
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:999:12: branch_false: ...to here
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:1012:18: call_function: inlined call to 'zmalloc_populate' from 'channel_create'
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:1017:53: throw: if 'get_possible_cpus_array_len' throws an exception...
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:1017:53: danger: 'ret' leaks here; was allocated at [(11)](sarif:/runs/0/results/10/codeFlows/0/threadFlows/0/locations/10)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def60]
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:1031:18: warning[-Wanalyzer-malloc-leak]: leak of 'ret'
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:966:30: enter_function: entry to 'channel_create'
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:987:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:992:13: branch_false: ...to here
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:992:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:995:12: branch_false: ...to here
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:995:12: branch_false: following 'false' branch (when 'blocking_timeout >= -1')...
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:999:12: branch_false: ...to here
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:1012:18: call_function: inlined call to 'zmalloc_populate' from 'channel_create'
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:1018:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:1024:20: branch_false: ...to here
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:1031:18: throw: if 'shm_object_table_alloc' throws an exception...
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:1031:18: danger: 'ret' leaks here; was allocated at [(11)](sarif:/runs/0/results/11/codeFlows/0/threadFlows/0/locations/10)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def61]
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:1036:9: warning[-Wanalyzer-malloc-leak]: leak of 'ret'
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:966:30: enter_function: entry to 'channel_create'
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:987:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:992:13: branch_false: ...to here
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:992:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:995:12: branch_false: ...to here
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:995:12: branch_false: following 'false' branch (when 'blocking_timeout >= -1')...
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:999:12: branch_false: ...to here
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:1012:18: call_function: inlined call to 'zmalloc_populate' from 'channel_create'
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:1018:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:1024:20: branch_false: ...to here
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:1033:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:1036:9: branch_false: ...to here
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:1036:9: throw: if 'zalloc_shm' throws an exception...
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:1036:9: danger: 'ret' leaks here; was allocated at [(11)](sarif:/runs/0/results/12/codeFlows/0/threadFlows/0/locations/10)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def62]
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:1050:17: warning[-Wanalyzer-malloc-leak]: leak of 'ret'
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:966:30: enter_function: entry to 'channel_create'
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:992:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:995:12: branch_false: ...to here
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:995:12: branch_false: following 'false' branch (when 'blocking_timeout >= -1')...
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:999:12: branch_false: ...to here
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:1012:18: call_function: inlined call to 'zmalloc_populate' from 'channel_create'
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:1018:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:1024:20: branch_false: ...to here
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:1033:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:1036:9: branch_false: ...to here
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:1037:9: branch_true: following 'true' branch...
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:1038:9: branch_true: ...to here
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:1038:9: branch_true: following 'true' branch...
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:1039:16: branch_true: ...to here
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:1039:16: call_function: inlined call to '_shmp_offset' from 'channel_create'
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:1040:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:1042:9: branch_false: ...to here
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:1045:12: branch_true: following 'true' branch (when 'priv_data_size != 0')...
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:1050:17: branch_true: ...to here
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:1050:17: throw: if 'align_shm' throws an exception...
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:1050:17: danger: 'ret' leaks here; was allocated at [(9)](sarif:/runs/0/results/13/codeFlows/0/threadFlows/0/locations/8)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def63]
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:1052:17: warning[-Wanalyzer-malloc-leak]: leak of 'ret'
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:966:30: enter_function: entry to 'channel_create'
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:992:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:995:12: branch_false: ...to here
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:995:12: branch_false: following 'false' branch (when 'blocking_timeout >= -1')...
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:999:12: branch_false: ...to here
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:1012:18: call_function: inlined call to 'zmalloc_populate' from 'channel_create'
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:1018:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:1024:20: branch_false: ...to here
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:1033:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:1036:9: branch_false: ...to here
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:1037:9: branch_true: following 'true' branch...
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:1038:9: branch_true: ...to here
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:1038:9: branch_true: following 'true' branch...
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:1039:16: branch_true: ...to here
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:1039:16: call_function: inlined call to '_shmp_offset' from 'channel_create'
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:1040:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:1042:9: branch_false: ...to here
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:1045:12: branch_true: following 'true' branch (when 'priv_data_size != 0')...
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:1050:17: branch_true: ...to here
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:1052:17: throw: if 'zalloc_shm' throws an exception...
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:1052:17: danger: 'ret' leaks here; was allocated at [(9)](sarif:/runs/0/results/14/codeFlows/0/threadFlows/0/locations/8)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def64]
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:1065:15: warning[-Wanalyzer-malloc-leak]: leak of 'ret'
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:966:30: enter_function: entry to 'channel_create'
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:992:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:995:12: branch_false: ...to here
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:995:12: branch_false: following 'false' branch (when 'blocking_timeout >= -1')...
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:999:12: branch_false: ...to here
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:1012:18: call_function: inlined call to 'zmalloc_populate' from 'channel_create'
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:1018:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:1024:20: branch_false: ...to here
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:1033:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:1036:9: branch_false: ...to here
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:1037:9: branch_true: following 'true' branch...
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:1038:9: branch_true: ...to here
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:1038:9: branch_true: following 'true' branch...
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:1039:16: branch_true: ...to here
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:1039:16: call_function: inlined call to '_shmp_offset' from 'channel_create'
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:1040:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:1042:9: branch_false: ...to here
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:1065:15: throw: if 'channel_backend_init' throws an exception...
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:1065:15: danger: 'ret' leaks here; was allocated at [(9)](sarif:/runs/0/results/15/codeFlows/0/threadFlows/0/locations/8)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def65]
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:1083:9: warning[-Wanalyzer-malloc-leak]: leak of 'ret'
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:966:30: enter_function: entry to 'channel_create'
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:992:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:995:12: branch_false: ...to here
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:995:12: branch_false: following 'false' branch (when 'blocking_timeout >= -1')...
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:999:12: branch_false: ...to here
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:1012:18: call_function: inlined call to 'zmalloc_populate' from 'channel_create'
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:1018:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:1024:20: branch_false: ...to here
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:1033:12: branch_true: following 'true' branch...
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:1034:17: branch_true: ...to here
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:1083:9: throw: if 'shm_object_table_destroy' throws an exception...
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:1083:9: danger: 'ret' leaks here; was allocated at [(9)](sarif:/runs/0/results/16/codeFlows/0/threadFlows/0/locations/8)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def66]
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:1102:25: warning[-Wanalyzer-malloc-leak]: leak of 'ret'
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:1089:30: enter_function: entry to 'channel_handle_create'
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:1097:18: call_function: inlined call to 'zmalloc_populate' from 'channel_handle_create'
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:1102:25: throw: if 'shm_object_table_create' throws an exception...
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:1102:25: danger: 'ret' leaks here; was allocated at [(5)](sarif:/runs/0/results/17/codeFlows/0/threadFlows/0/locations/4)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def67]
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:1102:49: warning[-Wanalyzer-malloc-leak]: leak of '<unknown>'
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:1089:30: enter_function: entry to 'channel_handle_create'
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:1097:18: call_function: inlined call to 'zmalloc_populate' from 'channel_handle_create'
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:1098:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:1102:53: branch_false: ...to here
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:1102:25: throw: if 'shm_object_table_create' throws an exception...
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:1102:49: danger: '<unknown>' leaks here; was allocated at [(5)](sarif:/runs/0/results/18/codeFlows/0/threadFlows/0/locations/4)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def68]
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:1102:53: warning[-Wanalyzer-malloc-leak]: leak of '<unknown>'
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:1089:30: enter_function: entry to 'channel_handle_create'
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:1097:18: call_function: inlined call to 'zmalloc_populate' from 'channel_handle_create'
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:1098:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:1102:53: branch_false: ...to here
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:1102:53: throw: if 'get_possible_cpus_array_len' throws an exception...
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:1102:53: danger: '<unknown>' leaks here; was allocated at [(5)](sarif:/runs/0/results/21/codeFlows/0/threadFlows/0/locations/4)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def69]
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:1102:53: warning[-Wanalyzer-malloc-leak]: leak of 'ret'
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:1089:30: enter_function: entry to 'channel_handle_create'
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:1097:18: call_function: inlined call to 'zmalloc_populate' from 'channel_handle_create'
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:1102:53: throw: if 'get_possible_cpus_array_len' throws an exception...
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:1102:53: danger: 'ret' leaks here; was allocated at [(5)](sarif:/runs/0/results/22/codeFlows/0/threadFlows/0/locations/4)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def70]
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:1106:18: warning[-Wanalyzer-malloc-leak]: leak of 'ret'
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:1089:30: enter_function: entry to 'channel_handle_create'
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:1097:18: call_function: inlined call to 'zmalloc_populate' from 'channel_handle_create'
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:1103:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:1106:18: branch_false: ...to here
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:1106:18: throw: if 'shm_object_table_append_mem' throws an exception...
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:1106:18: danger: 'ret' leaks here; was allocated at [(5)](sarif:/runs/0/results/23/codeFlows/0/threadFlows/0/locations/4)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def71]
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:1116:9: warning[-Wanalyzer-malloc-leak]: leak of 'ret'
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:1089:30: enter_function: entry to 'channel_handle_create'
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:1097:18: call_function: inlined call to 'zmalloc_populate' from 'channel_handle_create'
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:1103:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:1106:18: branch_false: ...to here
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:1108:12: branch_true: following 'true' branch...
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:1109:17: branch_true: ...to here
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:1116:9: throw: if 'shm_object_table_destroy' throws an exception...
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_frontend.c:1116:9: danger: 'ret' leaks here; was allocated at [(5)](sarif:/runs/0/results/24/codeFlows/0/threadFlows/0/locations/4)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def72]
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:57:34: warning[-Wanalyzer-fd-leak]: leak of file descriptor 'waitfd[0]'
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:85:20: enter_function: entry to '_shm_object_table_alloc_shm'
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:95:12: branch_false: following 'false' branch (when 'stream_fd >= 0')...
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:97:13: branch_false: ...to here
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:97:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:99:9: branch_false: ...to here
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:103:12: branch_false: following 'false' branch (when 'ret >= 0')...
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:108:15: branch_false: ...to here
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:109:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:113:16: branch_false: ...to here
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:127:12: branch_false: following 'false' branch (when 'ret == 0')...
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:131:15: branch_false: ...to here
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:131:15: call_function: calling 'zero_file' from '_shm_object_table_alloc_shm'
Error: GCC_ANALYZER_WARNING (CWE-401): [#def73]
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:57:34: warning[-Wanalyzer-malloc-leak]: leak of 'zeropage'
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:49:12: branch_false: following 'false' branch (when 'pagelen >= 0')...
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:51:20: branch_false: ...to here
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:51:20: acquire_memory: allocated here
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:52:12: branch_false: following 'false' branch (when 'zeropage' is non-NULL)...
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:52:12: branch_false: ...to here
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:55:16: branch_true: following 'true' branch (when 'written < len')...
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:55:16: branch_true: ...to here
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:57:34: throw: if 'write' throws an exception...
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:57:34: danger: 'zeropage' leaks here; was allocated at [(3)](sarif:/runs/0/results/4/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def74]
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:99:9: warning[-Wanalyzer-fd-leak]: leak of file descriptor
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:85:20: enter_function: entry to '_shm_object_table_alloc_shm'
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:95:12: branch_false: following 'false' branch (when 'stream_fd >= 0')...
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:97:13: branch_false: ...to here
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:97:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:99:9: branch_false: ...to here
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:103:12: branch_false: following 'false' branch (when 'ret >= 0')...
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:108:15: branch_false: ...to here
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:109:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:113:16: branch_false: ...to here
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:127:12: branch_false: following 'false' branch (when 'ret == 0')...
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:131:15: branch_false: ...to here
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:131:15: call_function: calling 'zero_file' from '_shm_object_table_alloc_shm'
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:131:15: return_function: returning to '_shm_object_table_alloc_shm' from 'zero_file'
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:132:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:142:15: branch_false: ...to here
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:155:12: branch_false: following 'false' branch (when 'memory_map != 18446744073709551615')...
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:159:9: branch_false: ...to here
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:99:9: danger: leaks here
Error: GCC_ANALYZER_WARNING (CWE-775): [#def75]
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:108:15: warning[-Wanalyzer-fd-leak]: leak of file descriptor 'waitfd[0]'
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:95:12: branch_false: following 'false' branch (when 'stream_fd >= 0')...
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:97:13: branch_false: ...to here
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:97:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:99:9: branch_false: ...to here
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:103:12: branch_false: following 'false' branch (when 'ret >= 0')...
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:108:15: branch_false: ...to here
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:108:15: throw: if 'fcntl' throws an exception...
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:108:15: danger: 'waitfd[0]' leaks here
Error: GCC_ANALYZER_WARNING (CWE-775): [#def76]
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:108:15: warning[-Wanalyzer-fd-leak]: leak of file descriptor 'waitfd[1]'
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:95:12: branch_false: following 'false' branch (when 'stream_fd >= 0')...
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:97:13: branch_false: ...to here
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:97:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:99:9: branch_false: ...to here
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:103:12: branch_false: following 'false' branch (when 'ret >= 0')...
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:108:15: branch_false: ...to here
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:108:15: throw: if 'fcntl' throws an exception...
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:108:15: danger: 'waitfd[1]' leaks here
Error: GCC_ANALYZER_WARNING (CWE-775): [#def77]
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:110:17: warning[-Wanalyzer-fd-leak]: leak of file descriptor 'waitfd[0]'
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:95:12: branch_false: following 'false' branch (when 'stream_fd >= 0')...
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:97:13: branch_false: ...to here
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:97:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:99:9: branch_false: ...to here
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:103:12: branch_false: following 'false' branch (when 'ret >= 0')...
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:108:15: branch_false: ...to here
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:109:12: branch_true: following 'true' branch...
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:110:17: branch_true: ...to here
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:110:17: branch_true: following 'true' branch...
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:110:17: throw: if 'ust_safe_snprintf' throws an exception...
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:110:17: danger: 'waitfd[0]' leaks here
Error: GCC_ANALYZER_WARNING (CWE-775): [#def78]
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:128:17: warning[-Wanalyzer-fd-leak]: leak of file descriptor 'waitfd[0]'
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:95:12: branch_false: following 'false' branch (when 'stream_fd >= 0')...
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:97:13: branch_false: ...to here
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:97:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:99:9: branch_false: ...to here
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:103:12: branch_false: following 'false' branch (when 'ret >= 0')...
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:108:15: branch_false: ...to here
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:109:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:113:16: branch_false: ...to here
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:127:12: branch_true: following 'true' branch (when 'ret != 0')...
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:128:17: branch_true: ...to here
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:128:17: branch_true: following 'true' branch...
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:128:17: throw: if 'ust_safe_snprintf' throws an exception...
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:128:17: danger: 'waitfd[0]' leaks here
Error: GCC_ANALYZER_WARNING (CWE-775): [#def79]
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:133:17: warning[-Wanalyzer-fd-leak]: leak of file descriptor 'waitfd[0]'
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:95:12: branch_false: following 'false' branch (when 'stream_fd >= 0')...
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:97:13: branch_false: ...to here
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:97:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:99:9: branch_false: ...to here
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:103:12: branch_false: following 'false' branch (when 'ret >= 0')...
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:108:15: branch_false: ...to here
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:109:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:113:16: branch_false: ...to here
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:127:12: branch_false: following 'false' branch (when 'ret == 0')...
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:131:15: branch_false: ...to here
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:132:12: branch_true: following 'true' branch...
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:133:17: branch_true: ...to here
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:133:17: branch_true: following 'true' branch...
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:133:17: throw: if 'ust_safe_snprintf' throws an exception...
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:133:17: danger: 'waitfd[0]' leaks here
Error: GCC_ANALYZER_WARNING (CWE-775): [#def80]
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:142:15: warning[-Wanalyzer-fd-leak]: leak of file descriptor 'waitfd[0]'
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:85:20: enter_function: entry to '_shm_object_table_alloc_shm'
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:95:12: branch_false: following 'false' branch (when 'stream_fd >= 0')...
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:97:13: branch_false: ...to here
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:97:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:99:9: branch_false: ...to here
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:103:12: branch_false: following 'false' branch (when 'ret >= 0')...
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:108:15: branch_false: ...to here
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:109:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:113:16: branch_false: ...to here
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:127:12: branch_false: following 'false' branch (when 'ret == 0')...
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:131:15: branch_false: ...to here
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:131:15: call_function: calling 'zero_file' from '_shm_object_table_alloc_shm'
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:131:15: return_function: returning to '_shm_object_table_alloc_shm' from 'zero_file'
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:132:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:142:15: branch_false: ...to here
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:142:15: throw: if 'fsync' throws an exception...
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:142:15: danger: 'waitfd[0]' leaks here
Error: GCC_ANALYZER_WARNING (CWE-775): [#def81]
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:144:17: warning[-Wanalyzer-fd-leak]: leak of file descriptor 'waitfd[0]'
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:85:20: enter_function: entry to '_shm_object_table_alloc_shm'
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:95:12: branch_false: following 'false' branch (when 'stream_fd >= 0')...
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:97:13: branch_false: ...to here
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:97:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:99:9: branch_false: ...to here
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:103:12: branch_false: following 'false' branch (when 'ret >= 0')...
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:108:15: branch_false: ...to here
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:109:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:113:16: branch_false: ...to here
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:127:12: branch_false: following 'false' branch (when 'ret == 0')...
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:131:15: branch_false: ...to here
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:131:15: call_function: calling 'zero_file' from '_shm_object_table_alloc_shm'
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:131:15: return_function: returning to '_shm_object_table_alloc_shm' from 'zero_file'
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:132:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:142:15: branch_false: ...to here
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:143:12: branch_true: following 'true' branch...
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:144:17: branch_true: following 'true' branch...
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:144:17: throw: if 'ust_safe_snprintf' throws an exception...
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:144:17: danger: 'waitfd[0]' leaks here
Error: GCC_ANALYZER_WARNING (CWE-775): [#def82]
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:156:17: warning[-Wanalyzer-fd-leak]: leak of file descriptor 'waitfd[0]'
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:85:20: enter_function: entry to '_shm_object_table_alloc_shm'
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:95:12: branch_false: following 'false' branch (when 'stream_fd >= 0')...
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:97:13: branch_false: ...to here
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:97:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:99:9: branch_false: ...to here
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:103:12: branch_false: following 'false' branch (when 'ret >= 0')...
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:108:15: branch_false: ...to here
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:109:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:113:16: branch_false: ...to here
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:127:12: branch_false: following 'false' branch (when 'ret == 0')...
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:131:15: branch_false: ...to here
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:131:15: call_function: calling 'zero_file' from '_shm_object_table_alloc_shm'
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:131:15: return_function: returning to '_shm_object_table_alloc_shm' from 'zero_file'
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:132:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:142:15: branch_false: ...to here
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:155:12: branch_true: following 'true' branch (when 'memory_map == 18446744073709551615')...
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:156:17: branch_true: ...to here
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:156:17: branch_true: following 'true' branch...
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:156:17: throw: if 'ust_safe_snprintf' throws an exception...
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:156:17: danger: 'waitfd[0]' leaks here
Error: GCC_ANALYZER_WARNING (CWE-775): [#def83]
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:173:23: warning[-Wanalyzer-fd-leak]: leak of file descriptor 'waitfd[i]'
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:95:12: branch_false: following 'false' branch (when 'stream_fd >= 0')...
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:97:13: branch_false: ...to here
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:97:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:99:9: branch_false: ...to here
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:103:12: branch_false: following 'false' branch (when 'ret >= 0')...
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:108:15: branch_false: ...to here
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:172:21: branch_true: following 'true' branch (when 'i != 2')...
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:173:23: branch_true: ...to here
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:173:23: throw: if 'close' throws an exception...
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:173:23: danger: 'waitfd[i]' leaks here
Error: GCC_ANALYZER_WARNING (CWE-775): [#def84]
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:193:9: warning[-Wanalyzer-fd-leak]: leak of file descriptor
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:184:20: enter_function: entry to '_shm_object_table_alloc_mem'
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:191:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:193:9: branch_false: ...to here
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:195:22: call_function: inlined call to 'zmalloc_populate' from '_shm_object_table_alloc_mem'
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:196:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:200:15: branch_false: ...to here
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:201:12: branch_false: following 'false' branch (when 'ret >= 0')...
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:206:15: branch_false: ...to here
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:207:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:211:16: branch_false: ...to here
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:193:9: danger: leaks here
Error: GCC_ANALYZER_WARNING (CWE-401): [#def85]
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:202:17: warning[-Wanalyzer-malloc-leak]: leak of 'ret'
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:184:20: enter_function: entry to '_shm_object_table_alloc_mem'
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:191:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:193:9: branch_false: ...to here
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:195:22: call_function: inlined call to 'zmalloc_populate' from '_shm_object_table_alloc_mem'
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:196:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:200:15: branch_false: ...to here
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:201:12: branch_true: following 'true' branch (when 'ret < 0')...
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:202:17: branch_true: ...to here
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:202:17: branch_true: following 'true' branch...
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:202:17: throw: if 'ust_safe_snprintf' throws an exception...
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:202:17: danger: 'ret' leaks here; was allocated at [(7)](sarif:/runs/0/results/21/codeFlows/0/threadFlows/0/locations/6)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def86]
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:206:15: warning[-Wanalyzer-fd-leak]: leak of file descriptor 'waitfd[0]'
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:184:20: enter_function: entry to '_shm_object_table_alloc_mem'
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:191:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:193:9: branch_false: ...to here
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:195:22: call_function: inlined call to 'zmalloc_populate' from '_shm_object_table_alloc_mem'
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:196:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:200:15: branch_false: ...to here
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:201:12: branch_false: following 'false' branch (when 'ret >= 0')...
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:206:15: branch_false: ...to here
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:206:15: throw: if 'fcntl' throws an exception...
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:206:15: danger: 'waitfd[0]' leaks here
Error: GCC_ANALYZER_WARNING (CWE-775): [#def87]
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:206:15: warning[-Wanalyzer-fd-leak]: leak of file descriptor 'waitfd[1]'
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:184:20: enter_function: entry to '_shm_object_table_alloc_mem'
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:191:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:193:9: branch_false: ...to here
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:195:22: call_function: inlined call to 'zmalloc_populate' from '_shm_object_table_alloc_mem'
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:196:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:200:15: branch_false: ...to here
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:201:12: branch_false: following 'false' branch (when 'ret >= 0')...
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:206:15: branch_false: ...to here
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:206:15: throw: if 'fcntl' throws an exception...
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:206:15: danger: 'waitfd[1]' leaks here
Error: GCC_ANALYZER_WARNING (CWE-401): [#def88]
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:206:15: warning[-Wanalyzer-malloc-leak]: leak of '<unknown>'
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:184:20: enter_function: entry to '_shm_object_table_alloc_mem'
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:191:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:193:9: branch_false: ...to here
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:195:22: call_function: inlined call to 'zmalloc_populate' from '_shm_object_table_alloc_mem'
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:196:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:200:15: branch_false: ...to here
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:201:12: branch_false: following 'false' branch (when 'ret >= 0')...
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:206:15: branch_false: ...to here
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:206:15: throw: if 'fcntl' throws an exception...
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:206:15: danger: '<unknown>' leaks here; was allocated at [(7)](sarif:/runs/0/results/25/codeFlows/0/threadFlows/0/locations/6)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def89]
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:206:15: warning[-Wanalyzer-malloc-leak]: leak of 'ret'
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:184:20: enter_function: entry to '_shm_object_table_alloc_mem'
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:191:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:193:9: branch_false: ...to here
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:195:22: call_function: inlined call to 'zmalloc_populate' from '_shm_object_table_alloc_mem'
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:196:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:200:15: branch_false: ...to here
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:201:12: branch_false: following 'false' branch (when 'ret >= 0')...
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:206:15: branch_false: ...to here
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:206:15: throw: if 'fcntl' throws an exception...
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:206:15: danger: 'ret' leaks here; was allocated at [(7)](sarif:/runs/0/results/26/codeFlows/0/threadFlows/0/locations/6)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def90]
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:208:17: warning[-Wanalyzer-fd-leak]: leak of file descriptor 'waitfd[0]'
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:184:20: enter_function: entry to '_shm_object_table_alloc_mem'
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:191:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:193:9: branch_false: ...to here
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:195:22: call_function: inlined call to 'zmalloc_populate' from '_shm_object_table_alloc_mem'
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:196:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:200:15: branch_false: ...to here
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:201:12: branch_false: following 'false' branch (when 'ret >= 0')...
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:206:15: branch_false: ...to here
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:207:12: branch_true: following 'true' branch...
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:208:17: branch_true: ...to here
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:208:17: branch_true: following 'true' branch...
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:208:17: throw: if 'ust_safe_snprintf' throws an exception...
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:208:17: danger: 'waitfd[0]' leaks here
Error: GCC_ANALYZER_WARNING (CWE-401): [#def91]
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:208:17: warning[-Wanalyzer-malloc-leak]: leak of 'ret'
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:184:20: enter_function: entry to '_shm_object_table_alloc_mem'
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:191:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:193:9: branch_false: ...to here
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:195:22: call_function: inlined call to 'zmalloc_populate' from '_shm_object_table_alloc_mem'
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:196:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:200:15: branch_false: ...to here
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:201:12: branch_false: following 'false' branch (when 'ret >= 0')...
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:206:15: branch_false: ...to here
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:207:12: branch_true: following 'true' branch...
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:208:17: branch_true: ...to here
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:208:17: branch_true: following 'true' branch...
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:208:17: throw: if 'ust_safe_snprintf' throws an exception...
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:208:17: danger: 'ret' leaks here; was allocated at [(7)](sarif:/runs/0/results/32/codeFlows/0/threadFlows/0/locations/6)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def92]
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:227:23: warning[-Wanalyzer-fd-leak]: leak of file descriptor 'waitfd[i]'
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:184:20: enter_function: entry to '_shm_object_table_alloc_mem'
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:191:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:193:9: branch_false: ...to here
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:195:22: call_function: inlined call to 'zmalloc_populate' from '_shm_object_table_alloc_mem'
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:196:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:200:15: branch_false: ...to here
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:201:12: branch_false: following 'false' branch (when 'ret >= 0')...
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:206:15: branch_false: ...to here
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:207:12: branch_true: following 'true' branch...
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:208:17: branch_true: ...to here
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:226:21: branch_true: following 'true' branch (when 'i != 2')...
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:227:23: branch_true: ...to here
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:227:23: throw: if 'close' throws an exception...
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:227:23: danger: 'waitfd[i]' leaks here
Error: GCC_ANALYZER_WARNING (CWE-401): [#def93]
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:227:23: warning[-Wanalyzer-malloc-leak]: leak of 'ret'
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:184:20: enter_function: entry to '_shm_object_table_alloc_mem'
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:191:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:193:9: branch_false: ...to here
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:195:22: call_function: inlined call to 'zmalloc_populate' from '_shm_object_table_alloc_mem'
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:196:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:200:15: branch_false: ...to here
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:201:12: branch_false: following 'false' branch (when 'ret >= 0')...
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:206:15: branch_false: ...to here
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:207:12: branch_true: following 'true' branch...
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:208:17: branch_true: ...to here
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:226:21: branch_true: following 'true' branch (when 'i != 2')...
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:227:23: branch_true: ...to here
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:227:23: throw: if 'close' throws an exception...
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:227:23: danger: 'ret' leaks here; was allocated at [(7)](sarif:/runs/0/results/36/codeFlows/0/threadFlows/0/locations/6)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def94]
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:229:25: warning[-Wanalyzer-malloc-leak]: leak of 'ret'
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:184:20: enter_function: entry to '_shm_object_table_alloc_mem'
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:191:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:193:9: branch_false: ...to here
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:195:22: call_function: inlined call to 'zmalloc_populate' from '_shm_object_table_alloc_mem'
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:196:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:200:15: branch_false: ...to here
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:201:12: branch_false: following 'false' branch (when 'ret >= 0')...
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:206:15: branch_false: ...to here
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:207:12: branch_true: following 'true' branch...
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:208:17: branch_true: ...to here
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:226:21: branch_true: following 'true' branch (when 'i != 2')...
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:227:23: branch_true: ...to here
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:228:20: branch_true: following 'true' branch...
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:229:25: branch_true: ...to here
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:229:25: branch_true: following 'true' branch...
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:229:25: throw: if 'ust_safe_snprintf' throws an exception...
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:229:25: danger: 'ret' leaks here; was allocated at [(7)](sarif:/runs/0/results/37/codeFlows/0/threadFlows/0/locations/6)
Error: CPPCHECK_WARNING (CWE-457): [#def95]
lttng-ust-2.14.0/src/common/ringbuffer/shm.c:286: error[legacyUninitvar]: Uninitialized variable: node
Error: GCC_ANALYZER_WARNING (CWE-476): [#def96]
lttng-ust-2.14.0/src/common/ringbuffer/shm.h:49:29: warning[-Wanalyzer-null-dereference]: dereference of NULL '0'
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_backend.c:35:5: enter_function: entry to 'lib_ring_buffer_backend_allocate'
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_backend.c:48:18: call_function: inlined call to '_shmp_offset' from 'lib_ring_buffer_backend_allocate'
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_backend.c:59:12: branch_false: following 'false' branch (when 'page_size > 0')...
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_backend.c:63:9: branch_false: ...to here
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_backend.c:66:13: call_function: inlined call to '_shmp_offset' from 'lib_ring_buffer_backend_allocate'
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_backend.c:66:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_backend.c:73:9: branch_false: ...to here
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_backend.c:76:13: call_function: inlined call to '_shmp_offset' from 'lib_ring_buffer_backend_allocate'
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_backend.c:76:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_backend.c:76:12: branch_false: ...to here
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_backend.c:80:21: branch_true: following 'true' branch (when 'num_subbuf_alloc > i')...
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_backend.c:81:17: branch_true: ...to here
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_backend.c:82:17: call_function: calling '_shmp_offset' from 'lib_ring_buffer_backend_allocate'
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_backend.c:82:17: return_function: returning to 'lib_ring_buffer_backend_allocate' from '_shmp_offset'
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_backend.c:85:22: call_function: inlined call to '_shmp_offset' from 'lib_ring_buffer_backend_allocate'
Error: GCC_ANALYZER_WARNING (CWE-476): [#def97]
lttng-ust-2.14.0/src/common/ringbuffer/shm.h:69:9: warning[-Wanalyzer-null-dereference]: dereference of NULL '0'
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_backend.c:35:5: enter_function: entry to 'lib_ring_buffer_backend_allocate'
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_backend.c:48:18: call_function: inlined call to '_shmp_offset' from 'lib_ring_buffer_backend_allocate'
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_backend.c:59:12: branch_false: following 'false' branch (when 'page_size > 0')...
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_backend.c:63:9: branch_false: ...to here
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_backend.c:66:13: call_function: inlined call to '_shmp_offset' from 'lib_ring_buffer_backend_allocate'
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_backend.c:66:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_backend.c:73:9: branch_false: ...to here
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_backend.c:76:13: call_function: inlined call to '_shmp_offset' from 'lib_ring_buffer_backend_allocate'
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_backend.c:76:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_backend.c:76:12: branch_false: ...to here
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_backend.c:80:21: branch_true: following 'true' branch (when 'num_subbuf_alloc > i')...
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_backend.c:81:17: branch_true: ...to here
lttng-ust-2.14.0/src/common/ringbuffer/ring_buffer_backend.c:82:17: call_function: inlined call to '_set_shmp' from 'lib_ring_buffer_backend_allocate'
Error: GCC_ANALYZER_WARNING (CWE-401): [#def98]
lttng-ust-2.14.0/src/common/smp.c:60:25: warning[-Wanalyzer-malloc-leak]: leak of 'opendir(path)'
lttng-ust-2.14.0/src/common/smp.c:110:5: enter_function: entry to 'get_num_possible_cpus_fallback'
lttng-ust-2.14.0/src/common/smp.c:115:16: call_function: inlined call to 'get_max_cpuid_from_sysfs' from 'get_num_possible_cpus_fallback'
Error: GCC_ANALYZER_WARNING (CWE-775): [#def99]
lttng-ust-2.14.0/src/common/smp.c:157:30: warning[-Wanalyzer-fd-leak]: leak of file descriptor 'open(path, 0)'
lttng-ust-2.14.0/src/common/smp.c:147:9: branch_true: following 'true' branch (when 'path' is non-NULL)...
lttng-ust-2.14.0/src/common/smp.c:149:12: branch_true: ...to here
lttng-ust-2.14.0/src/common/smp.c:149:12: branch_false: following 'false' branch (when 'buf' is non-NULL)...
lttng-ust-2.14.0/src/common/smp.c:152:14: branch_false: ...to here
lttng-ust-2.14.0/src/common/smp.c:152:14: acquire_resource: opened here
lttng-ust-2.14.0/src/common/smp.c:153:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/common/smp.c:153:12: branch_false: ...to here
lttng-ust-2.14.0/src/common/smp.c:157:30: danger: 'open(path, 0)' leaks here; was opened at [(5)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/4)
Error: GCC_ANALYZER_WARNING (CWE-404): [#def100]
lttng-ust-2.14.0/src/common/snprintf/snprintf.c:42:15: warning[-Wanalyzer-va-list-leak]: missing call to 'va_end'
lttng-ust-2.14.0/src/common/snprintf/snprintf.c:47:5: enter_function: entry to 'ust_safe_snprintf'
lttng-ust-2.14.0/src/common/snprintf/snprintf.c:52:9: acquire_resource: 'va_start' called here
lttng-ust-2.14.0/src/common/snprintf/snprintf.c:53:15: call_function: calling 'ust_safe_vsnprintf' from 'ust_safe_snprintf'
Error: COMPILER_WARNING: [#def101]
lttng-ust-2.14.0/src/common/snprintf/vfprintf.c: scope_hint: In function 'ust_safe_vfprintf'
lttng-ust-2.14.0/src/common/snprintf/vfprintf.c:248:45: warning[-Wunterminated-string-initialization]: initializer-string for array of 'char' truncates NUL terminator but destination lacks 'nonstring' attribute (17 chars into 16 available)
Error: COMPILER_WARNING: [#def102]
lttng-ust-2.14.0/src/common/snprintf/vfprintf.c:249:45: warning[-Wunterminated-string-initialization]: initializer-string for array of 'char' truncates NUL terminator but destination lacks 'nonstring' attribute (17 chars into 16 available)
cc1: note: unrecognized command-line option '-Wno-gnu' may have been intended to silence earlier diagnostics
Error: GCC_ANALYZER_WARNING (CWE-404): [#def103]
lttng-ust-2.14.0/src/common/snprintf/vfprintf.c:385:29: warning[-Wanalyzer-va-list-leak]: missing call to 'va_end'
lttng-ust-2.14.0/src/common/snprintf/vfprintf.c:373:9: acquire_resource: 'va_copy' called here
lttng-ust-2.14.0/src/common/snprintf/vfprintf.c:385:29: throw: if 'ust_safe_mbrtowc' throws an exception...
lttng-ust-2.14.0/src/common/snprintf/vfprintf.c:385:29: danger: missing call to 'va_end' to match 'va_copy' at [(1)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-688): [#def104]
lttng-ust-2.14.0/src/common/ustcomm.c:966:9: warning[-Wanalyzer-null-argument]: use of NULL 'field_name' where non-null expected
lttng-ust-2.14.0/src/common/ustcomm.c:1209:5: enter_function: entry to 'serialize_one_field'
lttng-ust-2.14.0/src/common/ustcomm.c:1221:12: branch_false: following 'false' branch (when 'prev_field_name_p' is NULL)...
lttng-ust-2.14.0/src/common/ustcomm.c:1223:74: branch_false: ...to here
lttng-ust-2.14.0/src/common/ustcomm.c:1223:15: call_function: calling 'serialize_one_type' from 'serialize_one_field'
Error: GCC_ANALYZER_WARNING (CWE-688): [#def105]
lttng-ust-2.14.0/src/common/ustcomm.c:983:9: warning[-Wanalyzer-null-argument]: use of NULL 'field_name' where non-null expected
lttng-ust-2.14.0/src/common/ustcomm.c:1209:5: enter_function: entry to 'serialize_one_field'
lttng-ust-2.14.0/src/common/ustcomm.c:1221:12: branch_false: following 'false' branch (when 'prev_field_name_p' is NULL)...
lttng-ust-2.14.0/src/common/ustcomm.c:1223:74: branch_false: ...to here
lttng-ust-2.14.0/src/common/ustcomm.c:1223:15: call_function: calling 'serialize_one_type' from 'serialize_one_field'
Error: CPPCHECK_WARNING (CWE-457): [#def106]
lttng-ust-2.14.0/src/lib/lttng-ust-common/lttng-ust-urcu.c:426: error[uninitvar]: Uninitialized variable: chunk->used
Error: CPPCHECK_WARNING (CWE-457): [#def107]
lttng-ust-2.14.0/src/lib/lttng-ust-common/lttng-ust-urcu.c:494: error[uninitvar]: Uninitialized variable: chunk->capacity
Error: CPPCHECK_WARNING (CWE-457): [#def108]
lttng-ust-2.14.0/src/lib/lttng-ust-common/lttng-ust-urcu.c:697: warning[uninitvar]: Uninitialized variable: chunk->capacity
Error: COMPILER_WARNING (CWE-563): [#def109]
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c: scope_hint: In function 'lttng_ust_ctl_get_mmap_base'
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:117:17: warning[-Wunused-value]: statement with no effect
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:1762:13: note: in expansion of macro 'sigbus_begin'
Error: GCC_ANALYZER_WARNING (CWE-401): [#def110]
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:308:22: warning[-Wanalyzer-malloc-leak]: leak of 'calloc(336, 1)'
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:291:5: enter_function: entry to 'lttng_ust_ctl_create_event'
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:300:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:303:22: call_function: inlined call to 'zmalloc' from 'lttng_ust_ctl_create_event'
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:304:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:306:9: branch_false: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:315:15: throw: if 'ustcomm_send_app_cmd' throws an exception...
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:308:22: danger: 'calloc(336, 1)' leaks here; was allocated at [(6)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/5)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def111]
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:360:22: warning[-Wanalyzer-malloc-leak]: leak of 'calloc(336, 1)'
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:337:5: enter_function: entry to 'lttng_ust_ctl_add_context'
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:348:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:353:24: call_function: inlined call to 'zmalloc' from 'lttng_ust_ctl_add_context'
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:354:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:358:9: branch_false: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:392:15: throw: if 'ustcomm_send_app_msg' throws an exception...
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:360:22: danger: 'calloc(336, 1)' leaks here; was allocated at [(6)](sarif:/runs/0/results/5/codeFlows/0/threadFlows/0/locations/5)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def112]
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:392:15: warning[-Wanalyzer-malloc-leak]: leak of 'buf'
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:337:5: enter_function: entry to 'lttng_ust_ctl_add_context'
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:348:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:353:24: call_function: inlined call to 'zmalloc' from 'lttng_ust_ctl_add_context'
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:354:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:358:9: branch_false: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:378:23: call_function: inlined call to 'zmalloc' from 'lttng_ust_ctl_add_context'
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:379:20: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:383:17: branch_false: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:392:15: throw: if 'ustcomm_send_app_msg' throws an exception...
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:392:15: danger: 'buf' leaks here; was allocated at [(12)](sarif:/runs/0/results/12/codeFlows/0/threadFlows/0/locations/11)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def113]
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:397:23: warning[-Wanalyzer-malloc-leak]: leak of 'buf'
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:337:5: enter_function: entry to 'lttng_ust_ctl_add_context'
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:348:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:353:24: call_function: inlined call to 'zmalloc' from 'lttng_ust_ctl_add_context'
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:354:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:358:9: branch_false: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:378:23: call_function: inlined call to 'zmalloc' from 'lttng_ust_ctl_add_context'
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:379:20: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:383:17: branch_false: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:393:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:395:12: branch_false: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:395:12: branch_true: following 'true' branch (when 'buf' is non-NULL)...
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:397:23: branch_true: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:397:23: throw: if 'ustcomm_send_unix_sock' throws an exception...
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:397:23: danger: 'buf' leaks here; was allocated at [(12)](sarif:/runs/0/results/13/codeFlows/0/threadFlows/0/locations/11)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def114]
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:406:15: warning[-Wanalyzer-malloc-leak]: leak of 'buf'
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:337:5: enter_function: entry to 'lttng_ust_ctl_add_context'
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:348:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:353:24: call_function: inlined call to 'zmalloc' from 'lttng_ust_ctl_add_context'
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:354:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:358:9: branch_false: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:378:23: call_function: inlined call to 'zmalloc' from 'lttng_ust_ctl_add_context'
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:379:20: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:383:17: branch_false: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:393:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:395:12: branch_false: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:395:12: branch_true: following 'true' branch (when 'buf' is non-NULL)...
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:397:23: branch_true: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:398:20: branch_false: following 'false' branch (when 'ret >= 0')...
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:401:21: branch_false: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:401:20: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:406:15: branch_false: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:406:15: throw: if 'ustcomm_recv_app_reply' throws an exception...
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:406:15: danger: 'buf' leaks here; was allocated at [(12)](sarif:/runs/0/results/14/codeFlows/0/threadFlows/0/locations/11)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def115]
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:413:32: warning[-Wanalyzer-malloc-leak]: leak of 'buf'
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:337:5: enter_function: entry to 'lttng_ust_ctl_add_context'
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:348:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:353:24: call_function: inlined call to 'zmalloc' from 'lttng_ust_ctl_add_context'
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:354:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:358:9: branch_false: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:378:23: call_function: inlined call to 'zmalloc' from 'lttng_ust_ctl_add_context'
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:379:20: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:383:17: branch_false: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:393:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:395:12: branch_false: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:395:12: branch_true: following 'true' branch (when 'buf' is non-NULL)...
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:397:23: branch_true: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:398:20: branch_false: following 'false' branch (when 'ret >= 0')...
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:401:21: branch_false: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:401:20: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:406:15: branch_false: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:407:12: branch_true: following 'true' branch...
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:408:20: branch_true: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:408:20: branch_true: following 'true' branch...
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:413:32: branch_true: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:413:32: throw: if 'ustcomm_shutdown_unix_sock' throws an exception...
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:413:32: danger: 'buf' leaks here; was allocated at [(12)](sarif:/runs/0/results/15/codeFlows/0/threadFlows/0/locations/11)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def116]
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:418:9: warning[-Wanalyzer-malloc-leak]: leak of 'buf'
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:337:5: enter_function: entry to 'lttng_ust_ctl_add_context'
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:348:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:353:24: call_function: inlined call to 'zmalloc' from 'lttng_ust_ctl_add_context'
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:354:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:358:9: branch_false: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:378:23: call_function: inlined call to 'zmalloc' from 'lttng_ust_ctl_add_context'
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:379:20: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:383:17: branch_false: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:393:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:395:12: branch_false: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:395:12: branch_true: following 'true' branch (when 'buf' is non-NULL)...
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:397:23: branch_true: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:398:20: branch_false: following 'false' branch (when 'ret >= 0')...
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:401:21: branch_false: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:401:20: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:406:15: branch_false: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:407:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:417:9: branch_false: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:418:9: branch_true: following 'true' branch...
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:418:9: branch_true: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:418:9: throw: if 'ust_safe_snprintf' throws an exception...
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:418:9: danger: 'buf' leaks here; was allocated at [(12)](sarif:/runs/0/results/16/codeFlows/0/threadFlows/0/locations/11)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def117]
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:655:15: warning[-Wanalyzer-malloc-leak]: leak of 'calloc(336, 1)'
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:633:5: enter_function: entry to 'lttng_ust_ctl_create_event_notifier_group'
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:642:12: branch_false: following 'false' branch (when '_event_notifier_group_data' is non-NULL)...
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:645:37: call_function: inlined call to 'zmalloc' from 'lttng_ust_ctl_create_event_notifier_group'
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:646:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:649:9: branch_false: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:655:15: throw: if 'ustcomm_send_app_cmd' throws an exception...
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:655:15: danger: 'calloc(336, 1)' leaks here; was allocated at [(6)](sarif:/runs/0/results/18/codeFlows/0/threadFlows/0/locations/5)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def118]
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:660:15: warning[-Wanalyzer-malloc-leak]: leak of 'calloc(336, 1)'
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:633:5: enter_function: entry to 'lttng_ust_ctl_create_event_notifier_group'
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:642:12: branch_false: following 'false' branch (when '_event_notifier_group_data' is non-NULL)...
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:645:37: call_function: inlined call to 'zmalloc' from 'lttng_ust_ctl_create_event_notifier_group'
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:646:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:649:9: branch_false: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:656:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:660:15: branch_false: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:660:15: throw: if 'ustcomm_send_fds_unix_sock' throws an exception...
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:660:15: danger: 'calloc(336, 1)' leaks here; was allocated at [(6)](sarif:/runs/0/results/19/codeFlows/0/threadFlows/0/locations/5)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def119]
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:666:15: warning[-Wanalyzer-malloc-leak]: leak of 'calloc(336, 1)'
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:633:5: enter_function: entry to 'lttng_ust_ctl_create_event_notifier_group'
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:642:12: branch_false: following 'false' branch (when '_event_notifier_group_data' is non-NULL)...
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:645:37: call_function: inlined call to 'zmalloc' from 'lttng_ust_ctl_create_event_notifier_group'
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:646:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:649:9: branch_false: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:656:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:660:15: branch_false: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:661:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:666:15: branch_false: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:666:15: throw: if 'ustcomm_recv_app_reply' throws an exception...
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:666:15: danger: 'calloc(336, 1)' leaks here; was allocated at [(6)](sarif:/runs/0/results/20/codeFlows/0/threadFlows/0/locations/5)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def120]
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:711:22: warning[-Wanalyzer-malloc-leak]: leak of 'calloc(336, 1)'
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:692:5: enter_function: entry to 'lttng_ust_ctl_create_event_notifier'
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:702:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:705:31: call_function: inlined call to 'zmalloc' from 'lttng_ust_ctl_create_event_notifier'
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:706:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:709:9: branch_false: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:715:15: throw: if 'ustcomm_send_app_cmd' throws an exception...
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:711:22: danger: 'calloc(336, 1)' leaks here; was allocated at [(6)](sarif:/runs/0/results/24/codeFlows/0/threadFlows/0/locations/5)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def121]
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:1017:44: warning[-Wanalyzer-malloc-leak]: leak of 'calloc(336, 1)'
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:1000:5: enter_function: entry to 'lttng_ust_ctl_recv_channel_from_consumer'
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:1008:24: call_function: inlined call to 'zmalloc' from 'lttng_ust_ctl_recv_channel_from_consumer'
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:1009:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:1014:9: branch_false: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:1017:15: throw: if 'ustcomm_recv_unix_sock' throws an exception...
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:1017:44: danger: 'calloc(336, 1)' leaks here; was allocated at [(4)](sarif:/runs/0/results/30/codeFlows/0/threadFlows/0/locations/3)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def122]
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:1094:44: warning[-Wanalyzer-malloc-leak]: leak of 'calloc(336, 1)'
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:1076:5: enter_function: entry to 'lttng_ust_ctl_recv_stream_from_consumer'
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:1084:23: call_function: inlined call to 'zmalloc' from 'lttng_ust_ctl_recv_stream_from_consumer'
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:1085:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:1090:9: branch_false: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:1094:15: throw: if 'ustcomm_recv_unix_sock' throws an exception...
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:1094:44: danger: 'calloc(336, 1)' leaks here; was allocated at [(4)](sarif:/runs/0/results/31/codeFlows/0/threadFlows/0/locations/3)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def123]
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:1258:21: warning[-Wanalyzer-malloc-leak]: leak of 'calloc(336, 1)'
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:1241:5: enter_function: entry to 'lttng_ust_ctl_duplicate_ust_object_data'
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:1247:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:1252:15: call_function: inlined call to 'zmalloc' from 'lttng_ust_ctl_duplicate_ust_object_data'
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:1253:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:1258:21: branch_false: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:1266:20: branch_true: following 'true' branch...
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:1268:33: branch_true: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:1269:28: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:1277:47: branch_false: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:1278:20: branch_true: following 'true' branch...
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:1280:25: branch_true: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:1286:20: branch_true: following 'true' branch...
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:1289:36: branch_true: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:1289:36: throw: if 'close' throws an exception...
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:1258:21: danger: 'calloc(336, 1)' leaks here; was allocated at [(6)](sarif:/runs/0/results/32/codeFlows/0/threadFlows/0/locations/5)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def124]
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:1289:36: warning[-Wanalyzer-fd-leak]: leak of file descriptor
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:1241:5: enter_function: entry to 'lttng_ust_ctl_duplicate_ust_object_data'
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:1247:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:1252:15: call_function: inlined call to 'zmalloc' from 'lttng_ust_ctl_duplicate_ust_object_data'
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:1253:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:1258:21: branch_false: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:1266:20: branch_true: following 'true' branch...
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:1268:33: branch_true: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:1268:33: acquire_resource: opened here
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:1269:28: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:1277:47: branch_false: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:1278:20: branch_true: following 'true' branch...
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:1280:25: branch_true: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:1286:20: branch_true: following 'true' branch...
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:1289:36: branch_true: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:1289:36: throw: if 'close' throws an exception...
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:1289:36: danger: leaks here; was opened at [(12)](sarif:/runs/0/results/39/codeFlows/0/threadFlows/0/locations/11)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def125]
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:1331:36: warning[-Wanalyzer-fd-leak]: leak of file descriptor
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:1241:5: enter_function: entry to 'lttng_ust_ctl_duplicate_ust_object_data'
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:1247:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:1252:15: call_function: inlined call to 'zmalloc' from 'lttng_ust_ctl_duplicate_ust_object_data'
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:1253:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:1258:21: branch_false: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:1302:20: branch_true: following 'true' branch...
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:1304:33: branch_true: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:1304:33: acquire_resource: opened here
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:1305:28: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:1314:21: branch_false: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:1314:20: branch_true: following 'true' branch...
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:1316:33: branch_true: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:1317:28: branch_true: following 'true' branch...
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:1318:40: branch_true: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:1328:20: branch_true: following 'true' branch...
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:1331:36: branch_true: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:1331:36: throw: if 'close' throws an exception...
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:1331:36: danger: leaks here; was opened at [(12)](sarif:/runs/0/results/40/codeFlows/0/threadFlows/0/locations/11)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def126]
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:1469:22: warning[-Wanalyzer-malloc-leak]: leak of 'calloc(80, 1)'
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:1401:9: enter_function: entry to 'lttng_ust_ctl_create_channel'
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:1429:20: branch_true: following 'true' branch...
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:1458:21: branch_true: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:1459:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:1465:16: call_function: inlined call to 'zmalloc' from 'lttng_ust_ctl_create_channel'
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:1466:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:1469:22: branch_false: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:1469:22: throw: if the called function throws an exception...
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:1469:22: danger: 'calloc(80, 1)' leaks here; was allocated at [(8)](sarif:/runs/0/results/41/codeFlows/0/threadFlows/0/locations/7)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def127]
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:2846:15: warning[-Wanalyzer-malloc-leak]: leak of 'calloc(signature_len, 1)'
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:2802:5: enter_function: entry to 'lttng_ust_ctl_recv_register_event'
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:2820:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:2822:12: branch_false: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:2822:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:2824:12: branch_false: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:2824:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:2827:25: branch_false: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:2836:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:2840:29: branch_false: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:2843:18: call_function: inlined call to 'zmalloc' from 'lttng_ust_ctl_recv_register_event'
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:2844:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:2846:15: branch_false: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:2846:15: throw: if 'ustcomm_recv_unix_sock' throws an exception...
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:2846:15: danger: 'calloc(signature_len, 1)' leaks here; was allocated at [(13)](sarif:/runs/0/results/42/codeFlows/0/threadFlows/0/locations/12)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def128]
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:2868:23: warning[-Wanalyzer-malloc-leak]: leak of 'calloc(fields_len, 1)'
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:2802:5: enter_function: entry to 'lttng_ust_ctl_recv_register_event'
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:2820:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:2822:12: branch_false: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:2822:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:2824:12: branch_false: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:2824:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:2827:25: branch_false: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:2836:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:2840:29: branch_false: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:2844:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:2846:15: branch_false: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:2847:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:2851:12: branch_false: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:2851:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:2855:12: branch_false: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:2855:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:2859:16: branch_false: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:2862:12: branch_true: following 'true' branch (when 'fields_len != 0')...
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:2863:28: call_function: inlined call to 'zmalloc' from 'lttng_ust_ctl_recv_register_event'
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:2864:20: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:2868:23: branch_false: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:2868:23: throw: if 'ustcomm_recv_unix_sock' throws an exception...
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:2868:23: danger: 'calloc(fields_len, 1)' leaks here; was allocated at [(23)](sarif:/runs/0/results/43/codeFlows/0/threadFlows/0/locations/22)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def129]
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:2889:23: warning[-Wanalyzer-malloc-leak]: leak of 'calloc(model_emf_uri_len, 1)'
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:2802:5: enter_function: entry to 'lttng_ust_ctl_recv_register_event'
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:2820:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:2822:12: branch_false: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:2822:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:2824:12: branch_false: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:2824:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:2827:25: branch_false: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:2836:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:2840:29: branch_false: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:2844:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:2846:15: branch_false: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:2847:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:2851:12: branch_false: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:2851:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:2855:12: branch_false: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:2855:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:2859:16: branch_false: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:2862:12: branch_false: following 'false' branch (when 'fields_len == 0')...
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:2882:12: branch_false: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:2882:12: branch_true: following 'true' branch (when 'model_emf_uri_len != 0')...
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:2884:35: call_function: inlined call to 'zmalloc' from 'lttng_ust_ctl_recv_register_event'
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:2885:20: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:2889:23: branch_false: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:2889:23: throw: if 'ustcomm_recv_unix_sock' throws an exception...
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:2889:23: danger: 'calloc(model_emf_uri_len, 1)' leaks here; was allocated at [(25)](sarif:/runs/0/results/44/codeFlows/0/threadFlows/0/locations/24)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def130]
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:3113:23: warning[-Wanalyzer-malloc-leak]: leak of 'calloc(entries_len, 1)'
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:3080:5: enter_function: entry to 'lttng_ust_ctl_recv_register_enum'
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:3092:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:3094:12: branch_false: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:3094:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:3096:12: branch_false: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:3096:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:3099:25: branch_false: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:3104:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:3109:12: branch_false: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:3109:12: branch_true: following 'true' branch (when 'entries_len != 0')...
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:3110:29: call_function: inlined call to 'zmalloc' from 'lttng_ust_ctl_recv_register_enum'
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:3111:20: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:3113:23: branch_false: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:3113:23: throw: if 'ustcomm_recv_unix_sock' throws an exception...
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:3113:23: danger: 'calloc(entries_len, 1)' leaks here; was allocated at [(15)](sarif:/runs/0/results/45/codeFlows/0/threadFlows/0/locations/14)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def131]
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:3198:23: warning[-Wanalyzer-malloc-leak]: leak of 'calloc(fields_len, 1)'
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:3164:5: enter_function: entry to 'lttng_ust_ctl_recv_register_channel'
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:3176:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:3178:12: branch_false: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:3178:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:3180:12: branch_false: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:3180:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:3183:25: branch_false: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:3187:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:3192:12: branch_false: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:3192:12: branch_true: following 'true' branch (when 'fields_len != 0')...
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:3193:28: call_function: inlined call to 'zmalloc' from 'lttng_ust_ctl_recv_register_channel'
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:3194:20: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:3198:23: branch_false: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:3198:23: throw: if 'ustcomm_recv_unix_sock' throws an exception...
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:3198:23: danger: 'calloc(fields_len, 1)' leaks here; was allocated at [(14)](sarif:/runs/0/results/46/codeFlows/0/threadFlows/0/locations/13)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def132]
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:3358:9: warning[-Wanalyzer-malloc-leak]: leak of 'calloc(24, 1)'
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:3285:9: enter_function: entry to 'lttng_ust_ctl_create_counter'
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:3302:12: branch_false: following 'false' branch (when 'nr_dimensions <= 4')...
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:3305:9: branch_false: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:3305:9: branch_true: following 'true' branch (when 'alloc_flags == 1')...
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:3314:9: branch_true: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:3344:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:3350:19: call_function: inlined call to 'zmalloc' from 'lttng_ust_ctl_create_counter'
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:3351:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:3353:25: call_function: inlined call to 'zmalloc' from 'lttng_ust_ctl_create_counter'
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:3354:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:3356:9: branch_false: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:3361:21: branch_false: following 'false' branch (when 'i >= nr_dimensions')...
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:3361:21: branch_false: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:3364:21: branch_false: following 'false' branch (when 'i >= nr_dimensions')...
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:3379:28: branch_false: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:3379:28: throw: if the called function throws an exception...
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:3358:9: danger: 'calloc(24, 1)' leaks here; was allocated at [(10)](sarif:/runs/0/results/47/codeFlows/0/threadFlows/0/locations/9)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def133]
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:3358:9: warning[-Wanalyzer-malloc-leak]: leak of 'calloc(288, 1)'
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:3285:9: enter_function: entry to 'lttng_ust_ctl_create_counter'
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:3302:12: branch_false: following 'false' branch (when 'nr_dimensions <= 4')...
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:3305:9: branch_false: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:3305:9: branch_true: following 'true' branch (when 'alloc_flags == 1')...
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:3314:9: branch_true: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:3344:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:3350:19: call_function: inlined call to 'zmalloc' from 'lttng_ust_ctl_create_counter'
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:3351:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:3353:25: call_function: inlined call to 'zmalloc' from 'lttng_ust_ctl_create_counter'
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:3354:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:3356:9: branch_false: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:3361:21: branch_false: following 'false' branch (when 'i >= nr_dimensions')...
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:3361:21: branch_false: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:3364:21: branch_false: following 'false' branch (when 'i >= nr_dimensions')...
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:3379:28: branch_false: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:3379:28: throw: if the called function throws an exception...
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:3358:9: danger: 'calloc(288, 1)' leaks here; was allocated at [(14)](sarif:/runs/0/results/48/codeFlows/0/threadFlows/0/locations/13)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def134]
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:3414:9: warning[-Wanalyzer-malloc-leak]: leak of 'calloc(64, 1)'
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:3394:5: enter_function: entry to 'lttng_ust_ctl_create_counter_data'
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:3404:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:3408:24: call_function: inlined call to 'zmalloc' from 'lttng_ust_ctl_create_counter_data'
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:3409:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:3413:9: branch_false: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust-ctl/ustctl.c:3414:9: danger: 'calloc(64, 1)' leaks here; was allocated at [(6)](sarif:/runs/0/results/49/codeFlows/0/threadFlows/0/locations/5)
Error: GCC_ANALYZER_WARNING (CWE-476): [#def135]
lttng-ust-2.14.0/src/lib/lttng-ust/event-notifier-notification.c:219:9: warning[-Wanalyzer-null-dereference]: dereference of NULL 'integer_type'
lttng-ust-2.14.0/src/lib/lttng-ust/event-notifier-notification.c:191:5: enter_function: entry to 'capture_sequence'
lttng-ust-2.14.0/src/lib/lttng-ust/event-notifier-notification.c:201:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/lib/lttng-ust/event-notifier-notification.c:204:9: branch_false: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust/event-notifier-notification.c:212:32: call_function: inlined call to 'lttng_ust_get_type_integer' from 'capture_sequence'
lttng-ust-2.14.0/src/lib/lttng-ust/event-notifier-notification.c:219:9: danger: dereference of NULL 'integer_type'
Error: GCC_ANALYZER_WARNING (CWE-476): [#def136]
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-interpreter.c:262:31: warning[-Wanalyzer-null-dereference]: dereference of NULL '0'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-interpreter.c:365:12: enter_function: entry to 'dynamic_get_index'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-interpreter.c:426:23: call_function: calling 'context_get_index' from 'dynamic_get_index'
Error: GCC_ANALYZER_WARNING (CWE-476): [#def137]
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-interpreter.c:686:58: warning[-Wanalyzer-null-dereference]: dereference of NULL '0'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-interpreter.c:640:5: enter_function: entry to 'lttng_bytecode_interpret_format_output'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-interpreter.c:686:58: call_function: inlined call to 'lttng_ust_get_type_sequence' from 'lttng_bytecode_interpret_format_output'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-interpreter.c:686:58: danger: dereference of NULL '<unknown>'
Error: GCC_ANALYZER_WARNING (CWE-476): [#def138]
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-interpreter.c:692:54: warning[-Wanalyzer-null-dereference]: dereference of NULL '0'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-interpreter.c:640:5: enter_function: entry to 'lttng_bytecode_interpret_format_output'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-interpreter.c:692:54: call_function: inlined call to 'lttng_ust_get_type_array' from 'lttng_bytecode_interpret_format_output'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-interpreter.c:692:54: danger: dereference of NULL '<unknown>'
Error: GCC_ANALYZER_WARNING (CWE-476): [#def139]
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-interpreter.c:693:58: warning[-Wanalyzer-null-dereference]: dereference of NULL '0'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-interpreter.c:640:5: enter_function: entry to 'lttng_bytecode_interpret_format_output'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-interpreter.c:692:54: call_function: inlined call to 'lttng_ust_get_type_array' from 'lttng_bytecode_interpret_format_output'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-interpreter.c:692:54: branch_false: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-interpreter.c:693:58: call_function: inlined call to 'lttng_ust_get_type_array' from 'lttng_bytecode_interpret_format_output'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-interpreter.c:693:58: danger: dereference of NULL '<unknown>'
Error: GCC_ANALYZER_WARNING (CWE-401): [#def140]
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:516:15: warning[-Wanalyzer-malloc-leak]: leak of 'calloc(strlen(orig_name) + 6, 1)'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:629:5: enter_function: entry to 'lttng_bytecode_specialize'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:641:39: branch_true: following 'true' branch...
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:643:25: branch_true: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:1398:33: call_function: inlined call to 'vstack_ax' from 'lttng_bytecode_specialize'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:1398:33: branch_true: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:1413:39: call_function: calling 'specialize_app_context_lookup' from 'lttng_bytecode_specialize'
Error: GCC_ANALYZER_WARNING (CWE-476): [#def141]
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:652:29: warning[-Wanalyzer-null-dereference]: dereference of NULL '0'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:629:5: enter_function: entry to 'lttng_bytecode_specialize'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:641:39: branch_true: following 'true' branch...
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:643:25: branch_true: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:652:29: call_function: inlined call to 'vstack_ax' from 'lttng_bytecode_specialize'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:652:29: branch_true: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:652:29: danger: dereference of NULL '<unknown>'
Error: GCC_ANALYZER_WARNING (CWE-476): [#def142]
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:659:29: warning[-Wanalyzer-null-dereference]: dereference of NULL '0'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:629:5: enter_function: entry to 'lttng_bytecode_specialize'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:641:39: branch_true: following 'true' branch...
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:643:25: branch_true: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:659:29: call_function: inlined call to 'vstack_ax' from 'lttng_bytecode_specialize'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:659:29: branch_true: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:659:29: danger: dereference of NULL '<unknown>'
Error: GCC_ANALYZER_WARNING (CWE-476): [#def143]
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:683:32: warning[-Wanalyzer-null-dereference]: dereference of NULL '0'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:629:5: enter_function: entry to 'lttng_bytecode_specialize'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:641:39: branch_true: following 'true' branch...
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:643:25: branch_true: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:683:32: call_function: inlined call to 'vstack_ax' from 'lttng_bytecode_specialize'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:683:32: branch_true: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:683:32: danger: dereference of NULL '<unknown>'
Error: GCC_ANALYZER_WARNING (CWE-476): [#def144]
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:690:37: warning[-Wanalyzer-null-dereference]: dereference of NULL '0'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:629:5: enter_function: entry to 'lttng_bytecode_specialize'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:641:39: branch_true: following 'true' branch...
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:643:25: branch_true: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:1177:29: call_function: inlined call to 'vstack_push' from 'lttng_bytecode_specialize'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:1181:25: call_function: inlined call to 'vstack_ax' from 'lttng_bytecode_specialize'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:641:39: branch_true: following 'true' branch...
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:643:25: branch_true: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:683:32: call_function: inlined call to 'vstack_ax' from 'lttng_bytecode_specialize'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:690:37: call_function: inlined call to 'vstack_bx' from 'lttng_bytecode_specialize'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:690:37: branch_true: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:690:37: danger: dereference of NULL '<unknown>'
Error: GCC_ANALYZER_WARNING (CWE-476): [#def145]
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:698:37: warning[-Wanalyzer-null-dereference]: dereference of NULL '0'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:629:5: enter_function: entry to 'lttng_bytecode_specialize'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:641:39: branch_true: following 'true' branch...
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:643:25: branch_true: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:1226:29: call_function: inlined call to 'vstack_push' from 'lttng_bytecode_specialize'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:1230:25: call_function: inlined call to 'vstack_ax' from 'lttng_bytecode_specialize'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:641:39: branch_true: following 'true' branch...
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:643:25: branch_true: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:683:32: call_function: inlined call to 'vstack_ax' from 'lttng_bytecode_specialize'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:698:37: call_function: inlined call to 'vstack_bx' from 'lttng_bytecode_specialize'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:698:37: branch_true: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:698:37: danger: dereference of NULL '<unknown>'
Error: GCC_ANALYZER_WARNING (CWE-476): [#def146]
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:704:37: warning[-Wanalyzer-null-dereference]: dereference of NULL '0'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:629:5: enter_function: entry to 'lttng_bytecode_specialize'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:641:39: branch_true: following 'true' branch...
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:643:25: branch_true: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:1237:29: call_function: inlined call to 'vstack_push' from 'lttng_bytecode_specialize'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:1241:25: call_function: inlined call to 'vstack_ax' from 'lttng_bytecode_specialize'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:641:39: branch_true: following 'true' branch...
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:643:25: branch_true: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:683:32: call_function: inlined call to 'vstack_ax' from 'lttng_bytecode_specialize'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:704:37: call_function: inlined call to 'vstack_bx' from 'lttng_bytecode_specialize'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:704:37: branch_true: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:704:37: danger: dereference of NULL '<unknown>'
Error: GCC_ANALYZER_WARNING (CWE-476): [#def147]
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:713:37: warning[-Wanalyzer-null-dereference]: dereference of NULL '0'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:629:5: enter_function: entry to 'lttng_bytecode_specialize'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:641:39: branch_true: following 'true' branch...
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:643:25: branch_true: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:1249:29: call_function: inlined call to 'vstack_push' from 'lttng_bytecode_specialize'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:1253:25: call_function: inlined call to 'vstack_ax' from 'lttng_bytecode_specialize'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:641:39: branch_true: following 'true' branch...
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:643:25: branch_true: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:683:32: call_function: inlined call to 'vstack_ax' from 'lttng_bytecode_specialize'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:713:37: call_function: inlined call to 'vstack_bx' from 'lttng_bytecode_specialize'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:713:37: branch_true: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:713:37: danger: dereference of NULL '<unknown>'
Error: GCC_ANALYZER_WARNING (CWE-476): [#def148]
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:738:32: warning[-Wanalyzer-null-dereference]: dereference of NULL '0'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:629:5: enter_function: entry to 'lttng_bytecode_specialize'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:641:39: branch_true: following 'true' branch...
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:643:25: branch_true: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:738:32: call_function: inlined call to 'vstack_ax' from 'lttng_bytecode_specialize'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:738:32: branch_true: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:738:32: danger: dereference of NULL '<unknown>'
Error: GCC_ANALYZER_WARNING (CWE-476): [#def149]
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:745:37: warning[-Wanalyzer-null-dereference]: dereference of NULL '0'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:629:5: enter_function: entry to 'lttng_bytecode_specialize'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:641:39: branch_true: following 'true' branch...
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:643:25: branch_true: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:1177:29: call_function: inlined call to 'vstack_push' from 'lttng_bytecode_specialize'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:1181:25: call_function: inlined call to 'vstack_ax' from 'lttng_bytecode_specialize'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:641:39: branch_true: following 'true' branch...
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:643:25: branch_true: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:738:32: call_function: inlined call to 'vstack_ax' from 'lttng_bytecode_specialize'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:745:37: call_function: inlined call to 'vstack_bx' from 'lttng_bytecode_specialize'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:745:37: branch_true: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:745:37: danger: dereference of NULL '<unknown>'
Error: GCC_ANALYZER_WARNING (CWE-476): [#def150]
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:753:37: warning[-Wanalyzer-null-dereference]: dereference of NULL '0'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:629:5: enter_function: entry to 'lttng_bytecode_specialize'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:641:39: branch_true: following 'true' branch...
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:643:25: branch_true: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:1226:29: call_function: inlined call to 'vstack_push' from 'lttng_bytecode_specialize'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:1230:25: call_function: inlined call to 'vstack_ax' from 'lttng_bytecode_specialize'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:641:39: branch_true: following 'true' branch...
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:643:25: branch_true: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:738:32: call_function: inlined call to 'vstack_ax' from 'lttng_bytecode_specialize'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:753:37: call_function: inlined call to 'vstack_bx' from 'lttng_bytecode_specialize'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:753:37: branch_true: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:753:37: danger: dereference of NULL '<unknown>'
Error: GCC_ANALYZER_WARNING (CWE-476): [#def151]
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:759:37: warning[-Wanalyzer-null-dereference]: dereference of NULL '0'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:629:5: enter_function: entry to 'lttng_bytecode_specialize'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:641:39: branch_true: following 'true' branch...
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:643:25: branch_true: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:1237:29: call_function: inlined call to 'vstack_push' from 'lttng_bytecode_specialize'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:1241:25: call_function: inlined call to 'vstack_ax' from 'lttng_bytecode_specialize'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:641:39: branch_true: following 'true' branch...
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:643:25: branch_true: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:738:32: call_function: inlined call to 'vstack_ax' from 'lttng_bytecode_specialize'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:759:37: call_function: inlined call to 'vstack_bx' from 'lttng_bytecode_specialize'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:759:37: branch_true: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:759:37: danger: dereference of NULL '<unknown>'
Error: GCC_ANALYZER_WARNING (CWE-476): [#def152]
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:768:37: warning[-Wanalyzer-null-dereference]: dereference of NULL '0'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:629:5: enter_function: entry to 'lttng_bytecode_specialize'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:641:39: branch_true: following 'true' branch...
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:643:25: branch_true: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:1249:29: call_function: inlined call to 'vstack_push' from 'lttng_bytecode_specialize'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:1253:25: call_function: inlined call to 'vstack_ax' from 'lttng_bytecode_specialize'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:641:39: branch_true: following 'true' branch...
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:643:25: branch_true: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:738:32: call_function: inlined call to 'vstack_ax' from 'lttng_bytecode_specialize'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:768:37: call_function: inlined call to 'vstack_bx' from 'lttng_bytecode_specialize'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:768:37: branch_true: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:768:37: danger: dereference of NULL '<unknown>'
Error: GCC_ANALYZER_WARNING (CWE-476): [#def153]
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:793:32: warning[-Wanalyzer-null-dereference]: dereference of NULL '0'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:629:5: enter_function: entry to 'lttng_bytecode_specialize'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:641:39: branch_true: following 'true' branch...
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:643:25: branch_true: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:793:32: call_function: inlined call to 'vstack_ax' from 'lttng_bytecode_specialize'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:793:32: branch_true: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:793:32: danger: dereference of NULL '<unknown>'
Error: GCC_ANALYZER_WARNING (CWE-476): [#def154]
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:804:37: warning[-Wanalyzer-null-dereference]: dereference of NULL '0'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:629:5: enter_function: entry to 'lttng_bytecode_specialize'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:641:39: branch_true: following 'true' branch...
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:643:25: branch_true: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:1177:29: call_function: inlined call to 'vstack_push' from 'lttng_bytecode_specialize'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:1181:25: call_function: inlined call to 'vstack_ax' from 'lttng_bytecode_specialize'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:641:39: branch_true: following 'true' branch...
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:643:25: branch_true: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:793:32: call_function: inlined call to 'vstack_ax' from 'lttng_bytecode_specialize'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:804:37: call_function: inlined call to 'vstack_bx' from 'lttng_bytecode_specialize'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:804:37: branch_true: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:804:37: danger: dereference of NULL '<unknown>'
Error: GCC_ANALYZER_WARNING (CWE-476): [#def155]
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:810:37: warning[-Wanalyzer-null-dereference]: dereference of NULL '0'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:629:5: enter_function: entry to 'lttng_bytecode_specialize'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:641:39: branch_true: following 'true' branch...
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:643:25: branch_true: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:1237:29: call_function: inlined call to 'vstack_push' from 'lttng_bytecode_specialize'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:1241:25: call_function: inlined call to 'vstack_ax' from 'lttng_bytecode_specialize'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:641:39: branch_true: following 'true' branch...
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:643:25: branch_true: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:793:32: call_function: inlined call to 'vstack_ax' from 'lttng_bytecode_specialize'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:810:37: call_function: inlined call to 'vstack_bx' from 'lttng_bytecode_specialize'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:810:37: branch_true: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:810:37: danger: dereference of NULL '<unknown>'
Error: GCC_ANALYZER_WARNING (CWE-476): [#def156]
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:819:37: warning[-Wanalyzer-null-dereference]: dereference of NULL '0'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:629:5: enter_function: entry to 'lttng_bytecode_specialize'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:641:39: branch_true: following 'true' branch...
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:643:25: branch_true: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:1249:29: call_function: inlined call to 'vstack_push' from 'lttng_bytecode_specialize'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:1253:25: call_function: inlined call to 'vstack_ax' from 'lttng_bytecode_specialize'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:641:39: branch_true: following 'true' branch...
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:643:25: branch_true: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:793:32: call_function: inlined call to 'vstack_ax' from 'lttng_bytecode_specialize'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:819:37: call_function: inlined call to 'vstack_bx' from 'lttng_bytecode_specialize'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:819:37: branch_true: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:819:37: danger: dereference of NULL '<unknown>'
Error: GCC_ANALYZER_WARNING (CWE-476): [#def157]
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:844:32: warning[-Wanalyzer-null-dereference]: dereference of NULL '0'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:629:5: enter_function: entry to 'lttng_bytecode_specialize'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:641:39: branch_true: following 'true' branch...
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:643:25: branch_true: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:844:32: call_function: inlined call to 'vstack_ax' from 'lttng_bytecode_specialize'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:844:32: branch_true: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:844:32: danger: dereference of NULL '<unknown>'
Error: GCC_ANALYZER_WARNING (CWE-476): [#def158]
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:855:37: warning[-Wanalyzer-null-dereference]: dereference of NULL '0'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:629:5: enter_function: entry to 'lttng_bytecode_specialize'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:641:39: branch_true: following 'true' branch...
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:643:25: branch_true: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:1177:29: call_function: inlined call to 'vstack_push' from 'lttng_bytecode_specialize'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:1181:25: call_function: inlined call to 'vstack_ax' from 'lttng_bytecode_specialize'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:641:39: branch_true: following 'true' branch...
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:643:25: branch_true: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:844:32: call_function: inlined call to 'vstack_ax' from 'lttng_bytecode_specialize'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:855:37: call_function: inlined call to 'vstack_bx' from 'lttng_bytecode_specialize'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:855:37: branch_true: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:855:37: danger: dereference of NULL '<unknown>'
Error: GCC_ANALYZER_WARNING (CWE-476): [#def159]
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:861:37: warning[-Wanalyzer-null-dereference]: dereference of NULL '0'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:629:5: enter_function: entry to 'lttng_bytecode_specialize'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:641:39: branch_true: following 'true' branch...
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:643:25: branch_true: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:1237:29: call_function: inlined call to 'vstack_push' from 'lttng_bytecode_specialize'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:1241:25: call_function: inlined call to 'vstack_ax' from 'lttng_bytecode_specialize'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:641:39: branch_true: following 'true' branch...
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:643:25: branch_true: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:844:32: call_function: inlined call to 'vstack_ax' from 'lttng_bytecode_specialize'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:861:37: call_function: inlined call to 'vstack_bx' from 'lttng_bytecode_specialize'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:861:37: branch_true: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:861:37: danger: dereference of NULL '<unknown>'
Error: GCC_ANALYZER_WARNING (CWE-476): [#def160]
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:870:37: warning[-Wanalyzer-null-dereference]: dereference of NULL '0'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:629:5: enter_function: entry to 'lttng_bytecode_specialize'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:641:39: branch_true: following 'true' branch...
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:643:25: branch_true: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:1249:29: call_function: inlined call to 'vstack_push' from 'lttng_bytecode_specialize'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:1253:25: call_function: inlined call to 'vstack_ax' from 'lttng_bytecode_specialize'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:641:39: branch_true: following 'true' branch...
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:643:25: branch_true: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:844:32: call_function: inlined call to 'vstack_ax' from 'lttng_bytecode_specialize'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:870:37: call_function: inlined call to 'vstack_bx' from 'lttng_bytecode_specialize'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:870:37: branch_true: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:870:37: danger: dereference of NULL '<unknown>'
Error: GCC_ANALYZER_WARNING (CWE-476): [#def161]
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:895:32: warning[-Wanalyzer-null-dereference]: dereference of NULL '0'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:629:5: enter_function: entry to 'lttng_bytecode_specialize'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:641:39: branch_true: following 'true' branch...
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:643:25: branch_true: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:895:32: call_function: inlined call to 'vstack_ax' from 'lttng_bytecode_specialize'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:895:32: branch_true: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:895:32: danger: dereference of NULL '<unknown>'
Error: GCC_ANALYZER_WARNING (CWE-476): [#def162]
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:906:37: warning[-Wanalyzer-null-dereference]: dereference of NULL '0'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:629:5: enter_function: entry to 'lttng_bytecode_specialize'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:641:39: branch_true: following 'true' branch...
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:643:25: branch_true: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:1177:29: call_function: inlined call to 'vstack_push' from 'lttng_bytecode_specialize'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:1181:25: call_function: inlined call to 'vstack_ax' from 'lttng_bytecode_specialize'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:641:39: branch_true: following 'true' branch...
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:643:25: branch_true: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:895:32: call_function: inlined call to 'vstack_ax' from 'lttng_bytecode_specialize'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:906:37: call_function: inlined call to 'vstack_bx' from 'lttng_bytecode_specialize'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:906:37: branch_true: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:906:37: danger: dereference of NULL '<unknown>'
Error: GCC_ANALYZER_WARNING (CWE-476): [#def163]
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:912:37: warning[-Wanalyzer-null-dereference]: dereference of NULL '0'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:629:5: enter_function: entry to 'lttng_bytecode_specialize'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:641:39: branch_true: following 'true' branch...
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:643:25: branch_true: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:1237:29: call_function: inlined call to 'vstack_push' from 'lttng_bytecode_specialize'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:1241:25: call_function: inlined call to 'vstack_ax' from 'lttng_bytecode_specialize'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:641:39: branch_true: following 'true' branch...
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:643:25: branch_true: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:895:32: call_function: inlined call to 'vstack_ax' from 'lttng_bytecode_specialize'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:912:37: call_function: inlined call to 'vstack_bx' from 'lttng_bytecode_specialize'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:912:37: branch_true: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:912:37: danger: dereference of NULL '<unknown>'
Error: GCC_ANALYZER_WARNING (CWE-476): [#def164]
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:921:37: warning[-Wanalyzer-null-dereference]: dereference of NULL '0'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:629:5: enter_function: entry to 'lttng_bytecode_specialize'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:641:39: branch_true: following 'true' branch...
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:643:25: branch_true: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:1249:29: call_function: inlined call to 'vstack_push' from 'lttng_bytecode_specialize'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:1253:25: call_function: inlined call to 'vstack_ax' from 'lttng_bytecode_specialize'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:641:39: branch_true: following 'true' branch...
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:643:25: branch_true: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:895:32: call_function: inlined call to 'vstack_ax' from 'lttng_bytecode_specialize'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:921:37: call_function: inlined call to 'vstack_bx' from 'lttng_bytecode_specialize'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:921:37: branch_true: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:921:37: danger: dereference of NULL '<unknown>'
Error: GCC_ANALYZER_WARNING (CWE-476): [#def165]
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:945:32: warning[-Wanalyzer-null-dereference]: dereference of NULL '0'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:629:5: enter_function: entry to 'lttng_bytecode_specialize'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:641:39: branch_true: following 'true' branch...
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:643:25: branch_true: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:945:32: call_function: inlined call to 'vstack_ax' from 'lttng_bytecode_specialize'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:945:32: branch_true: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:945:32: danger: dereference of NULL '<unknown>'
Error: GCC_ANALYZER_WARNING (CWE-476): [#def166]
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:956:37: warning[-Wanalyzer-null-dereference]: dereference of NULL '0'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:629:5: enter_function: entry to 'lttng_bytecode_specialize'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:641:39: branch_true: following 'true' branch...
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:643:25: branch_true: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:1177:29: call_function: inlined call to 'vstack_push' from 'lttng_bytecode_specialize'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:1181:25: call_function: inlined call to 'vstack_ax' from 'lttng_bytecode_specialize'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:641:39: branch_true: following 'true' branch...
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:643:25: branch_true: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:945:32: call_function: inlined call to 'vstack_ax' from 'lttng_bytecode_specialize'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:956:37: call_function: inlined call to 'vstack_bx' from 'lttng_bytecode_specialize'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:956:37: branch_true: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:956:37: danger: dereference of NULL '<unknown>'
Error: GCC_ANALYZER_WARNING (CWE-476): [#def167]
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:962:37: warning[-Wanalyzer-null-dereference]: dereference of NULL '0'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:629:5: enter_function: entry to 'lttng_bytecode_specialize'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:641:39: branch_true: following 'true' branch...
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:643:25: branch_true: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:1237:29: call_function: inlined call to 'vstack_push' from 'lttng_bytecode_specialize'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:1241:25: call_function: inlined call to 'vstack_ax' from 'lttng_bytecode_specialize'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:641:39: branch_true: following 'true' branch...
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:643:25: branch_true: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:945:32: call_function: inlined call to 'vstack_ax' from 'lttng_bytecode_specialize'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:962:37: call_function: inlined call to 'vstack_bx' from 'lttng_bytecode_specialize'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:962:37: branch_true: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:962:37: danger: dereference of NULL '<unknown>'
Error: GCC_ANALYZER_WARNING (CWE-476): [#def168]
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:971:37: warning[-Wanalyzer-null-dereference]: dereference of NULL '0'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:629:5: enter_function: entry to 'lttng_bytecode_specialize'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:641:39: branch_true: following 'true' branch...
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:643:25: branch_true: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:1249:29: call_function: inlined call to 'vstack_push' from 'lttng_bytecode_specialize'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:1253:25: call_function: inlined call to 'vstack_ax' from 'lttng_bytecode_specialize'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:641:39: branch_true: following 'true' branch...
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:643:25: branch_true: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:945:32: call_function: inlined call to 'vstack_ax' from 'lttng_bytecode_specialize'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:971:37: call_function: inlined call to 'vstack_bx' from 'lttng_bytecode_specialize'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:971:37: branch_true: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:971:37: danger: dereference of NULL '<unknown>'
Error: GCC_ANALYZER_WARNING (CWE-476): [#def169]
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:1025:25: warning[-Wanalyzer-null-dereference]: dereference of NULL '0'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:629:5: enter_function: entry to 'lttng_bytecode_specialize'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:641:39: branch_true: following 'true' branch...
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:643:25: branch_true: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:1165:29: call_function: inlined call to 'vstack_push' from 'lttng_bytecode_specialize'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:1169:25: call_function: inlined call to 'vstack_ax' from 'lttng_bytecode_specialize'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:641:39: branch_true: following 'true' branch...
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:643:25: branch_true: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:1021:29: call_function: inlined call to 'vstack_pop' from 'lttng_bytecode_specialize'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:1025:25: call_function: inlined call to 'vstack_ax' from 'lttng_bytecode_specialize'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:1025:25: branch_true: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:1025:25: danger: dereference of NULL '<unknown>'
Error: GCC_ANALYZER_WARNING (CWE-476): [#def170]
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:1041:25: warning[-Wanalyzer-null-dereference]: dereference of NULL '0'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:629:5: enter_function: entry to 'lttng_bytecode_specialize'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:641:39: branch_true: following 'true' branch...
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:643:25: branch_true: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:1165:29: call_function: inlined call to 'vstack_push' from 'lttng_bytecode_specialize'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:1169:25: call_function: inlined call to 'vstack_ax' from 'lttng_bytecode_specialize'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:641:39: branch_true: following 'true' branch...
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:643:25: branch_true: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:1037:29: call_function: inlined call to 'vstack_pop' from 'lttng_bytecode_specialize'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:1041:25: call_function: inlined call to 'vstack_ax' from 'lttng_bytecode_specialize'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:1041:25: branch_true: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:1041:25: danger: dereference of NULL '<unknown>'
Error: GCC_ANALYZER_WARNING (CWE-476): [#def171]
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:1051:32: warning[-Wanalyzer-null-dereference]: dereference of NULL '0'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:629:5: enter_function: entry to 'lttng_bytecode_specialize'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:641:39: branch_true: following 'true' branch...
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:643:25: branch_true: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:1051:32: call_function: inlined call to 'vstack_ax' from 'lttng_bytecode_specialize'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:1051:32: branch_true: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:1051:32: danger: dereference of NULL '<unknown>'
Error: GCC_ANALYZER_WARNING (CWE-476): [#def172]
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:1076:32: warning[-Wanalyzer-null-dereference]: dereference of NULL '0'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:629:5: enter_function: entry to 'lttng_bytecode_specialize'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:641:39: branch_true: following 'true' branch...
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:643:25: branch_true: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:1076:32: call_function: inlined call to 'vstack_ax' from 'lttng_bytecode_specialize'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:1076:32: branch_true: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:1076:32: danger: dereference of NULL '<unknown>'
Error: GCC_ANALYZER_WARNING (CWE-476): [#def173]
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:1101:32: warning[-Wanalyzer-null-dereference]: dereference of NULL '0'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:629:5: enter_function: entry to 'lttng_bytecode_specialize'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:641:39: branch_true: following 'true' branch...
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:643:25: branch_true: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:1101:32: call_function: inlined call to 'vstack_ax' from 'lttng_bytecode_specialize'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:1101:32: branch_true: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:1101:32: danger: dereference of NULL '<unknown>'
Error: GCC_ANALYZER_WARNING (CWE-476): [#def174]
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:1264:33: warning[-Wanalyzer-null-dereference]: dereference of NULL '0'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:629:5: enter_function: entry to 'lttng_bytecode_specialize'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:641:39: branch_true: following 'true' branch...
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:643:25: branch_true: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:1264:33: call_function: inlined call to 'vstack_ax' from 'lttng_bytecode_specialize'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:1264:33: branch_true: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:1264:33: danger: dereference of NULL '<unknown>'
Error: GCC_ANALYZER_WARNING (CWE-476): [#def175]
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:1293:25: warning[-Wanalyzer-null-dereference]: dereference of NULL '0'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:629:5: enter_function: entry to 'lttng_bytecode_specialize'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:641:39: branch_true: following 'true' branch...
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:643:25: branch_true: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:1293:25: call_function: inlined call to 'vstack_ax' from 'lttng_bytecode_specialize'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:1293:25: branch_true: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:1293:25: danger: dereference of NULL '<unknown>'
Error: GCC_ANALYZER_WARNING (CWE-476): [#def176]
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:1344:25: warning[-Wanalyzer-null-dereference]: dereference of NULL '0'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:629:5: enter_function: entry to 'lttng_bytecode_specialize'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:641:39: branch_true: following 'true' branch...
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:643:25: branch_true: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:1344:25: call_function: inlined call to 'vstack_ax' from 'lttng_bytecode_specialize'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:1344:25: branch_true: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:1344:25: danger: dereference of NULL '<unknown>'
Error: GCC_ANALYZER_WARNING (CWE-476): [#def177]
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:1360:25: warning[-Wanalyzer-null-dereference]: dereference of NULL '0'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:629:5: enter_function: entry to 'lttng_bytecode_specialize'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:641:39: branch_true: following 'true' branch...
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:643:25: branch_true: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:1360:25: call_function: inlined call to 'vstack_ax' from 'lttng_bytecode_specialize'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:1360:25: branch_true: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:1360:25: danger: dereference of NULL '<unknown>'
Error: GCC_ANALYZER_WARNING (CWE-476): [#def178]
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:1371:25: warning[-Wanalyzer-null-dereference]: dereference of NULL '0'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:629:5: enter_function: entry to 'lttng_bytecode_specialize'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:641:39: branch_true: following 'true' branch...
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:643:25: branch_true: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:1371:25: call_function: inlined call to 'vstack_ax' from 'lttng_bytecode_specialize'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:1371:25: branch_true: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:1371:25: danger: dereference of NULL '<unknown>'
Error: GCC_ANALYZER_WARNING (CWE-476): [#def179]
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:1380:25: warning[-Wanalyzer-null-dereference]: dereference of NULL '0'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:629:5: enter_function: entry to 'lttng_bytecode_specialize'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:641:39: branch_true: following 'true' branch...
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:643:25: branch_true: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:1380:25: call_function: inlined call to 'vstack_ax' from 'lttng_bytecode_specialize'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:1380:25: branch_true: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:1380:25: danger: dereference of NULL '<unknown>'
Error: GCC_ANALYZER_WARNING (CWE-476): [#def180]
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:1388:25: warning[-Wanalyzer-null-dereference]: dereference of NULL '0'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:629:5: enter_function: entry to 'lttng_bytecode_specialize'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:641:39: branch_true: following 'true' branch...
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:643:25: branch_true: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:1388:25: call_function: inlined call to 'vstack_ax' from 'lttng_bytecode_specialize'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:1388:25: branch_true: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-specialize.c:1388:25: danger: dereference of NULL '<unknown>'
Error: GCC_ANALYZER_WARNING (CWE-401): [#def181]
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:92:16: warning[-Wanalyzer-malloc-leak]: leak of 'calloc(352, 1)'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:77:5: enter_function: entry to 'merge_point_add_check'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:81:30: call_function: calling 'lttng_hash_mix' from 'merge_point_add_check'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:81:30: return_function: returning to 'merge_point_add_check' from 'lttng_hash_mix'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:88:16: call_function: inlined call to 'zmalloc' from 'merge_point_add_check'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:89:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:91:9: branch_false: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:93:15: throw: if 'lttng_ust_lfht_add_unique' throws an exception...
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:92:16: danger: 'calloc(352, 1)' leaks here; was allocated at [(16)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/15)
Error: GCC_ANALYZER_WARNING (CWE-476): [#def182]
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1485:25: warning[-Wanalyzer-null-dereference]: dereference of NULL '0'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1450:5: enter_function: entry to 'exec_insn'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1471:22: call_function: inlined call to 'vstack_ax' from 'exec_insn'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1476:25: call_function: inlined call to 'vstack_ax' from 'exec_insn'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1485:25: branch_true: following 'true' branch...
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1485:25: branch_true: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1485:25: call_function: inlined call to 'vstack_ax' from 'exec_insn'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1485:25: branch_true: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1485:25: danger: dereference of NULL '<unknown>'
Error: GCC_ANALYZER_WARNING (CWE-476): [#def183]
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1507:25: warning[-Wanalyzer-null-dereference]: dereference of NULL '0'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1450:5: enter_function: entry to 'exec_insn'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1496:22: call_function: inlined call to 'vstack_ax' from 'exec_insn'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1501:25: call_function: inlined call to 'vstack_ax' from 'exec_insn'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1501:17: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1505:17: branch_false: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1507:25: branch_true: following 'true' branch...
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1507:25: branch_true: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1507:25: call_function: inlined call to 'vstack_ax' from 'exec_insn'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1507:25: branch_true: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1507:25: danger: dereference of NULL '<unknown>'
Error: GCC_ANALYZER_WARNING (CWE-476): [#def184]
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1588:25: warning[-Wanalyzer-null-dereference]: dereference of NULL '0'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1450:5: enter_function: entry to 'exec_insn'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1570:21: call_function: inlined call to 'vstack_pop' from 'exec_insn'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1574:22: call_function: inlined call to 'vstack_ax' from 'exec_insn'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1579:25: call_function: inlined call to 'vstack_ax' from 'exec_insn'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1579:17: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1587:17: branch_false: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1588:25: branch_true: following 'true' branch...
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1588:25: branch_true: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1588:25: call_function: inlined call to 'vstack_ax' from 'exec_insn'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1588:25: branch_true: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1588:25: danger: dereference of NULL '<unknown>'
Error: GCC_ANALYZER_WARNING (CWE-476): [#def185]
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1624:25: warning[-Wanalyzer-null-dereference]: dereference of NULL '0'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1450:5: enter_function: entry to 'exec_insn'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1606:21: call_function: inlined call to 'vstack_pop' from 'exec_insn'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1610:22: call_function: inlined call to 'vstack_ax' from 'exec_insn'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1615:25: call_function: inlined call to 'vstack_ax' from 'exec_insn'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1615:17: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1623:17: branch_false: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1624:25: branch_true: following 'true' branch...
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1624:25: branch_true: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1624:25: call_function: inlined call to 'vstack_ax' from 'exec_insn'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1624:25: branch_true: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1624:25: danger: dereference of NULL '<unknown>'
Error: GCC_ANALYZER_WARNING (CWE-476): [#def186]
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1652:25: warning[-Wanalyzer-null-dereference]: dereference of NULL '0'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1450:5: enter_function: entry to 'exec_insn'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1640:22: call_function: inlined call to 'vstack_ax' from 'exec_insn'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1645:25: call_function: inlined call to 'vstack_ax' from 'exec_insn'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1652:25: branch_true: following 'true' branch...
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1652:25: branch_true: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1652:25: call_function: inlined call to 'vstack_ax' from 'exec_insn'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1652:25: branch_true: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1652:25: danger: dereference of NULL '<unknown>'
Error: GCC_ANALYZER_WARNING (CWE-476): [#def187]
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1677:25: warning[-Wanalyzer-null-dereference]: dereference of NULL '0'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1450:5: enter_function: entry to 'exec_insn'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1667:22: call_function: inlined call to 'vstack_ax' from 'exec_insn'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1672:25: call_function: inlined call to 'vstack_ax' from 'exec_insn'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1672:17: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1676:17: branch_false: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1677:25: branch_true: following 'true' branch...
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1677:25: branch_true: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1677:25: call_function: inlined call to 'vstack_ax' from 'exec_insn'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1677:25: branch_true: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1677:25: danger: dereference of NULL '<unknown>'
Error: GCC_ANALYZER_WARNING (CWE-476): [#def188]
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1702:25: warning[-Wanalyzer-null-dereference]: dereference of NULL '0'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1450:5: enter_function: entry to 'exec_insn'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1690:22: call_function: inlined call to 'vstack_ax' from 'exec_insn'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1695:25: call_function: inlined call to 'vstack_ax' from 'exec_insn'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1702:25: branch_true: following 'true' branch...
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1702:25: branch_true: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1702:25: call_function: inlined call to 'vstack_ax' from 'exec_insn'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1702:25: branch_true: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1702:25: danger: dereference of NULL '<unknown>'
Error: GCC_ANALYZER_WARNING (CWE-476): [#def189]
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1727:25: warning[-Wanalyzer-null-dereference]: dereference of NULL '0'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1450:5: enter_function: entry to 'exec_insn'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1715:22: call_function: inlined call to 'vstack_ax' from 'exec_insn'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1720:25: call_function: inlined call to 'vstack_ax' from 'exec_insn'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1727:25: branch_true: following 'true' branch...
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1727:25: branch_true: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1727:25: call_function: inlined call to 'vstack_ax' from 'exec_insn'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1727:25: branch_true: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1727:25: danger: dereference of NULL '<unknown>'
Error: GCC_ANALYZER_WARNING (CWE-476): [#def190]
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1750:25: warning[-Wanalyzer-null-dereference]: dereference of NULL '0'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1450:5: enter_function: entry to 'exec_insn'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1741:22: call_function: inlined call to 'vstack_ax' from 'exec_insn'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1746:25: call_function: inlined call to 'vstack_ax' from 'exec_insn'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1746:17: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1749:17: branch_false: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1750:25: branch_true: following 'true' branch...
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1750:25: branch_true: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1750:25: call_function: inlined call to 'vstack_ax' from 'exec_insn'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1750:25: branch_true: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1750:25: danger: dereference of NULL '<unknown>'
Error: GCC_ANALYZER_WARNING (CWE-476): [#def191]
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1774:25: warning[-Wanalyzer-null-dereference]: dereference of NULL '0'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1450:5: enter_function: entry to 'exec_insn'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1765:22: call_function: inlined call to 'vstack_ax' from 'exec_insn'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1770:25: call_function: inlined call to 'vstack_ax' from 'exec_insn'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1770:17: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1773:17: branch_false: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1774:25: branch_true: following 'true' branch...
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1774:25: branch_true: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1774:25: call_function: inlined call to 'vstack_ax' from 'exec_insn'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1774:25: branch_true: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1774:25: danger: dereference of NULL '<unknown>'
Error: GCC_ANALYZER_WARNING (CWE-476): [#def192]
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1811:25: warning[-Wanalyzer-null-dereference]: dereference of NULL '0'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1450:5: enter_function: entry to 'exec_insn'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1793:29: call_function: calling 'merge_point_add_check' from 'exec_insn'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1793:29: return_function: returning to 'exec_insn' from 'merge_point_add_check'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1795:20: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1800:22: call_function: inlined call to 'vstack_ax' from 'exec_insn'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1806:25: call_function: inlined call to 'vstack_ax' from 'exec_insn'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1806:17: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1810:17: branch_false: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1811:25: call_function: calling 'lttng_ust_logging_debug_enabled' from 'exec_insn'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1811:25: return_function: returning to 'exec_insn' from 'lttng_ust_logging_debug_enabled'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1811:25: branch_true: following 'true' branch...
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1811:25: branch_true: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1811:25: call_function: inlined call to 'vstack_ax' from 'exec_insn'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1811:25: branch_true: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1811:25: danger: dereference of NULL '<unknown>'
Error: GCC_ANALYZER_WARNING (CWE-476): [#def193]
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1841:17: warning[-Wanalyzer-null-dereference]: dereference of NULL '0'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1450:5: enter_function: entry to 'exec_insn'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1837:21: call_function: inlined call to 'vstack_push' from 'exec_insn'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1841:17: call_function: inlined call to 'vstack_ax' from 'exec_insn'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1841:17: branch_true: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1841:17: danger: dereference of NULL '<unknown>'
Error: GCC_ANALYZER_WARNING (CWE-476): [#def194]
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1853:17: warning[-Wanalyzer-null-dereference]: dereference of NULL '0'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1450:5: enter_function: entry to 'exec_insn'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1849:21: call_function: inlined call to 'vstack_push' from 'exec_insn'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1853:17: call_function: inlined call to 'vstack_ax' from 'exec_insn'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1853:17: branch_true: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1853:17: danger: dereference of NULL '<unknown>'
Error: GCC_ANALYZER_WARNING (CWE-476): [#def195]
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1864:17: warning[-Wanalyzer-null-dereference]: dereference of NULL '0'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1450:5: enter_function: entry to 'exec_insn'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1860:21: call_function: inlined call to 'vstack_push' from 'exec_insn'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1864:17: call_function: inlined call to 'vstack_ax' from 'exec_insn'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1864:17: branch_true: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1864:17: danger: dereference of NULL '<unknown>'
Error: GCC_ANALYZER_WARNING (CWE-476): [#def196]
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1875:17: warning[-Wanalyzer-null-dereference]: dereference of NULL '0'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1450:5: enter_function: entry to 'exec_insn'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1871:21: call_function: inlined call to 'vstack_push' from 'exec_insn'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1875:17: call_function: inlined call to 'vstack_ax' from 'exec_insn'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1875:17: branch_true: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1875:17: danger: dereference of NULL '<unknown>'
Error: GCC_ANALYZER_WARNING (CWE-476): [#def197]
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1889:17: warning[-Wanalyzer-null-dereference]: dereference of NULL '0'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1450:5: enter_function: entry to 'exec_insn'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1885:21: call_function: inlined call to 'vstack_push' from 'exec_insn'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1889:17: call_function: inlined call to 'vstack_ax' from 'exec_insn'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1889:17: branch_true: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1889:17: danger: dereference of NULL '<unknown>'
Error: GCC_ANALYZER_WARNING (CWE-476): [#def198]
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1902:17: warning[-Wanalyzer-null-dereference]: dereference of NULL '0'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1450:5: enter_function: entry to 'exec_insn'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1898:21: call_function: inlined call to 'vstack_push' from 'exec_insn'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1902:17: call_function: inlined call to 'vstack_ax' from 'exec_insn'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1902:17: branch_true: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1902:17: danger: dereference of NULL '<unknown>'
Error: GCC_ANALYZER_WARNING (CWE-476): [#def199]
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1913:17: warning[-Wanalyzer-null-dereference]: dereference of NULL '0'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1450:5: enter_function: entry to 'exec_insn'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1909:21: call_function: inlined call to 'vstack_push' from 'exec_insn'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1913:17: call_function: inlined call to 'vstack_ax' from 'exec_insn'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1913:17: branch_true: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1913:17: danger: dereference of NULL '<unknown>'
Error: GCC_ANALYZER_WARNING (CWE-476): [#def200]
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1925:17: warning[-Wanalyzer-null-dereference]: dereference of NULL '0'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1450:5: enter_function: entry to 'exec_insn'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1921:21: call_function: inlined call to 'vstack_push' from 'exec_insn'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1925:17: call_function: inlined call to 'vstack_ax' from 'exec_insn'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1925:17: branch_true: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1925:17: danger: dereference of NULL '<unknown>'
Error: GCC_ANALYZER_WARNING (CWE-476): [#def201]
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1947:25: warning[-Wanalyzer-null-dereference]: dereference of NULL '0'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1450:5: enter_function: entry to 'exec_insn'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1935:22: call_function: inlined call to 'vstack_ax' from 'exec_insn'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1940:25: call_function: inlined call to 'vstack_ax' from 'exec_insn'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1947:25: branch_true: following 'true' branch...
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1947:25: branch_true: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1947:25: call_function: inlined call to 'vstack_ax' from 'exec_insn'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1947:25: branch_true: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1947:25: danger: dereference of NULL '<unknown>'
Error: GCC_ANALYZER_WARNING (CWE-476): [#def202]
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1973:17: warning[-Wanalyzer-null-dereference]: dereference of NULL '0'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1450:5: enter_function: entry to 'exec_insn'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1969:21: call_function: inlined call to 'vstack_push' from 'exec_insn'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1973:17: call_function: inlined call to 'vstack_ax' from 'exec_insn'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1973:17: branch_true: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode-validator.c:1973:17: danger: dereference of NULL '<unknown>'
Error: GCC_ANALYZER_WARNING (CWE-401): [#def203]
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode.c:455:27: warning[-Wanalyzer-malloc-leak]: leak of 'calloc(runtime_alloc_len, 1)'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode.c:430:5: enter_function: entry to 'link_bytecode'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode.c:440:12: branch_false: following 'false' branch (when 'bytecode' is non-NULL)...
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode.c:443:13: call_function: inlined call to 'bytecode_is_linked' from 'link_bytecode'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode.c:443:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode.c:449:48: branch_false: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode.c:450:19: call_function: inlined call to 'zmalloc' from 'link_bytecode'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode.c:451:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode.c:455:27: branch_false: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode.c:462:15: throw: if 'lttng_bytecode_validate_load' throws an exception...
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-bytecode.c:455:27: danger: 'calloc(runtime_alloc_len, 1)' leaks here; was allocated at [(9)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/8)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def204]
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-events.c:458:15: warning[-Wanalyzer-malloc-leak]: leak of 'calloc(56, 1)'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-events.c:2252:6: enter_function: entry to 'lttng_session_lazy_sync_event_enablers'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-events.c:2257:9: call_function: inlined call to 'lttng_session_sync_event_enablers' from 'lttng_session_lazy_sync_event_enablers'
Error: GCC_ANALYZER_WARNING (CWE-476): [#def205]
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-events.c:505:17: warning[-Wanalyzer-null-dereference]: dereference of NULL '0'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-events.c:2252:6: enter_function: entry to 'lttng_session_lazy_sync_event_enablers'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-events.c:2257:9: call_function: inlined call to 'lttng_session_sync_event_enablers' from 'lttng_session_lazy_sync_event_enablers'
Error: GCC_ANALYZER_WARNING (CWE-401): [#def206]
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-ust-comm.c:1006:15: warning[-Wanalyzer-malloc-leak]: leak of 'bytecode'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-ust-comm.c:950:5: enter_function: entry to 'handle_bytecode_recv'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-ust-comm.c:980:12: branch_false: following 'false' branch (when 'data_size <= 65536')...
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-ust-comm.c:987:12: branch_false: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-ust-comm.c:987:12: branch_false: following 'false' branch (when 'data_size >= reloc_offset')...
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-ust-comm.c:995:20: branch_false: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-ust-comm.c:995:20: call_function: inlined call to 'zmalloc' from 'handle_bytecode_recv'
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-ust-comm.c:996:12: branch_false: following 'false' branch...
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-ust-comm.c:1001:9: branch_false: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-ust-comm.c:1006:15: throw: if 'ustcomm_recv_unix_sock' throws an exception...
lttng-ust-2.14.0/src/lib/lttng-ust/lttng-ust-comm.c:1006:15: danger: 'bytecode' leaks here; was allocated at [(8)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/7)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def207]
lttng-ust-2.14.0/src/lib/lttng-ust/rculfhash-internal.h:165:17: warning[-Wanalyzer-malloc-leak]: leak of 'ht'
lttng-ust-2.14.0/src/lib/lttng-ust/rculfhash-internal.h:158:14: acquire_memory: allocated here
lttng-ust-2.14.0/src/lib/lttng-ust/rculfhash-internal.h:159:9: branch_true: following 'true' branch (when 'ht' is non-NULL)...
lttng-ust-2.14.0/src/lib/lttng-ust/rculfhash-internal.h:161:9: branch_true: ...to here
lttng-ust-2.14.0/src/lib/lttng-ust/rculfhash-internal.h:165:17: throw: if 'lttng_ust_lfht_get_count_order_ulong' throws an exception...
lttng-ust-2.14.0/src/lib/lttng-ust/rculfhash-internal.h:165:17: danger: 'ht' leaks here; was allocated at [(1)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/0)
Scan Properties
| analyzer-version-clippy | 1.92.0 |
| analyzer-version-cppcheck | 2.19.1 |
| analyzer-version-gcc | 16.0.0 |
| analyzer-version-gcc-analyzer | 16.0.0 |
| analyzer-version-shellcheck | 0.11.0 |
| analyzer-version-unicontrol | 0.0.2 |
| enabled-plugins | clippy, cppcheck, gcc, shellcheck, unicontrol |
| exit-code | 0 |
| host | ip-172-16-1-140.us-west-2.compute.internal |
| known-false-positives | /usr/share/csmock/known-false-positives.js |
| known-false-positives-rpm | known-false-positives-0.0.0.20250521.132812.g8eff701.main-1.el9.noarch |
| mock-config | fedora-rawhide-x86_64 |
| project-name | lttng-ust-2.14.0-4.fc44 |
| store-results-to | /tmp/tmpf4i1sn02/lttng-ust-2.14.0-4.fc44.tar.xz |
| time-created | 2026-01-08 19:34:19 |
| time-finished | 2026-01-08 19:36:59 |
| tool | csmock |
| tool-args | '/usr/bin/csmock' '-r' 'fedora-rawhide-x86_64' '-t' 'gcc,cppcheck,clippy,shellcheck,unicontrol' '-o' '/tmp/tmpf4i1sn02/lttng-ust-2.14.0-4.fc44.tar.xz' '--gcc-analyze' '--unicontrol-notests' '--unicontrol-bidi-only' '--install' 'pam' '--gcc-analyzer-bin=/usr/bin/gcc' '/tmp/tmpf4i1sn02/lttng-ust-2.14.0-4.fc44.src.rpm' |
| tool-version | csmock-3.8.3.20251215.161544.g62de9a5-1.el9 |