harfbuzz-11.1.0-1.fc43
List of Findings
Error: GCC_ANALYZER_WARNING (CWE-476): [#def1]
harfbuzz-11.1.0/redhat-linux-build/../test/api/test-blob.c:171:7: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘data’
harfbuzz-11.1.0/redhat-linux-build/../test/api/test-blob.c:170:14: acquire_memory: this call could return NULL
harfbuzz-11.1.0/redhat-linux-build/../test/api/test-blob.c:171:7: danger: ‘data’ could be NULL: unchecked value from [(3)](sarif:/runs/0/results/2/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-476): [#def2]
harfbuzz-11.1.0/redhat-linux-build/../test/api/test-map.c:73:3: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘data’
harfbuzz-11.1.0/redhat-linux-build/../test/api/test-map.c:71:23: acquire_memory: this call could return NULL
harfbuzz-11.1.0/redhat-linux-build/../test/api/test-map.c:73:3: danger: ‘data’ could be NULL: unchecked value from [(1)](sarif:/runs/0/results/8/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-476): [#def3]
harfbuzz-11.1.0/redhat-linux-build/../test/api/test-map.c:78:3: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘data2’
harfbuzz-11.1.0/redhat-linux-build/../test/api/test-map.c:75:3: branch_true: following ‘true’ branch...
harfbuzz-11.1.0/redhat-linux-build/../test/api/test-map.c:77:19: branch_true: ...to here
harfbuzz-11.1.0/redhat-linux-build/../test/api/test-map.c:77:19: acquire_memory: this call could return NULL
harfbuzz-11.1.0/redhat-linux-build/../test/api/test-map.c:78:3: danger: ‘data2’ could be NULL: unchecked value from [(3)](sarif:/runs/0/results/9/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-476): [#def4]
harfbuzz-11.1.0/redhat-linux-build/../test/api/test-multithread.c:109:5: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘buffers’
harfbuzz-11.1.0/redhat-linux-build/../test/api/test-multithread.c:102:27: acquire_memory: this call could return NULL
harfbuzz-11.1.0/redhat-linux-build/../test/api/test-multithread.c:106:15: branch_true: following ‘true’ branch...
harfbuzz-11.1.0/redhat-linux-build/../test/api/test-multithread.c:108:27: branch_true: ...to here
harfbuzz-11.1.0/redhat-linux-build/../test/api/test-multithread.c:109:5: danger: ‘buffers + (long unsigned int)i * 8’ could be NULL: unchecked value from [(1)](sarif:/runs/0/results/2/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-688): [#def5]
harfbuzz-11.1.0/redhat-linux-build/../test/api/test-multithread.c:110:5: warning[-Wanalyzer-possible-null-argument]: use of possibly-NULL ‘threads’ where non-null expected
harfbuzz-11.1.0/redhat-linux-build/../test/api/test-multithread.c:101:24: acquire_memory: this call could return NULL
harfbuzz-11.1.0/redhat-linux-build/../test/api/test-multithread.c:106:15: branch_true: following ‘true’ branch...
harfbuzz-11.1.0/redhat-linux-build/../test/api/test-multithread.c:108:27: branch_true: ...to here
harfbuzz-11.1.0/redhat-linux-build/../test/api/test-multithread.c:110:5: danger: argument 1 (‘threads + (long unsigned int)i * 8’) from [(1)](sarif:/runs/0/results/3/codeFlows/0/threadFlows/0/locations/0) could be NULL where non-null expected
Error: GCC_ANALYZER_WARNING (CWE-685): [#def6]
harfbuzz-11.1.0/redhat-linux-build/../test/api/test-ot-tag.c:526:29: warning[-Wanalyzer-va-list-exhausted]: ‘expected_tags’ has no more arguments (0 consumed)
harfbuzz-11.1.0/redhat-linux-build/../test/api/test-ot-tag.c:537:1: enter_function: entry to ‘test_ot_tag_full’
harfbuzz-11.1.0/redhat-linux-build/../test/api/test-ot-tag.c:539:3: call_function: calling ‘test_tags’ from ‘test_ot_tag_full’ with 1 variadic argument
harfbuzz-11.1.0/redhat-linux-build/../test/api/test-ot-tag.c:539:3: return_function: returning to ‘test_ot_tag_full’ from ‘test_tags’
harfbuzz-11.1.0/redhat-linux-build/../test/api/test-ot-tag.c:540:3: call_function: calling ‘test_tags’ from ‘test_ot_tag_full’ with 2 variadic arguments
harfbuzz-11.1.0/redhat-linux-build/../test/api/test-ot-tag.c:540:3: return_function: returning to ‘test_ot_tag_full’ from ‘test_tags’
harfbuzz-11.1.0/redhat-linux-build/../test/api/test-ot-tag.c:541:3: call_function: calling ‘test_tags’ from ‘test_ot_tag_full’ with 2 variadic arguments
harfbuzz-11.1.0/redhat-linux-build/../test/api/test-ot-tag.c:541:3: return_function: returning to ‘test_ot_tag_full’ from ‘test_tags’
harfbuzz-11.1.0/redhat-linux-build/../test/api/test-ot-tag.c:542:3: call_function: calling ‘test_tags’ from ‘test_ot_tag_full’ with 0 variadic arguments
Error: GCC_ANALYZER_WARNING (CWE-415): [#def7]
harfbuzz-11.1.0/redhat-linux-build/../test/api/test-ot-tag.c:532:3: warning[-Wanalyzer-double-free]: double-‘free’ of ‘language_tags’
harfbuzz-11.1.0/redhat-linux-build/../test/api/test-ot-tag.c:512:29: acquire_memory: allocated here
harfbuzz-11.1.0/redhat-linux-build/../test/api/test-ot-tag.c:514:3: branch_false: following ‘false’ branch (when ‘script_tags’ is NULL)...
harfbuzz-11.1.0/redhat-linux-build/../test/api/test-ot-tag.c:514:3: branch_false: ...to here
harfbuzz-11.1.0/redhat-linux-build/../test/api/test-ot-tag.c:515:3: release_memory: first ‘free’ here
harfbuzz-11.1.0/redhat-linux-build/../test/api/test-ot-tag.c:515:3: branch_false: following ‘false’ branch (when ‘language_tags’ is NULL)...
harfbuzz-11.1.0/redhat-linux-build/../test/api/test-ot-tag.c:515:3: branch_false: ...to here
harfbuzz-11.1.0/redhat-linux-build/../test/api/test-ot-tag.c:521:3: branch_true: following ‘true’ branch (when ‘__n1 == __n2’)...
harfbuzz-11.1.0/redhat-linux-build/../test/api/test-ot-tag.c:522:3: branch_true: ...to here
harfbuzz-11.1.0/redhat-linux-build/../test/api/test-ot-tag.c:522:3: branch_true: following ‘true’ branch (when ‘__n1 == __n2’)...
branch_true: ...to here
harfbuzz-11.1.0/redhat-linux-build/../test/api/test-ot-tag.c:524:15: branch_false: following ‘false’ branch...
harfbuzz-11.1.0/redhat-linux-build/../test/api/test-ot-tag.c:531:3: branch_false: ...to here
harfbuzz-11.1.0/redhat-linux-build/../test/api/test-ot-tag.c:531:3: release_memory: first ‘free’ here
harfbuzz-11.1.0/redhat-linux-build/../test/api/test-ot-tag.c:532:3: danger: second ‘free’ here; first ‘free’ was at [(13)](sarif:/runs/0/results/15/codeFlows/0/threadFlows/0/locations/12)
Error: GCC_ANALYZER_WARNING (CWE-476): [#def8]
harfbuzz-11.1.0/redhat-linux-build/../test/api/test-subset-repacker.c:38:3: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘hb_objs’
harfbuzz-11.1.0/redhat-linux-build/../test/api/test-subset-repacker.c:36:43: acquire_memory: this call could return NULL
harfbuzz-11.1.0/redhat-linux-build/../test/api/test-subset-repacker.c:38:3: danger: ‘hb_objs’ could be NULL: unchecked value from [(1)](sarif:/runs/0/results/2/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-476): [#def9]
harfbuzz-11.1.0/redhat-linux-build/../test/api/test-subset-repacker.c:50:3: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘malloc(12)’
harfbuzz-11.1.0/redhat-linux-build/../test/api/test-subset-repacker.c:49:27: acquire_memory: this call could return NULL
harfbuzz-11.1.0/redhat-linux-build/../test/api/test-subset-repacker.c:50:3: danger: ‘malloc(12)’ could be NULL: unchecked value from [(1)](sarif:/runs/0/results/3/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-476): [#def10]
harfbuzz-11.1.0/redhat-linux-build/../test/api/test-subset-repacker.c:61:3: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘malloc(12)’
harfbuzz-11.1.0/redhat-linux-build/../test/api/test-subset-repacker.c:60:27: acquire_memory: this call could return NULL
harfbuzz-11.1.0/redhat-linux-build/../test/api/test-subset-repacker.c:61:3: danger: ‘malloc(12)’ could be NULL: unchecked value from [(1)](sarif:/runs/0/results/4/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-476): [#def11]
harfbuzz-11.1.0/redhat-linux-build/../test/api/test-subset-repacker.c:78:3: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘malloc(12)’
harfbuzz-11.1.0/redhat-linux-build/../test/api/test-subset-repacker.c:77:27: acquire_memory: this call could return NULL
harfbuzz-11.1.0/redhat-linux-build/../test/api/test-subset-repacker.c:78:3: danger: ‘malloc(12)’ could be NULL: unchecked value from [(1)](sarif:/runs/0/results/5/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-476): [#def12]
harfbuzz-11.1.0/redhat-linux-build/../test/api/test-subset-repacker.c:95:3: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘calloc(2, 12)’
harfbuzz-11.1.0/redhat-linux-build/../test/api/test-subset-repacker.c:94:27: acquire_memory: this call could return NULL
harfbuzz-11.1.0/redhat-linux-build/../test/api/test-subset-repacker.c:95:3: danger: ‘calloc(2, 12)’ could be NULL: unchecked value from [(1)](sarif:/runs/0/results/6/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-476): [#def13]
harfbuzz-11.1.0/redhat-linux-build/../test/api/test-subset-repacker.c:108:3: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘malloc(12)’
harfbuzz-11.1.0/redhat-linux-build/../test/api/test-subset-repacker.c:107:27: acquire_memory: this call could return NULL
harfbuzz-11.1.0/redhat-linux-build/../test/api/test-subset-repacker.c:108:3: danger: ‘malloc(12)’ could be NULL: unchecked value from [(1)](sarif:/runs/0/results/7/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-476): [#def14]
harfbuzz-11.1.0/redhat-linux-build/../test/api/test-subset-repacker.c:118:3: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘calloc(2, 12)’
harfbuzz-11.1.0/redhat-linux-build/../test/api/test-subset-repacker.c:117:27: acquire_memory: this call could return NULL
harfbuzz-11.1.0/redhat-linux-build/../test/api/test-subset-repacker.c:118:3: danger: ‘calloc(2, 12)’ could be NULL: unchecked value from [(1)](sarif:/runs/0/results/8/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-476): [#def15]
harfbuzz-11.1.0/redhat-linux-build/../test/api/test-subset-repacker.c:138:3: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘malloc(12)’
harfbuzz-11.1.0/redhat-linux-build/../test/api/test-subset-repacker.c:137:28: acquire_memory: this call could return NULL
harfbuzz-11.1.0/redhat-linux-build/../test/api/test-subset-repacker.c:138:3: danger: ‘malloc(12)’ could be NULL: unchecked value from [(1)](sarif:/runs/0/results/9/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-476): [#def16]
harfbuzz-11.1.0/redhat-linux-build/../test/api/test-subset-repacker.c:155:3: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘malloc(12)’
harfbuzz-11.1.0/redhat-linux-build/../test/api/test-subset-repacker.c:154:28: acquire_memory: this call could return NULL
harfbuzz-11.1.0/redhat-linux-build/../test/api/test-subset-repacker.c:155:3: danger: ‘malloc(12)’ could be NULL: unchecked value from [(1)](sarif:/runs/0/results/10/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-476): [#def17]
harfbuzz-11.1.0/redhat-linux-build/../test/api/test-subset-repacker.c:165:3: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘malloc(12)’
harfbuzz-11.1.0/redhat-linux-build/../test/api/test-subset-repacker.c:164:28: acquire_memory: this call could return NULL
harfbuzz-11.1.0/redhat-linux-build/../test/api/test-subset-repacker.c:165:3: danger: ‘malloc(12)’ could be NULL: unchecked value from [(1)](sarif:/runs/0/results/11/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-476): [#def18]
harfbuzz-11.1.0/redhat-linux-build/../test/api/test-subset-repacker.c:175:3: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘calloc(3, 12)’
harfbuzz-11.1.0/redhat-linux-build/../test/api/test-subset-repacker.c:174:28: acquire_memory: this call could return NULL
harfbuzz-11.1.0/redhat-linux-build/../test/api/test-subset-repacker.c:175:3: danger: ‘calloc(3, 12)’ could be NULL: unchecked value from [(1)](sarif:/runs/0/results/12/codeFlows/0/threadFlows/0/locations/0)
Error: CPPCHECK_WARNING (CWE-457): [#def19]
harfbuzz-11.1.0/src/hb-algs.hh:322: error[legacyUninitvar]: Uninitialized variable: pos++->v
Error: CPPCHECK_WARNING (CWE-457): [#def20]
harfbuzz-11.1.0/src/hb-algs.hh:977: warning[uninitvar]: Uninitialized variable: dst
Error: CPPCHECK_WARNING (CWE-457): [#def21]
harfbuzz-11.1.0/src/hb-bit-page.hh:62: warning[uninitvar]: Uninitialized variable: r
Error: CPPCHECK_WARNING (CWE-457): [#def22]
harfbuzz-11.1.0/src/hb-bit-page.hh:70: warning[uninitvar]: Uninitialized variable: r
Error: CPPCHECK_WARNING (CWE-758): [#def23]
harfbuzz-11.1.0/src/hb-iter.hh:776: error[missingReturn]: Found an exit path from function with non-void return type that has missing return statement
Error: CPPCHECK_WARNING (CWE-686): [#def24]
harfbuzz-11.1.0/src/hb-map.hh:67: error[memsetClass]: Using 'memcpy' on struct that contains a 'std::string'.
Error: CPPCHECK_WARNING (CWE-476): [#def25]
harfbuzz-11.1.0/src/test-ot-meta.cc:56: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: tags
Error: CPPCHECK_WARNING (CWE-476): [#def26]
harfbuzz-11.1.0/src/test-ot-meta.cc:58: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: tags
Error: CPPCHECK_WARNING (CWE-476): [#def27]
harfbuzz-11.1.0/test/api/test-map.c:73: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: data
Error: CPPCHECK_WARNING (CWE-476): [#def28]
harfbuzz-11.1.0/test/api/test-map.c:78: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: data2
Error: CPPCHECK_WARNING (CWE-476): [#def29]
harfbuzz-11.1.0/test/api/test-multithread.c:109: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: buffers
Error: CPPCHECK_WARNING (CWE-476): [#def30]
harfbuzz-11.1.0/test/api/test-multithread.c:118: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: threads
Error: CPPCHECK_WARNING (CWE-476): [#def31]
harfbuzz-11.1.0/test/api/test-multithread.c:119: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: buffers
Error: CPPCHECK_WARNING (CWE-476): [#def32]
harfbuzz-11.1.0/test/api/test-ot-color.c:221: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: _colors
Error: CPPCHECK_WARNING (CWE-476): [#def33]
harfbuzz-11.1.0/test/api/test-paint.c:567: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: stops
Error: CPPCHECK_WARNING (CWE-476): [#def34]
harfbuzz-11.1.0/test/api/test-paint.c:567: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: stops2
Error: COMPILER_WARNING (CWE-681): [#def35]
harfbuzz-11.1.0/test/api/test-shape-plan.c: scope_hint: In function ‘test_ot_shape_plan_get_feature_tags_rtl’
harfbuzz-11.1.0/test/api/test-shape-plan.c:44:31: warning[-Wpointer-sign]: pointer targets in passing argument 2 of ‘hb_buffer_add_utf8’ differ in signedness
harfbuzz-11.1.0/src/hb.h:32: included_from: Included from here.
harfbuzz-11.1.0/src/hb-ot.h:31: included_from: Included from here.
harfbuzz-11.1.0/test/api/test-shape-plan.c:26: included_from: Included from here.
harfbuzz-11.1.0/src/hb-buffer.h:598:35: note: expected ‘const char *’ but argument is of type ‘unsigned char *’
Error: COMPILER_WARNING (CWE-681): [#def36]
harfbuzz-11.1.0/test/api/test-shape-plan.c: scope_hint: In function ‘test_ot_shape_plan_get_feature_tags_ltr’
harfbuzz-11.1.0/test/api/test-shape-plan.c:93:31: warning[-Wpointer-sign]: pointer targets in passing argument 2 of ‘hb_buffer_add_utf8’ differ in signedness
harfbuzz-11.1.0/src/hb-buffer.h:598:35: note: expected ‘const char *’ but argument is of type ‘unsigned char *’
Error: COMPILER_WARNING (CWE-681): [#def37]
harfbuzz-11.1.0/test/api/test-shape-plan.c: scope_hint: In function ‘test_ot_shape_plan_get_feature_tags_ttb’
harfbuzz-11.1.0/test/api/test-shape-plan.c:135:31: warning[-Wpointer-sign]: pointer targets in passing argument 2 of ‘hb_buffer_add_utf8’ differ in signedness
harfbuzz-11.1.0/src/hb-buffer.h:598:35: note: expected ‘const char *’ but argument is of type ‘unsigned char *’
Error: COMPILER_WARNING (CWE-681): [#def38]
harfbuzz-11.1.0/test/api/test-shape-plan.c: scope_hint: In function ‘test_ot_shape_plan_get_feature_tags_userfeatures_enable’
harfbuzz-11.1.0/test/api/test-shape-plan.c:171:31: warning[-Wpointer-sign]: pointer targets in passing argument 2 of ‘hb_buffer_add_utf8’ differ in signedness
harfbuzz-11.1.0/src/hb-buffer.h:598:35: note: expected ‘const char *’ but argument is of type ‘unsigned char *’
Error: COMPILER_WARNING (CWE-681): [#def39]
harfbuzz-11.1.0/test/api/test-shape-plan.c: scope_hint: In function ‘test_ot_shape_plan_get_feature_tags_userfeatures_disable’
harfbuzz-11.1.0/test/api/test-shape-plan.c:212:31: warning[-Wpointer-sign]: pointer targets in passing argument 2 of ‘hb_buffer_add_utf8’ differ in signedness
harfbuzz-11.1.0/src/hb-buffer.h:598:35: note: expected ‘const char *’ but argument is of type ‘unsigned char *’
Error: COMPILER_WARNING (CWE-681): [#def40]
harfbuzz-11.1.0/test/api/test-shape-plan.c: scope_hint: In function ‘test_ot_shape_plan_get_feature_tags_userfeatures_disablepartial’
harfbuzz-11.1.0/test/api/test-shape-plan.c:253:31: warning[-Wpointer-sign]: pointer targets in passing argument 2 of ‘hb_buffer_add_utf8’ differ in signedness
harfbuzz-11.1.0/src/hb-buffer.h:598:35: note: expected ‘const char *’ but argument is of type ‘unsigned char *’
Error: COMPILER_WARNING (CWE-681): [#def41]
harfbuzz-11.1.0/test/api/test-shape-plan.c: scope_hint: In function ‘test_ot_shape_plan_get_feature_tags_userfeatures_disablenondeafult’
harfbuzz-11.1.0/test/api/test-shape-plan.c:294:31: warning[-Wpointer-sign]: pointer targets in passing argument 2 of ‘hb_buffer_add_utf8’ differ in signedness
harfbuzz-11.1.0/src/hb-buffer.h:598:35: note: expected ‘const char *’ but argument is of type ‘unsigned char *’
Error: CPPCHECK_WARNING (CWE-476): [#def42]
harfbuzz-11.1.0/test/api/test-subset-repacker.c:38: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: hb_objs
Error: CPPCHECK_WARNING (CWE-476): [#def43]
harfbuzz-11.1.0/test/api/test-subset-repacker.c:39: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: hb_objs
Error: CPPCHECK_WARNING (CWE-476): [#def44]
harfbuzz-11.1.0/test/api/test-subset-repacker.c:40: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: hb_objs
Error: CPPCHECK_WARNING (CWE-476): [#def45]
harfbuzz-11.1.0/test/api/test-subset-repacker.c:41: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: hb_objs
Error: CPPCHECK_WARNING (CWE-476): [#def46]
harfbuzz-11.1.0/test/api/test-subset-repacker.c:42: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: hb_objs
Error: CPPCHECK_WARNING (CWE-476): [#def47]
harfbuzz-11.1.0/test/api/test-subset-repacker.c:43: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: hb_objs
Error: CPPCHECK_WARNING (CWE-476): [#def48]
harfbuzz-11.1.0/test/api/test-subset-repacker.c:45: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: hb_objs
Error: CPPCHECK_WARNING (CWE-476): [#def49]
harfbuzz-11.1.0/test/api/test-subset-repacker.c:46: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: hb_objs
Error: CPPCHECK_WARNING (CWE-476): [#def50]
harfbuzz-11.1.0/test/api/test-subset-repacker.c:47: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: hb_objs
Error: CPPCHECK_WARNING (CWE-476): [#def51]
harfbuzz-11.1.0/test/api/test-subset-repacker.c:48: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: hb_objs
Error: CPPCHECK_WARNING (CWE-476): [#def52]
harfbuzz-11.1.0/test/api/test-subset-repacker.c:49: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: hb_objs
Error: CPPCHECK_WARNING (CWE-476): [#def53]
harfbuzz-11.1.0/test/api/test-subset-repacker.c:50: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: hb_objs
Error: CPPCHECK_WARNING (CWE-476): [#def54]
harfbuzz-11.1.0/test/api/test-subset-repacker.c:51: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: hb_objs
Error: CPPCHECK_WARNING (CWE-476): [#def55]
harfbuzz-11.1.0/test/api/test-subset-repacker.c:52: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: hb_objs
Error: CPPCHECK_WARNING (CWE-476): [#def56]
harfbuzz-11.1.0/test/api/test-subset-repacker.c:53: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: hb_objs
Error: CPPCHECK_WARNING (CWE-476): [#def57]
harfbuzz-11.1.0/test/api/test-subset-repacker.c:56: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: hb_objs
Error: CPPCHECK_WARNING (CWE-476): [#def58]
harfbuzz-11.1.0/test/api/test-subset-repacker.c:57: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: hb_objs
Error: CPPCHECK_WARNING (CWE-476): [#def59]
harfbuzz-11.1.0/test/api/test-subset-repacker.c:58: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: hb_objs
Error: CPPCHECK_WARNING (CWE-476): [#def60]
harfbuzz-11.1.0/test/api/test-subset-repacker.c:59: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: hb_objs
Error: CPPCHECK_WARNING (CWE-476): [#def61]
harfbuzz-11.1.0/test/api/test-subset-repacker.c:60: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: hb_objs
Error: CPPCHECK_WARNING (CWE-476): [#def62]
harfbuzz-11.1.0/test/api/test-subset-repacker.c:61: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: hb_objs
Error: CPPCHECK_WARNING (CWE-476): [#def63]
harfbuzz-11.1.0/test/api/test-subset-repacker.c:62: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: hb_objs
Error: CPPCHECK_WARNING (CWE-476): [#def64]
harfbuzz-11.1.0/test/api/test-subset-repacker.c:63: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: hb_objs
Error: CPPCHECK_WARNING (CWE-476): [#def65]
harfbuzz-11.1.0/test/api/test-subset-repacker.c:64: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: hb_objs
Error: CPPCHECK_WARNING (CWE-476): [#def66]
harfbuzz-11.1.0/test/api/test-subset-repacker.c:66: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: hb_objs
Error: CPPCHECK_WARNING (CWE-476): [#def67]
harfbuzz-11.1.0/test/api/test-subset-repacker.c:67: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: hb_objs
Error: CPPCHECK_WARNING (CWE-476): [#def68]
harfbuzz-11.1.0/test/api/test-subset-repacker.c:68: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: hb_objs
Error: CPPCHECK_WARNING (CWE-476): [#def69]
harfbuzz-11.1.0/test/api/test-subset-repacker.c:69: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: hb_objs
Error: CPPCHECK_WARNING (CWE-476): [#def70]
harfbuzz-11.1.0/test/api/test-subset-repacker.c:70: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: hb_objs
Error: CPPCHECK_WARNING (CWE-476): [#def71]
harfbuzz-11.1.0/test/api/test-subset-repacker.c:71: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: hb_objs
Error: CPPCHECK_WARNING (CWE-476): [#def72]
harfbuzz-11.1.0/test/api/test-subset-repacker.c:73: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: hb_objs
Error: CPPCHECK_WARNING (CWE-476): [#def73]
harfbuzz-11.1.0/test/api/test-subset-repacker.c:74: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: hb_objs
Error: CPPCHECK_WARNING (CWE-476): [#def74]
harfbuzz-11.1.0/test/api/test-subset-repacker.c:75: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: hb_objs
Error: CPPCHECK_WARNING (CWE-476): [#def75]
harfbuzz-11.1.0/test/api/test-subset-repacker.c:76: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: hb_objs
Error: CPPCHECK_WARNING (CWE-476): [#def76]
harfbuzz-11.1.0/test/api/test-subset-repacker.c:77: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: hb_objs
Error: CPPCHECK_WARNING (CWE-476): [#def77]
harfbuzz-11.1.0/test/api/test-subset-repacker.c:78: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: hb_objs
Error: CPPCHECK_WARNING (CWE-476): [#def78]
harfbuzz-11.1.0/test/api/test-subset-repacker.c:79: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: hb_objs
Error: CPPCHECK_WARNING (CWE-476): [#def79]
harfbuzz-11.1.0/test/api/test-subset-repacker.c:80: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: hb_objs
Error: CPPCHECK_WARNING (CWE-476): [#def80]
harfbuzz-11.1.0/test/api/test-subset-repacker.c:81: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: hb_objs
Error: CPPCHECK_WARNING (CWE-476): [#def81]
harfbuzz-11.1.0/test/api/test-subset-repacker.c:83: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: hb_objs
Error: CPPCHECK_WARNING (CWE-476): [#def82]
harfbuzz-11.1.0/test/api/test-subset-repacker.c:84: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: hb_objs
Error: CPPCHECK_WARNING (CWE-476): [#def83]
harfbuzz-11.1.0/test/api/test-subset-repacker.c:85: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: hb_objs
Error: CPPCHECK_WARNING (CWE-476): [#def84]
harfbuzz-11.1.0/test/api/test-subset-repacker.c:86: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: hb_objs
Error: CPPCHECK_WARNING (CWE-476): [#def85]
harfbuzz-11.1.0/test/api/test-subset-repacker.c:87: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: hb_objs
Error: CPPCHECK_WARNING (CWE-476): [#def86]
harfbuzz-11.1.0/test/api/test-subset-repacker.c:88: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: hb_objs
Error: CPPCHECK_WARNING (CWE-476): [#def87]
harfbuzz-11.1.0/test/api/test-subset-repacker.c:90: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: hb_objs
Error: CPPCHECK_WARNING (CWE-476): [#def88]
harfbuzz-11.1.0/test/api/test-subset-repacker.c:91: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: hb_objs
Error: CPPCHECK_WARNING (CWE-476): [#def89]
harfbuzz-11.1.0/test/api/test-subset-repacker.c:92: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: hb_objs
Error: CPPCHECK_WARNING (CWE-476): [#def90]
harfbuzz-11.1.0/test/api/test-subset-repacker.c:93: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: hb_objs
Error: CPPCHECK_WARNING (CWE-476): [#def91]
harfbuzz-11.1.0/test/api/test-subset-repacker.c:94: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: hb_objs
Error: CPPCHECK_WARNING (CWE-476): [#def92]
harfbuzz-11.1.0/test/api/test-subset-repacker.c:95: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: hb_objs
Error: CPPCHECK_WARNING (CWE-476): [#def93]
harfbuzz-11.1.0/test/api/test-subset-repacker.c:96: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: hb_objs
Error: CPPCHECK_WARNING (CWE-476): [#def94]
harfbuzz-11.1.0/test/api/test-subset-repacker.c:97: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: hb_objs
Error: CPPCHECK_WARNING (CWE-476): [#def95]
harfbuzz-11.1.0/test/api/test-subset-repacker.c:98: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: hb_objs
Error: CPPCHECK_WARNING (CWE-476): [#def96]
harfbuzz-11.1.0/test/api/test-subset-repacker.c:99: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: hb_objs
Error: CPPCHECK_WARNING (CWE-476): [#def97]
harfbuzz-11.1.0/test/api/test-subset-repacker.c:100: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: hb_objs
Error: CPPCHECK_WARNING (CWE-476): [#def98]
harfbuzz-11.1.0/test/api/test-subset-repacker.c:101: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: hb_objs
Error: CPPCHECK_WARNING (CWE-476): [#def99]
harfbuzz-11.1.0/test/api/test-subset-repacker.c:103: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: hb_objs
Error: CPPCHECK_WARNING (CWE-476): [#def100]
harfbuzz-11.1.0/test/api/test-subset-repacker.c:104: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: hb_objs
Error: CPPCHECK_WARNING (CWE-476): [#def101]
harfbuzz-11.1.0/test/api/test-subset-repacker.c:105: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: hb_objs
Error: CPPCHECK_WARNING (CWE-476): [#def102]
harfbuzz-11.1.0/test/api/test-subset-repacker.c:106: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: hb_objs
Error: CPPCHECK_WARNING (CWE-476): [#def103]
harfbuzz-11.1.0/test/api/test-subset-repacker.c:107: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: hb_objs
Error: CPPCHECK_WARNING (CWE-476): [#def104]
harfbuzz-11.1.0/test/api/test-subset-repacker.c:108: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: hb_objs
Error: CPPCHECK_WARNING (CWE-476): [#def105]
harfbuzz-11.1.0/test/api/test-subset-repacker.c:109: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: hb_objs
Error: CPPCHECK_WARNING (CWE-476): [#def106]
harfbuzz-11.1.0/test/api/test-subset-repacker.c:110: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: hb_objs
Error: CPPCHECK_WARNING (CWE-476): [#def107]
harfbuzz-11.1.0/test/api/test-subset-repacker.c:111: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: hb_objs
Error: CPPCHECK_WARNING (CWE-476): [#def108]
harfbuzz-11.1.0/test/api/test-subset-repacker.c:113: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: hb_objs
Error: CPPCHECK_WARNING (CWE-476): [#def109]
harfbuzz-11.1.0/test/api/test-subset-repacker.c:114: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: hb_objs
Error: CPPCHECK_WARNING (CWE-476): [#def110]
harfbuzz-11.1.0/test/api/test-subset-repacker.c:115: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: hb_objs
Error: CPPCHECK_WARNING (CWE-476): [#def111]
harfbuzz-11.1.0/test/api/test-subset-repacker.c:116: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: hb_objs
Error: CPPCHECK_WARNING (CWE-476): [#def112]
harfbuzz-11.1.0/test/api/test-subset-repacker.c:117: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: hb_objs
Error: CPPCHECK_WARNING (CWE-476): [#def113]
harfbuzz-11.1.0/test/api/test-subset-repacker.c:118: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: hb_objs
Error: CPPCHECK_WARNING (CWE-476): [#def114]
harfbuzz-11.1.0/test/api/test-subset-repacker.c:119: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: hb_objs
Error: CPPCHECK_WARNING (CWE-476): [#def115]
harfbuzz-11.1.0/test/api/test-subset-repacker.c:120: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: hb_objs
Error: CPPCHECK_WARNING (CWE-476): [#def116]
harfbuzz-11.1.0/test/api/test-subset-repacker.c:121: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: hb_objs
Error: CPPCHECK_WARNING (CWE-476): [#def117]
harfbuzz-11.1.0/test/api/test-subset-repacker.c:122: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: hb_objs
Error: CPPCHECK_WARNING (CWE-476): [#def118]
harfbuzz-11.1.0/test/api/test-subset-repacker.c:123: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: hb_objs
Error: CPPCHECK_WARNING (CWE-476): [#def119]
harfbuzz-11.1.0/test/api/test-subset-repacker.c:124: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: hb_objs
Error: CPPCHECK_WARNING (CWE-476): [#def120]
harfbuzz-11.1.0/test/api/test-subset-repacker.c:126: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: hb_objs
Error: CPPCHECK_WARNING (CWE-476): [#def121]
harfbuzz-11.1.0/test/api/test-subset-repacker.c:127: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: hb_objs
Error: CPPCHECK_WARNING (CWE-476): [#def122]
harfbuzz-11.1.0/test/api/test-subset-repacker.c:128: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: hb_objs
Error: CPPCHECK_WARNING (CWE-476): [#def123]
harfbuzz-11.1.0/test/api/test-subset-repacker.c:129: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: hb_objs
Error: CPPCHECK_WARNING (CWE-476): [#def124]
harfbuzz-11.1.0/test/api/test-subset-repacker.c:130: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: hb_objs
Error: CPPCHECK_WARNING (CWE-476): [#def125]
harfbuzz-11.1.0/test/api/test-subset-repacker.c:131: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: hb_objs
Error: CPPCHECK_WARNING (CWE-476): [#def126]
harfbuzz-11.1.0/test/api/test-subset-repacker.c:133: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: hb_objs
Error: CPPCHECK_WARNING (CWE-476): [#def127]
harfbuzz-11.1.0/test/api/test-subset-repacker.c:134: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: hb_objs
Error: CPPCHECK_WARNING (CWE-476): [#def128]
harfbuzz-11.1.0/test/api/test-subset-repacker.c:135: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: hb_objs
Error: CPPCHECK_WARNING (CWE-476): [#def129]
harfbuzz-11.1.0/test/api/test-subset-repacker.c:136: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: hb_objs
Error: CPPCHECK_WARNING (CWE-476): [#def130]
harfbuzz-11.1.0/test/api/test-subset-repacker.c:137: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: hb_objs
Error: CPPCHECK_WARNING (CWE-476): [#def131]
harfbuzz-11.1.0/test/api/test-subset-repacker.c:138: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: hb_objs
Error: CPPCHECK_WARNING (CWE-476): [#def132]
harfbuzz-11.1.0/test/api/test-subset-repacker.c:139: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: hb_objs
Error: CPPCHECK_WARNING (CWE-476): [#def133]
harfbuzz-11.1.0/test/api/test-subset-repacker.c:140: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: hb_objs
Error: CPPCHECK_WARNING (CWE-476): [#def134]
harfbuzz-11.1.0/test/api/test-subset-repacker.c:141: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: hb_objs
Error: CPPCHECK_WARNING (CWE-476): [#def135]
harfbuzz-11.1.0/test/api/test-subset-repacker.c:143: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: hb_objs
Error: CPPCHECK_WARNING (CWE-476): [#def136]
harfbuzz-11.1.0/test/api/test-subset-repacker.c:144: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: hb_objs
Error: CPPCHECK_WARNING (CWE-476): [#def137]
harfbuzz-11.1.0/test/api/test-subset-repacker.c:145: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: hb_objs
Error: CPPCHECK_WARNING (CWE-476): [#def138]
harfbuzz-11.1.0/test/api/test-subset-repacker.c:146: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: hb_objs
Error: CPPCHECK_WARNING (CWE-476): [#def139]
harfbuzz-11.1.0/test/api/test-subset-repacker.c:147: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: hb_objs
Error: CPPCHECK_WARNING (CWE-476): [#def140]
harfbuzz-11.1.0/test/api/test-subset-repacker.c:148: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: hb_objs
Error: CPPCHECK_WARNING (CWE-476): [#def141]
harfbuzz-11.1.0/test/api/test-subset-repacker.c:150: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: hb_objs
Error: CPPCHECK_WARNING (CWE-476): [#def142]
harfbuzz-11.1.0/test/api/test-subset-repacker.c:151: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: hb_objs
Error: CPPCHECK_WARNING (CWE-476): [#def143]
harfbuzz-11.1.0/test/api/test-subset-repacker.c:152: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: hb_objs
Error: CPPCHECK_WARNING (CWE-476): [#def144]
harfbuzz-11.1.0/test/api/test-subset-repacker.c:153: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: hb_objs
Error: CPPCHECK_WARNING (CWE-476): [#def145]
harfbuzz-11.1.0/test/api/test-subset-repacker.c:154: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: hb_objs
Error: CPPCHECK_WARNING (CWE-476): [#def146]
harfbuzz-11.1.0/test/api/test-subset-repacker.c:155: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: hb_objs
Error: CPPCHECK_WARNING (CWE-476): [#def147]
harfbuzz-11.1.0/test/api/test-subset-repacker.c:156: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: hb_objs
Error: CPPCHECK_WARNING (CWE-476): [#def148]
harfbuzz-11.1.0/test/api/test-subset-repacker.c:157: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: hb_objs
Error: CPPCHECK_WARNING (CWE-476): [#def149]
harfbuzz-11.1.0/test/api/test-subset-repacker.c:158: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: hb_objs
Error: CPPCHECK_WARNING (CWE-476): [#def150]
harfbuzz-11.1.0/test/api/test-subset-repacker.c:160: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: hb_objs
Error: CPPCHECK_WARNING (CWE-476): [#def151]
harfbuzz-11.1.0/test/api/test-subset-repacker.c:161: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: hb_objs
Error: CPPCHECK_WARNING (CWE-476): [#def152]
harfbuzz-11.1.0/test/api/test-subset-repacker.c:162: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: hb_objs
Error: CPPCHECK_WARNING (CWE-476): [#def153]
harfbuzz-11.1.0/test/api/test-subset-repacker.c:163: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: hb_objs
Error: CPPCHECK_WARNING (CWE-476): [#def154]
harfbuzz-11.1.0/test/api/test-subset-repacker.c:164: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: hb_objs
Error: CPPCHECK_WARNING (CWE-476): [#def155]
harfbuzz-11.1.0/test/api/test-subset-repacker.c:165: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: hb_objs
Error: CPPCHECK_WARNING (CWE-476): [#def156]
harfbuzz-11.1.0/test/api/test-subset-repacker.c:166: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: hb_objs
Error: CPPCHECK_WARNING (CWE-476): [#def157]
harfbuzz-11.1.0/test/api/test-subset-repacker.c:167: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: hb_objs
Error: CPPCHECK_WARNING (CWE-476): [#def158]
harfbuzz-11.1.0/test/api/test-subset-repacker.c:168: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: hb_objs
Error: CPPCHECK_WARNING (CWE-476): [#def159]
harfbuzz-11.1.0/test/api/test-subset-repacker.c:170: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: hb_objs
Error: CPPCHECK_WARNING (CWE-476): [#def160]
harfbuzz-11.1.0/test/api/test-subset-repacker.c:171: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: hb_objs
Error: CPPCHECK_WARNING (CWE-476): [#def161]
harfbuzz-11.1.0/test/api/test-subset-repacker.c:172: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: hb_objs
Error: CPPCHECK_WARNING (CWE-476): [#def162]
harfbuzz-11.1.0/test/api/test-subset-repacker.c:173: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: hb_objs
Error: CPPCHECK_WARNING (CWE-476): [#def163]
harfbuzz-11.1.0/test/api/test-subset-repacker.c:174: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: hb_objs
Error: CPPCHECK_WARNING (CWE-476): [#def164]
harfbuzz-11.1.0/test/api/test-subset-repacker.c:175: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: hb_objs
Error: CPPCHECK_WARNING (CWE-476): [#def165]
harfbuzz-11.1.0/test/api/test-subset-repacker.c:176: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: hb_objs
Error: CPPCHECK_WARNING (CWE-476): [#def166]
harfbuzz-11.1.0/test/api/test-subset-repacker.c:177: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: hb_objs
Error: CPPCHECK_WARNING (CWE-476): [#def167]
harfbuzz-11.1.0/test/api/test-subset-repacker.c:178: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: hb_objs
Error: CPPCHECK_WARNING (CWE-476): [#def168]
harfbuzz-11.1.0/test/api/test-subset-repacker.c:179: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: hb_objs
Error: CPPCHECK_WARNING (CWE-476): [#def169]
harfbuzz-11.1.0/test/api/test-subset-repacker.c:180: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: hb_objs
Error: CPPCHECK_WARNING (CWE-476): [#def170]
harfbuzz-11.1.0/test/api/test-subset-repacker.c:181: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: hb_objs
Error: CPPCHECK_WARNING (CWE-476): [#def171]
harfbuzz-11.1.0/test/api/test-subset-repacker.c:182: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: hb_objs
Error: CPPCHECK_WARNING (CWE-476): [#def172]
harfbuzz-11.1.0/test/api/test-subset-repacker.c:183: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: hb_objs
Error: CPPCHECK_WARNING (CWE-476): [#def173]
harfbuzz-11.1.0/test/api/test-subset-repacker.c:184: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: hb_objs
Error: CPPCHECK_WARNING (CWE-476): [#def174]
harfbuzz-11.1.0/test/api/test-subset-repacker.c:201: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: hb_objs
Error: CPPCHECK_WARNING (CWE-476): [#def175]
harfbuzz-11.1.0/test/fuzzing/hb-repacker-fuzzer.cc:62: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: link_count
Error: CPPCHECK_WARNING (CWE-476): [#def176]
harfbuzz-11.1.0/test/fuzzing/hb-repacker-fuzzer.cc:67: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: link_count
Error: CPPCHECK_WARNING (CWE-476): [#def177]
harfbuzz-11.1.0/test/fuzzing/hb-repacker-fuzzer.cc:68: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: link_count
Error: CPPCHECK_WARNING (CWE-476): [#def178]
harfbuzz-11.1.0/test/fuzzing/hb-repacker-fuzzer.cc:77: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: link_count
Error: CPPCHECK_WARNING (CWE-476): [#def179]
harfbuzz-11.1.0/test/fuzzing/hb-repacker-fuzzer.cc:82: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: link_count
Error: CPPCHECK_WARNING (CWE-476): [#def180]
harfbuzz-11.1.0/test/fuzzing/hb-repacker-fuzzer.cc:111: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: copy
Error: CPPCHECK_WARNING (CWE-682): [#def181]
harfbuzz-11.1.0/test/fuzzing/hb-repacker-fuzzer.cc:113: error[nullPointerArithmeticOutOfMemory]: If memory allocation fail: pointer addition with NULL pointer.
Error: CPPCHECK_WARNING (CWE-476): [#def182]
harfbuzz-11.1.0/test/threads/hb-shape-threads.cc:164: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: tests
Error: CPPCHECK_WARNING (CWE-476): [#def183]
harfbuzz-11.1.0/test/threads/hb-shape-threads.cc:165: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: tests
Error: CPPCHECK_WARNING (CWE-476): [#def184]
harfbuzz-11.1.0/test/threads/hb-shape-threads.cc:166: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: tests
Error: CPPCHECK_WARNING (CWE-476): [#def185]
harfbuzz-11.1.0/test/threads/hb-subset-threads.cc:168: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: tests
Error: CPPCHECK_WARNING (CWE-823): [#def186]
harfbuzz-11.1.0/util/ansi-print.hh:177: error[arrayIndexOutOfBounds]: Array 'freq[8]' accessed at index 8, which is out of bounds.
Error: CPPCHECK_WARNING (CWE-476): [#def187]
harfbuzz-11.1.0/util/hb-info.cc:807: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: tags
Error: CPPCHECK_WARNING (CWE-476): [#def188]
harfbuzz-11.1.0/util/hb-info.cc:1189: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: axes
Error: CPPCHECK_WARNING (CWE-476): [#def189]
harfbuzz-11.1.0/util/hb-info.cc:1240: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: coords
Scan Properties
analyzer-version-clippy | 1.86.0 |
analyzer-version-cppcheck | 2.17.1 |
analyzer-version-gcc | 15.0.1 |
analyzer-version-gcc-analyzer | 15.0.1 |
analyzer-version-shellcheck | 0.10.0 |
analyzer-version-unicontrol | 0.0.2 |
enabled-plugins | clippy, cppcheck, gcc, shellcheck, unicontrol |
exit-code | 0 |
host | ip-172-16-1-168.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.20250425.124705.g1c7c448.main-1.el9.noarch |
mock-config | fedora-rawhide-x86_64 |
project-name | harfbuzz-11.1.0-1.fc43 |
store-results-to | /tmp/tmpnojkx_k4/harfbuzz-11.1.0-1.fc43.tar.xz |
time-created | 2025-04-25 13:07:43 |
time-finished | 2025-04-25 13:16:47 |
tool | csmock |
tool-args | '/usr/bin/csmock' '-r' 'fedora-rawhide-x86_64' '-t' 'unicontrol,cppcheck,gcc,clippy,shellcheck' '-o' '/tmp/tmpnojkx_k4/harfbuzz-11.1.0-1.fc43.tar.xz' '--gcc-analyze' '--unicontrol-notests' '--unicontrol-bidi-only' '--install' 'pam' '--gcc-analyzer-bin=/usr/bin/gcc' '/tmp/tmpnojkx_k4/harfbuzz-11.1.0-1.fc43.src.rpm' |
tool-version | csmock-3.8.1.20250422.172604.g26bc3d6-1.el9 |