libconfig-1.8.2-1.fc44

List of Findings

Error: COMPILER_WARNING (CWE-704): [#def1]
libconfig-1.8.2/examples/c/example4.c: scope_hint: In function ‘include_func’
libconfig-1.8.2/examples/c/example4.c:61:5: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#   61 |   p = strrchr(path, '/');
#      |     ^
#   59|       pathbuf_append_path(path_buf, include_dir);
#   60|   
#   61|->   p = strrchr(path, '/');
#   62|     if(p > path)
#   63|       pathbuf_append_path_len(path_buf, path, p - path);

Error: COMPILER_WARNING (CWE-704): [#def2]
libconfig-1.8.2/examples/c/example4.c:61:5: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#   59|       pathbuf_append_path(path_buf, include_dir);
#   60|   
#   61|->   p = strrchr(path, '/');
#   62|     if(p > path)
#   63|       pathbuf_append_path_len(path_buf, path, p - path);

Error: GCC_ANALYZER_WARNING (CWE-401): [#def3]
libconfig-1.8.2/examples/c/example4.c:73:24: warning[-Wanalyzer-malloc-leak]: leak of ‘<unknown>’
libconfig-1.8.2/examples/c/example4.c:71:5: branch_true: following ‘true’ branch...
libconfig-1.8.2/examples/c/example4.c:71:5: branch_true: ...to here
libconfig-1.8.2/examples/c/example4.c:73:11: branch_true: following ‘true’ branch...
libconfig-1.8.2/examples/c/example4.c:75:37: branch_true: ...to here
libconfig-1.8.2/examples/c/example4.c:82:11: branch_true: following ‘true’ branch (when ‘result_count == result_capacity’)...
libconfig-1.8.2/examples/c/example4.c:84:11: branch_true: ...to here
libconfig-1.8.2/examples/c/example4.c:90:24: acquire_memory: allocated here
libconfig-1.8.2/examples/c/example4.c:73:24: throw: if ‘readdir’ throws an exception...
libconfig-1.8.2/examples/c/example4.c:73:24: danger: ‘<unknown>’ leaks here; was allocated at [(8)](sarif:/runs/0/results/2/codeFlows/0/threadFlows/0/locations/7)
#   71|     if(dp)
#   72|     {
#   73|->     while((dir_entry = readdir(dp)) != NULL)
#   74|       {
#   75|         pathbuf_append_path(path_buf, dir_entry->d_name);

Error: GCC_ANALYZER_WARNING (CWE-401): [#def4]
libconfig-1.8.2/examples/c/example4.c:73:24: warning[-Wanalyzer-malloc-leak]: leak of ‘opendir(include_path)’
libconfig-1.8.2/examples/c/example4.c:69:8: acquire_memory: allocated here
libconfig-1.8.2/examples/c/example4.c:71:5: branch_true: following ‘true’ branch...
libconfig-1.8.2/examples/c/example4.c:71:5: branch_true: ...to here
libconfig-1.8.2/examples/c/example4.c:73:24: throw: if ‘readdir’ throws an exception...
libconfig-1.8.2/examples/c/example4.c:73:24: danger: ‘opendir(include_path)’ leaks here; was allocated at [(1)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/0)
#   71|     if(dp)
#   72|     {
#   73|->     while((dir_entry = readdir(dp)) != NULL)
#   74|       {
#   75|         pathbuf_append_path(path_buf, dir_entry->d_name);

Error: GCC_ANALYZER_WARNING (CWE-401): [#def5]
libconfig-1.8.2/examples/c/example4.c:73:24: warning[-Wanalyzer-malloc-leak]: leak of ‘result’
libconfig-1.8.2/examples/c/example4.c:71:5: branch_true: following ‘true’ branch...
libconfig-1.8.2/examples/c/example4.c:71:5: branch_true: ...to here
libconfig-1.8.2/examples/c/example4.c:73:11: branch_true: following ‘true’ branch...
libconfig-1.8.2/examples/c/example4.c:75:37: branch_true: ...to here
libconfig-1.8.2/examples/c/example4.c:82:11: branch_true: following ‘true’ branch (when ‘result_count == result_capacity’)...
libconfig-1.8.2/examples/c/example4.c:84:11: branch_true: ...to here
libconfig-1.8.2/examples/c/example4.c:73:24: throw: if ‘readdir’ throws an exception...
libconfig-1.8.2/examples/c/example4.c:73:24: danger: ‘result’ leaks here; was allocated at [(7)](sarif:/runs/0/results/3/codeFlows/0/threadFlows/0/locations/6)
#   71|     if(dp)
#   72|     {
#   73|->     while((dir_entry = readdir(dp)) != NULL)
#   74|       {
#   75|         pathbuf_append_path(path_buf, dir_entry->d_name);

Error: GCC_ANALYZER_WARNING (CWE-401): [#def6]
libconfig-1.8.2/examples/c/example4.c:75:7: warning[-Wanalyzer-malloc-leak]: leak of ‘<unknown>’
libconfig-1.8.2/examples/c/example4.c:71:5: branch_true: following ‘true’ branch...
libconfig-1.8.2/examples/c/example4.c:71:5: branch_true: ...to here
libconfig-1.8.2/examples/c/example4.c:73:11: branch_true: following ‘true’ branch...
libconfig-1.8.2/examples/c/example4.c:75:37: branch_true: ...to here
libconfig-1.8.2/examples/c/example4.c:82:11: branch_true: following ‘true’ branch (when ‘result_count == result_capacity’)...
libconfig-1.8.2/examples/c/example4.c:84:11: branch_true: ...to here
libconfig-1.8.2/examples/c/example4.c:90:24: acquire_memory: allocated here
libconfig-1.8.2/examples/c/example4.c:73:11: branch_true: following ‘true’ branch...
libconfig-1.8.2/examples/c/example4.c:75:37: branch_true: ...to here
libconfig-1.8.2/examples/c/example4.c:75:7: throw: if ‘pathbuf_append_path’ throws an exception...
libconfig-1.8.2/examples/c/example4.c:75:7: danger: ‘<unknown>’ leaks here; was allocated at [(8)](sarif:/runs/0/results/4/codeFlows/0/threadFlows/0/locations/7)
#   73|       while((dir_entry = readdir(dp)) != NULL)
#   74|       {
#   75|->       pathbuf_append_path(path_buf, dir_entry->d_name);
#   76|         file_path = pathbuf_get_path(path_buf);
#   77|   

Error: GCC_ANALYZER_WARNING (CWE-401): [#def7]
libconfig-1.8.2/examples/c/example4.c:75:7: warning[-Wanalyzer-malloc-leak]: leak of ‘result’
libconfig-1.8.2/examples/c/example4.c:71:5: branch_true: following ‘true’ branch...
libconfig-1.8.2/examples/c/example4.c:71:5: branch_true: ...to here
libconfig-1.8.2/examples/c/example4.c:73:11: branch_true: following ‘true’ branch...
libconfig-1.8.2/examples/c/example4.c:75:37: branch_true: ...to here
libconfig-1.8.2/examples/c/example4.c:82:11: branch_true: following ‘true’ branch (when ‘result_count == result_capacity’)...
libconfig-1.8.2/examples/c/example4.c:84:11: branch_true: ...to here
libconfig-1.8.2/examples/c/example4.c:73:11: branch_true: following ‘true’ branch...
libconfig-1.8.2/examples/c/example4.c:75:37: branch_true: ...to here
libconfig-1.8.2/examples/c/example4.c:75:7: throw: if ‘pathbuf_append_path’ throws an exception...
libconfig-1.8.2/examples/c/example4.c:75:7: danger: ‘result’ leaks here; was allocated at [(7)](sarif:/runs/0/results/5/codeFlows/0/threadFlows/0/locations/6)
#   73|       while((dir_entry = readdir(dp)) != NULL)
#   74|       {
#   75|->       pathbuf_append_path(path_buf, dir_entry->d_name);
#   76|         file_path = pathbuf_get_path(path_buf);
#   77|   

Error: GCC_ANALYZER_WARNING (CWE-401): [#def8]
libconfig-1.8.2/examples/c/example4.c:80:13: warning[-Wanalyzer-malloc-leak]: leak of ‘<unknown>’
libconfig-1.8.2/examples/c/example4.c:71:5: branch_true: following ‘true’ branch...
libconfig-1.8.2/examples/c/example4.c:71:5: branch_true: ...to here
libconfig-1.8.2/examples/c/example4.c:73:11: branch_true: following ‘true’ branch...
libconfig-1.8.2/examples/c/example4.c:75:37: branch_true: ...to here
libconfig-1.8.2/examples/c/example4.c:82:11: branch_true: following ‘true’ branch (when ‘result_count == result_capacity’)...
libconfig-1.8.2/examples/c/example4.c:84:11: branch_true: ...to here
libconfig-1.8.2/examples/c/example4.c:90:24: acquire_memory: allocated here
libconfig-1.8.2/examples/c/example4.c:73:11: branch_true: following ‘true’ branch...
libconfig-1.8.2/examples/c/example4.c:75:37: branch_true: ...to here
libconfig-1.8.2/examples/c/example4.c:78:9: branch_true: following ‘true’ branch...
libconfig-1.8.2/examples/c/example4.c:79:13: branch_true: ...to here
libconfig-1.8.2/examples/c/example4.c:78:10: branch_true: following ‘true’ branch...
libconfig-1.8.2/examples/c/example4.c:80:13: branch_true: ...to here
libconfig-1.8.2/examples/c/example4.c:80:13: throw: if ‘fnmatch’ throws an exception...
libconfig-1.8.2/examples/c/example4.c:80:13: danger: ‘<unknown>’ leaks here; was allocated at [(8)](sarif:/runs/0/results/6/codeFlows/0/threadFlows/0/locations/7)
#   78|         if((lstat(file_path, &stat_buf) == 0)
#   79|            && S_ISREG(stat_buf.st_mode)
#   80|->          && fnmatch(path, file_path, FNM_PATHNAME) == 0)
#   81|         {
#   82|           if(result_count == result_capacity)

Error: GCC_ANALYZER_WARNING (CWE-401): [#def9]
libconfig-1.8.2/examples/c/example4.c:80:13: warning[-Wanalyzer-malloc-leak]: leak of ‘result’
libconfig-1.8.2/examples/c/example4.c:71:5: branch_true: following ‘true’ branch...
libconfig-1.8.2/examples/c/example4.c:71:5: branch_true: ...to here
libconfig-1.8.2/examples/c/example4.c:73:11: branch_true: following ‘true’ branch...
libconfig-1.8.2/examples/c/example4.c:75:37: branch_true: ...to here
libconfig-1.8.2/examples/c/example4.c:82:11: branch_true: following ‘true’ branch (when ‘result_count == result_capacity’)...
libconfig-1.8.2/examples/c/example4.c:84:11: branch_true: ...to here
libconfig-1.8.2/examples/c/example4.c:73:11: branch_true: following ‘true’ branch...
libconfig-1.8.2/examples/c/example4.c:75:37: branch_true: ...to here
libconfig-1.8.2/examples/c/example4.c:78:9: branch_true: following ‘true’ branch...
libconfig-1.8.2/examples/c/example4.c:79:13: branch_true: ...to here
libconfig-1.8.2/examples/c/example4.c:78:10: branch_true: following ‘true’ branch...
libconfig-1.8.2/examples/c/example4.c:80:13: branch_true: ...to here
libconfig-1.8.2/examples/c/example4.c:80:13: throw: if ‘fnmatch’ throws an exception...
libconfig-1.8.2/examples/c/example4.c:80:13: danger: ‘result’ leaks here; was allocated at [(7)](sarif:/runs/0/results/7/codeFlows/0/threadFlows/0/locations/6)
#   78|         if((lstat(file_path, &stat_buf) == 0)
#   79|            && S_ISREG(stat_buf.st_mode)
#   80|->          && fnmatch(path, file_path, FNM_PATHNAME) == 0)
#   81|         {
#   82|           if(result_count == result_capacity)

Error: GCC_ANALYZER_WARNING (CWE-476): [#def10]
libconfig-1.8.2/examples/c/example4.c:90:9: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘result_next’
libconfig-1.8.2/examples/c/example4.c:71:5: branch_true: following ‘true’ branch...
libconfig-1.8.2/examples/c/example4.c:71:5: branch_true: ...to here
libconfig-1.8.2/examples/c/example4.c:73:11: branch_true: following ‘true’ branch...
libconfig-1.8.2/examples/c/example4.c:75:37: branch_true: ...to here
libconfig-1.8.2/examples/c/example4.c:82:11: branch_true: following ‘true’ branch (when ‘result_count == result_capacity’)...
libconfig-1.8.2/examples/c/example4.c:84:11: branch_true: ...to here
libconfig-1.8.2/examples/c/example4.c:90:9: danger: dereference of NULL ‘result_next’
#   88|           }
#   89|   
#   90|->         *result_next = strdup(file_path);
#   91|           ++result_next;
#   92|           ++result_count;

Error: GCC_ANALYZER_WARNING (CWE-401): [#def11]
libconfig-1.8.2/examples/c/example4.c:97:7: warning[-Wanalyzer-malloc-leak]: leak of ‘<unknown>’
libconfig-1.8.2/examples/c/example4.c:71:5: branch_true: following ‘true’ branch...
libconfig-1.8.2/examples/c/example4.c:71:5: branch_true: ...to here
libconfig-1.8.2/examples/c/example4.c:73:11: branch_true: following ‘true’ branch...
libconfig-1.8.2/examples/c/example4.c:75:37: branch_true: ...to here
libconfig-1.8.2/examples/c/example4.c:82:11: branch_true: following ‘true’ branch (when ‘result_count == result_capacity’)...
libconfig-1.8.2/examples/c/example4.c:84:11: branch_true: ...to here
libconfig-1.8.2/examples/c/example4.c:90:24: acquire_memory: allocated here
libconfig-1.8.2/examples/c/example4.c:97:7: throw: if ‘pathbuf_remove_last_component’ throws an exception...
libconfig-1.8.2/examples/c/example4.c:97:7: danger: ‘<unknown>’ leaks here; was allocated at [(8)](sarif:/runs/0/results/9/codeFlows/0/threadFlows/0/locations/7)
#   95|         }
#   96|   
#   97|->       pathbuf_remove_last_component(path_buf);
#   98|       }
#   99|       closedir(dp);

Error: GCC_ANALYZER_WARNING (CWE-401): [#def12]
libconfig-1.8.2/examples/c/example4.c:97:7: warning[-Wanalyzer-malloc-leak]: leak of ‘result’
libconfig-1.8.2/examples/c/example4.c:71:5: branch_true: following ‘true’ branch...
libconfig-1.8.2/examples/c/example4.c:71:5: branch_true: ...to here
libconfig-1.8.2/examples/c/example4.c:73:11: branch_true: following ‘true’ branch...
libconfig-1.8.2/examples/c/example4.c:75:37: branch_true: ...to here
libconfig-1.8.2/examples/c/example4.c:82:11: branch_true: following ‘true’ branch (when ‘result_count == result_capacity’)...
libconfig-1.8.2/examples/c/example4.c:84:11: branch_true: ...to here
libconfig-1.8.2/examples/c/example4.c:97:7: throw: if ‘pathbuf_remove_last_component’ throws an exception...
libconfig-1.8.2/examples/c/example4.c:97:7: danger: ‘result’ leaks here; was allocated at [(7)](sarif:/runs/0/results/10/codeFlows/0/threadFlows/0/locations/6)
#   95|         }
#   96|   
#   97|->       pathbuf_remove_last_component(path_buf);
#   98|       }
#   99|       closedir(dp);

Error: GCC_ANALYZER_WARNING (CWE-401): [#def13]
libconfig-1.8.2/examples/c/example4.c:99:5: warning[-Wanalyzer-malloc-leak]: leak of ‘<unknown>’
libconfig-1.8.2/examples/c/example4.c:71:5: branch_true: following ‘true’ branch...
libconfig-1.8.2/examples/c/example4.c:71:5: branch_true: ...to here
libconfig-1.8.2/examples/c/example4.c:73:11: branch_true: following ‘true’ branch...
libconfig-1.8.2/examples/c/example4.c:75:37: branch_true: ...to here
libconfig-1.8.2/examples/c/example4.c:82:11: branch_true: following ‘true’ branch (when ‘result_count == result_capacity’)...
libconfig-1.8.2/examples/c/example4.c:84:11: branch_true: ...to here
libconfig-1.8.2/examples/c/example4.c:90:24: acquire_memory: allocated here
libconfig-1.8.2/examples/c/example4.c:73:11: branch_false: following ‘false’ branch...
libconfig-1.8.2/examples/c/example4.c:99:5: branch_false: ...to here
libconfig-1.8.2/examples/c/example4.c:99:5: throw: if ‘closedir’ throws an exception...
libconfig-1.8.2/examples/c/example4.c:99:5: danger: ‘<unknown>’ leaks here; was allocated at [(8)](sarif:/runs/0/results/11/codeFlows/0/threadFlows/0/locations/7)
#   97|         pathbuf_remove_last_component(path_buf);
#   98|       }
#   99|->     closedir(dp);
#  100|     }
#  101|   

Error: GCC_ANALYZER_WARNING (CWE-401): [#def14]
libconfig-1.8.2/examples/c/example4.c:99:5: warning[-Wanalyzer-malloc-leak]: leak of ‘result’
libconfig-1.8.2/examples/c/example4.c:71:5: branch_true: following ‘true’ branch...
libconfig-1.8.2/examples/c/example4.c:71:5: branch_true: ...to here
libconfig-1.8.2/examples/c/example4.c:73:11: branch_true: following ‘true’ branch...
libconfig-1.8.2/examples/c/example4.c:75:37: branch_true: ...to here
libconfig-1.8.2/examples/c/example4.c:82:11: branch_true: following ‘true’ branch (when ‘result_count == result_capacity’)...
libconfig-1.8.2/examples/c/example4.c:84:11: branch_true: ...to here
libconfig-1.8.2/examples/c/example4.c:73:11: branch_false: following ‘false’ branch...
libconfig-1.8.2/examples/c/example4.c:99:5: branch_false: ...to here
libconfig-1.8.2/examples/c/example4.c:99:5: throw: if ‘closedir’ throws an exception...
libconfig-1.8.2/examples/c/example4.c:99:5: danger: ‘result’ leaks here; was allocated at [(7)](sarif:/runs/0/results/12/codeFlows/0/threadFlows/0/locations/6)
#   97|         pathbuf_remove_last_component(path_buf);
#   98|       }
#   99|->     closedir(dp);
#  100|     }
#  101|   

Error: GCC_ANALYZER_WARNING (CWE-476): [#def15]
libconfig-1.8.2/examples/c/example4.c:102:3: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘result_next’
#  100|     }
#  101|   
#  102|->   *result_next = NULL;
#  103|   
#  104|     pathbuf_destroy(path_buf);

Error: GCC_ANALYZER_WARNING (CWE-401): [#def16]
libconfig-1.8.2/examples/c/example4.c:104:3: warning[-Wanalyzer-malloc-leak]: leak of ‘<unknown>’
libconfig-1.8.2/examples/c/example4.c:71:5: branch_true: following ‘true’ branch...
libconfig-1.8.2/examples/c/example4.c:71:5: branch_true: ...to here
libconfig-1.8.2/examples/c/example4.c:73:11: branch_true: following ‘true’ branch...
libconfig-1.8.2/examples/c/example4.c:75:37: branch_true: ...to here
libconfig-1.8.2/examples/c/example4.c:82:11: branch_true: following ‘true’ branch (when ‘result_count == result_capacity’)...
libconfig-1.8.2/examples/c/example4.c:84:11: branch_true: ...to here
libconfig-1.8.2/examples/c/example4.c:90:24: acquire_memory: allocated here
libconfig-1.8.2/examples/c/example4.c:73:11: branch_false: following ‘false’ branch...
libconfig-1.8.2/examples/c/example4.c:99:5: branch_false: ...to here
libconfig-1.8.2/examples/c/example4.c:104:3: throw: if ‘pathbuf_destroy’ throws an exception...
libconfig-1.8.2/examples/c/example4.c:104:3: danger: ‘<unknown>’ leaks here; was allocated at [(8)](sarif:/runs/0/results/14/codeFlows/0/threadFlows/0/locations/7)
#  102|     *result_next = NULL;
#  103|   
#  104|->   pathbuf_destroy(path_buf);
#  105|   
#  106|     return((const char **)result);

Error: GCC_ANALYZER_WARNING (CWE-401): [#def17]
libconfig-1.8.2/examples/c/example4.c:104:3: warning[-Wanalyzer-malloc-leak]: leak of ‘result’
libconfig-1.8.2/examples/c/example4.c:71:5: branch_true: following ‘true’ branch...
libconfig-1.8.2/examples/c/example4.c:71:5: branch_true: ...to here
libconfig-1.8.2/examples/c/example4.c:73:11: branch_true: following ‘true’ branch...
libconfig-1.8.2/examples/c/example4.c:75:37: branch_true: ...to here
libconfig-1.8.2/examples/c/example4.c:82:11: branch_true: following ‘true’ branch (when ‘result_count == result_capacity’)...
libconfig-1.8.2/examples/c/example4.c:84:11: branch_true: ...to here
libconfig-1.8.2/examples/c/example4.c:73:11: branch_false: following ‘false’ branch...
libconfig-1.8.2/examples/c/example4.c:99:5: branch_false: ...to here
libconfig-1.8.2/examples/c/example4.c:104:3: throw: if ‘pathbuf_destroy’ throws an exception...
libconfig-1.8.2/examples/c/example4.c:104:3: danger: ‘result’ leaks here; was allocated at [(7)](sarif:/runs/0/results/15/codeFlows/0/threadFlows/0/locations/6)
#  102|     *result_next = NULL;
#  103|   
#  104|->   pathbuf_destroy(path_buf);
#  105|   
#  106|     return((const char **)result);

Error: CPPCHECK_WARNING (CWE-476): [#def18]
libconfig-1.8.2/examples/c/pathbuf.c:45: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: buf
#   43|   {
#   44|     pathbuf_t *buf = (pathbuf_t *)malloc(sizeof(pathbuf_t));
#   45|->   buf->path = (char *)malloc(PATHBUF_BLOCK_SIZE * sizeof(char));
#   46|     *(buf->path) = 0;
#   47|     buf->length = 0;

Error: GCC_ANALYZER_WARNING (CWE-476): [#def19]
libconfig-1.8.2/examples/c/pathbuf.c:45:3: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘buf’
libconfig-1.8.2/examples/c/pathbuf.c:44:33: acquire_memory: this call could return NULL
libconfig-1.8.2/examples/c/pathbuf.c:45:3: danger: ‘buf’ could be NULL: unchecked value from [(1)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/0)
#   43|   {
#   44|     pathbuf_t *buf = (pathbuf_t *)malloc(sizeof(pathbuf_t));
#   45|->   buf->path = (char *)malloc(PATHBUF_BLOCK_SIZE * sizeof(char));
#   46|     *(buf->path) = 0;
#   47|     buf->length = 0;

Error: CPPCHECK_WARNING (CWE-476): [#def20]
libconfig-1.8.2/examples/c/pathbuf.c:46: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: buf
#   44|     pathbuf_t *buf = (pathbuf_t *)malloc(sizeof(pathbuf_t));
#   45|     buf->path = (char *)malloc(PATHBUF_BLOCK_SIZE * sizeof(char));
#   46|->   *(buf->path) = 0;
#   47|     buf->length = 0;
#   48|     buf->capacity = PATHBUF_BLOCK_SIZE;

Error: GCC_ANALYZER_WARNING (CWE-476): [#def21]
libconfig-1.8.2/examples/c/pathbuf.c:46:3: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘malloc(128)’
libconfig-1.8.2/examples/c/pathbuf.c:45:23: acquire_memory: this call could return NULL
libconfig-1.8.2/examples/c/pathbuf.c:46:3: danger: ‘malloc(128)’ could be NULL: unchecked value from [(1)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/0)
#   44|     pathbuf_t *buf = (pathbuf_t *)malloc(sizeof(pathbuf_t));
#   45|     buf->path = (char *)malloc(PATHBUF_BLOCK_SIZE * sizeof(char));
#   46|->   *(buf->path) = 0;
#   47|     buf->length = 0;
#   48|     buf->capacity = PATHBUF_BLOCK_SIZE;

Error: CPPCHECK_WARNING (CWE-476): [#def22]
libconfig-1.8.2/examples/c/pathbuf.c:47: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: buf
#   45|     buf->path = (char *)malloc(PATHBUF_BLOCK_SIZE * sizeof(char));
#   46|     *(buf->path) = 0;
#   47|->   buf->length = 0;
#   48|     buf->capacity = PATHBUF_BLOCK_SIZE;
#   49|   

Error: CPPCHECK_WARNING (CWE-476): [#def23]
libconfig-1.8.2/examples/c/pathbuf.c:48: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: buf
#   46|     *(buf->path) = 0;
#   47|     buf->length = 0;
#   48|->   buf->capacity = PATHBUF_BLOCK_SIZE;
#   49|   
#   50|     return(buf);

Error: CPPCHECK_WARNING (CWE-401): [#def24]
libconfig-1.8.2/examples/c/pathbuf.c:50: error[memleak]: Memory leak: buf.path
#   48|     buf->capacity = PATHBUF_BLOCK_SIZE;
#   49|   
#   50|->   return(buf);
#   51|   }
#   52|   

Error: COMPILER_WARNING: [#def25]
libconfig-1.8.2/lib/grammar.c: scope_hint: In function 'libconfig_yyparse'
libconfig-1.8.2/lib/grammar.c:72:25: warning[-Wunused-but-set-variable=]: variable 'libconfig_yynerrs' set but not used
#   72 | #define yynerrs         libconfig_yynerrs
#      |                         ^~~~~~~~~~~~~~~~~
libconfig-1.8.2/lib/grammar.c:1077:9: note: in expansion of macro 'yynerrs'
# 1077 |     int yynerrs = 0;
#      |         ^~~~~~~
#   70|   #define yyerror         libconfig_yyerror
#   71|   #define yydebug         libconfig_yydebug
#   72|-> #define yynerrs         libconfig_yynerrs
#   73|   
#   74|   /* First part of user prologue.  */

Error: GCC_ANALYZER_WARNING (CWE-457): [#def26]
libconfig-1.8.2/lib/grammar.c:1185:9: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value 'yyss'
libconfig-1.8.2/lib/grammar.c:1143:6: branch_true: following 'true' branch...
libconfig-1.8.2/lib/grammar.c:1149:28: branch_true: ...to here
libconfig-1.8.2/lib/grammar.c:1172:10: branch_false: following 'false' branch (when 'yystacksize <= 9999')...
libconfig-1.8.2/lib/grammar.c:1174:7: branch_false: ...to here
libconfig-1.8.2/lib/grammar.c:1183:12: branch_false: following 'false' branch...
libconfig-1.8.2/lib/grammar.c:1185:9: branch_false: ...to here
libconfig-1.8.2/lib/grammar.c:1185:9: danger: use of uninitialized value 'yyss' here
# 1183|           if (! yyptr)
# 1184|             YYNOMEM;
# 1185|->         YYSTACK_RELOCATE (yyss_alloc, yyss);
# 1186|           YYSTACK_RELOCATE (yyvs_alloc, yyvs);
# 1187|   #  undef YYSTACK_RELOCATE

Error: GCC_ANALYZER_WARNING (CWE-476): [#def27]
libconfig-1.8.2/lib/libconfig.c:1192:10: warning[-Wanalyzer-null-dereference]: dereference of NULL 'setting'
libconfig-1.8.2/lib/libconfig.c:1599:19: enter_function: entry to 'config_setting_set_int_elem'
libconfig-1.8.2/lib/libconfig.c:1606:5: branch_false: following 'false' branch...
libconfig-1.8.2/lib/libconfig.c:1610:5: branch_false: ...to here
libconfig-1.8.2/lib/libconfig.c:1610:5: branch_true: following 'true' branch (when 'idx < 0')...
libconfig-1.8.2/lib/libconfig.c:1612:10: branch_true: ...to here
libconfig-1.8.2/lib/libconfig.c:1612:7: branch_false: following 'false' branch...
libconfig-1.8.2/lib/libconfig.c:1615:15: branch_false: ...to here
libconfig-1.8.2/lib/libconfig.c:1615:15: call_function: calling '__config_setting_create' from 'config_setting_set_int_elem'
libconfig-1.8.2/lib/libconfig.c:1615:15: return_function: returning to 'config_setting_set_int_elem' from '__config_setting_create'
libconfig-1.8.2/lib/libconfig.c:1625:8: call_function: calling 'config_setting_set_int' from 'config_setting_set_int_elem'
# 1190|     config_assert(setting != NULL);
# 1191|   
# 1192|->   switch(setting->type)
# 1193|     {
# 1194|       case CONFIG_TYPE_NONE:

Error: GCC_ANALYZER_WARNING (CWE-476): [#def28]
libconfig-1.8.2/lib/libconfig.c:1222:10: warning[-Wanalyzer-null-dereference]: dereference of NULL 'setting'
libconfig-1.8.2/lib/libconfig.c:1647:19: enter_function: entry to 'config_setting_set_int64_elem'
libconfig-1.8.2/lib/libconfig.c:1654:5: branch_false: following 'false' branch...
libconfig-1.8.2/lib/libconfig.c:1658:5: branch_false: ...to here
libconfig-1.8.2/lib/libconfig.c:1658:5: branch_true: following 'true' branch (when 'idx < 0')...
libconfig-1.8.2/lib/libconfig.c:1660:10: branch_true: ...to here
libconfig-1.8.2/lib/libconfig.c:1660:7: branch_false: following 'false' branch...
libconfig-1.8.2/lib/libconfig.c:1663:15: branch_false: ...to here
libconfig-1.8.2/lib/libconfig.c:1663:15: call_function: calling '__config_setting_create' from 'config_setting_set_int64_elem'
libconfig-1.8.2/lib/libconfig.c:1663:15: return_function: returning to 'config_setting_set_int64_elem' from '__config_setting_create'
libconfig-1.8.2/lib/libconfig.c:1673:8: call_function: calling 'config_setting_set_int64' from 'config_setting_set_int64_elem'
# 1220|     config_assert(setting != NULL);
# 1221|   
# 1222|->   switch(setting->type)
# 1223|     {
# 1224|       case CONFIG_TYPE_NONE:

Error: GCC_ANALYZER_WARNING (CWE-401): [#def29]
libconfig-1.8.2/lib/libconfig.c:2069:26: warning[-Wanalyzer-malloc-leak]: leak of 'file'
libconfig-1.8.2/lib/libconfig.c:2065:12: acquire_memory: allocated here
libconfig-1.8.2/lib/libconfig.c:2069:26: throw: if 'libconfig_malloc' throws an exception...
libconfig-1.8.2/lib/libconfig.c:2069:26: danger: 'file' leaks here; was allocated at [(1)](sarif:/runs/0/results/2/codeFlows/0/threadFlows/0/locations/0)
# 2067|     *error = NULL;
# 2068|   
# 2069|->   files = (const char **)libconfig_malloc(sizeof(char **) * 2);
# 2070|     files[0] = file;
# 2071|     files[1] = NULL;

Error: GCC_ANALYZER_WARNING (CWE-476): [#def30]
libconfig-1.8.2/lib/scanner.c:2222:9: warning[-Wanalyzer-null-dereference]: dereference of NULL 'b'
libconfig-1.8.2/lib/scanner.c:2101:10: enter_function: entry to 'libconfig_yyrestart'
libconfig-1.8.2/lib/scanner.c:2108:13: call_function: calling 'libconfig_yy_create_buffer' from 'libconfig_yyrestart'
libconfig-1.8.2/lib/scanner.c:2108:13: return_function: returning to 'libconfig_yyrestart' from 'libconfig_yy_create_buffer'
libconfig-1.8.2/lib/scanner.c:2111:9: branch_false: following 'false' branch...
libconfig-1.8.2/lib/scanner.c:2111:9: branch_false: ...to here
libconfig-1.8.2/lib/scanner.c:2111:9: call_function: calling 'libconfig_yy_init_buffer' from 'libconfig_yyrestart'
# 2220|   	yy_flush_buffer( b , yyscanner);
# 2221|   
# 2222|-> 	b->yy_input_file = file;
# 2223|   	b->yy_fill_buffer = 1;
# 2224|   

Error: GCC_ANALYZER_WARNING (CWE-401): [#def31]
libconfig-1.8.2/tests/tests.c:122:3: warning[-Wanalyzer-malloc-leak]: leak of ‘buf’
libconfig-1.8.2/tests/tests.c:121:17: acquire_memory: allocated here
libconfig-1.8.2/tests/tests.c:122:3: throw: if ‘tt_expect’ throws an exception...
libconfig-1.8.2/tests/tests.c:122:3: danger: ‘buf’ leaks here; was allocated at [(1)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/0)
#  120|     size = stbuf.st_size;
#  121|     buf = (char *)malloc(size + 1);
#  122|->   TT_ASSERT_PTR_NOTNULL(buf);
#  123|   
#  124|     fp = fopen(file, "rt");

Error: GCC_ANALYZER_WARNING (CWE-775): [#def32]
libconfig-1.8.2/tests/tests.c:125:3: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(file, "rt")’
libconfig-1.8.2/tests/tests.c:124:8: acquire_resource: opened here
libconfig-1.8.2/tests/tests.c:125:3: throw: if ‘tt_expect’ throws an exception...
libconfig-1.8.2/tests/tests.c:125:3: danger: ‘fopen(file, "rt")’ leaks here; was opened at [(1)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/0)
#  123|   
#  124|     fp = fopen(file, "rt");
#  125|->   TT_ASSERT_PTR_NOTNULL(fp);
#  126|   
#  127|     r = fread(buf, 1, size, fp);

Error: GCC_ANALYZER_WARNING (CWE-401): [#def33]
libconfig-1.8.2/tests/tests.c:125:3: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(file, "rt")’
libconfig-1.8.2/tests/tests.c:124:8: acquire_memory: allocated here
libconfig-1.8.2/tests/tests.c:125:3: throw: if ‘tt_expect’ throws an exception...
libconfig-1.8.2/tests/tests.c:125:3: danger: ‘fopen(file, "rt")’ leaks here; was allocated at [(1)](sarif:/runs/0/results/2/codeFlows/0/threadFlows/0/locations/0)
#  123|   
#  124|     fp = fopen(file, "rt");
#  125|->   TT_ASSERT_PTR_NOTNULL(fp);
#  126|   
#  127|     r = fread(buf, 1, size, fp);

Error: CPPCHECK_WARNING (CWE-476): [#def34]
libconfig-1.8.2/tests/tests.c:127: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: buf
#  125|     TT_ASSERT_PTR_NOTNULL(fp);
#  126|   
#  127|->   r = fread(buf, 1, size, fp);
#  128|     fclose(fp);
#  129|   

Error: CPPCHECK_WARNING (CWE-476): [#def35]
libconfig-1.8.2/tests/tests.c:127: warning[nullPointerOutOfResources]: If resource allocation fails, then there is a possible null pointer dereference: fp
#  125|     TT_ASSERT_PTR_NOTNULL(fp);
#  126|   
#  127|->   r = fread(buf, 1, size, fp);
#  128|     fclose(fp);
#  129|   

Error: CPPCHECK_WARNING (CWE-476): [#def36]
libconfig-1.8.2/tests/tests.c:128: warning[nullPointerOutOfResources]: If resource allocation fails, then there is a possible null pointer dereference: fp
#  126|   
#  127|     r = fread(buf, 1, size, fp);
#  128|->   fclose(fp);
#  129|   
#  130|     TT_ASSERT_INT_EQ(size, r);

Error: CPPCHECK_WARNING (CWE-682): [#def37]
libconfig-1.8.2/tests/tests.c:132: error[nullPointerArithmeticOutOfMemory]: If memory allocation fails: pointer addition with NULL pointer.
#  130|     TT_ASSERT_INT_EQ(size, r);
#  131|   
#  132|->   *(buf + size) = 0;
#  133|     return(buf);
#  134|   }

Error: GCC_ANALYZER_WARNING (CWE-775): [#def38]
libconfig-1.8.2/tests/tests.c:175:5: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(&error_file, "rt")’
libconfig-1.8.2/tests/tests.c:171:7: branch_false: following ‘false’ branch...
libconfig-1.8.2/tests/tests.c:174:10: acquire_resource: opened here
libconfig-1.8.2/tests/tests.c:175:5: throw: if ‘tt_expect’ throws an exception...
libconfig-1.8.2/tests/tests.c:175:5: danger: ‘fopen(&error_file, "rt")’ leaks here; was opened at [(3)](sarif:/runs/0/results/3/codeFlows/0/threadFlows/0/locations/2)
#  173|   
#  174|       fp = fopen(error_file, "rt");
#  175|->     TT_ASSERT_PTR_NOTNULL(fp);
#  176|       TT_ASSERT_PTR_NOTNULL(fgets(error_text, sizeof(error_text), fp));
#  177|       fclose(fp);

Error: GCC_ANALYZER_WARNING (CWE-401): [#def39]
libconfig-1.8.2/tests/tests.c:175:5: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(&error_file, "rt")’
libconfig-1.8.2/tests/tests.c:171:7: branch_false: following ‘false’ branch...
libconfig-1.8.2/tests/tests.c:174:10: acquire_memory: allocated here
libconfig-1.8.2/tests/tests.c:175:5: throw: if ‘tt_expect’ throws an exception...
libconfig-1.8.2/tests/tests.c:175:5: danger: ‘fopen(&error_file, "rt")’ leaks here; was allocated at [(3)](sarif:/runs/0/results/4/codeFlows/0/threadFlows/0/locations/2)
#  173|   
#  174|       fp = fopen(error_file, "rt");
#  175|->     TT_ASSERT_PTR_NOTNULL(fp);
#  176|       TT_ASSERT_PTR_NOTNULL(fgets(error_text, sizeof(error_text), fp));
#  177|       fclose(fp);

Error: CPPCHECK_WARNING (CWE-476): [#def40]
libconfig-1.8.2/tests/tests.c:176: warning[nullPointerOutOfResources]: If resource allocation fails, then there is a possible null pointer dereference: fp
#  174|       fp = fopen(error_file, "rt");
#  175|       TT_ASSERT_PTR_NOTNULL(fp);
#  176|->     TT_ASSERT_PTR_NOTNULL(fgets(error_text, sizeof(error_text), fp));
#  177|       fclose(fp);
#  178|   

Error: CPPCHECK_WARNING (CWE-476): [#def41]
libconfig-1.8.2/tests/tests.c:177: warning[nullPointerOutOfResources]: If resource allocation fails, then there is a possible null pointer dereference: fp
#  175|       TT_ASSERT_PTR_NOTNULL(fp);
#  176|       TT_ASSERT_PTR_NOTNULL(fgets(error_text, sizeof(error_text), fp));
#  177|->     fclose(fp);
#  178|   
#  179|       parse_file_and_compare_error(input_file, error_text);

Error: GCC_ANALYZER_WARNING (CWE-775): [#def42]
libconfig-1.8.2/tests/tests.c:205:5: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(&error_file, "rt")’
libconfig-1.8.2/tests/tests.c:199:7: branch_false: following ‘false’ branch...
libconfig-1.8.2/tests/tests.c:204:10: acquire_resource: opened here
libconfig-1.8.2/tests/tests.c:205:5: throw: if ‘tt_expect’ throws an exception...
libconfig-1.8.2/tests/tests.c:205:5: danger: ‘fopen(&error_file, "rt")’ leaks here; was opened at [(3)](sarif:/runs/0/results/5/codeFlows/0/threadFlows/0/locations/2)
#  203|   
#  204|       fp = fopen(error_file, "rt");
#  205|->     TT_ASSERT_PTR_NOTNULL(fp);
#  206|       TT_ASSERT_PTR_NOTNULL(fgets(error_text, sizeof(error_text), fp));
#  207|       fclose(fp);

Error: GCC_ANALYZER_WARNING (CWE-401): [#def43]
libconfig-1.8.2/tests/tests.c:205:5: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(&error_file, "rt")’
libconfig-1.8.2/tests/tests.c:199:7: branch_false: following ‘false’ branch...
libconfig-1.8.2/tests/tests.c:204:10: acquire_memory: allocated here
libconfig-1.8.2/tests/tests.c:205:5: throw: if ‘tt_expect’ throws an exception...
libconfig-1.8.2/tests/tests.c:205:5: danger: ‘fopen(&error_file, "rt")’ leaks here; was allocated at [(3)](sarif:/runs/0/results/6/codeFlows/0/threadFlows/0/locations/2)
#  203|   
#  204|       fp = fopen(error_file, "rt");
#  205|->     TT_ASSERT_PTR_NOTNULL(fp);
#  206|       TT_ASSERT_PTR_NOTNULL(fgets(error_text, sizeof(error_text), fp));
#  207|       fclose(fp);

Error: CPPCHECK_WARNING (CWE-476): [#def44]
libconfig-1.8.2/tests/tests.c:206: warning[nullPointerOutOfResources]: If resource allocation fails, then there is a possible null pointer dereference: fp
#  204|       fp = fopen(error_file, "rt");
#  205|       TT_ASSERT_PTR_NOTNULL(fp);
#  206|->     TT_ASSERT_PTR_NOTNULL(fgets(error_text, sizeof(error_text), fp));
#  207|       fclose(fp);
#  208|   

Error: CPPCHECK_WARNING (CWE-476): [#def45]
libconfig-1.8.2/tests/tests.c:207: warning[nullPointerOutOfResources]: If resource allocation fails, then there is a possible null pointer dereference: fp
#  205|       TT_ASSERT_PTR_NOTNULL(fp);
#  206|       TT_ASSERT_PTR_NOTNULL(fgets(error_text, sizeof(error_text), fp));
#  207|->     fclose(fp);
#  208|   
#  209|       parse_string_and_compare_error(input_text, error_text);

Error: GCC_ANALYZER_WARNING (CWE-775): [#def46]
libconfig-1.8.2/tests/tests.c:657:3: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen("testdata/nesting.cfg", "rt")’
libconfig-1.8.2/tests/tests.c:656:12: acquire_resource: opened here
libconfig-1.8.2/tests/tests.c:657:3: throw: if ‘tt_expect’ throws an exception...
libconfig-1.8.2/tests/tests.c:657:3: danger: ‘fopen("testdata/nesting.cfg", "rt")’ leaks here; was opened at [(1)](sarif:/runs/0/results/7/codeFlows/0/threadFlows/0/locations/0)
#  655|   
#  656|     stream = fopen("testdata/nesting.cfg", "rt");
#  657|->   TT_ASSERT_PTR_NOTNULL(stream);
#  658|   
#  659|     ok = config_read(&cfg, stream);

Error: GCC_ANALYZER_WARNING (CWE-401): [#def47]
libconfig-1.8.2/tests/tests.c:657:3: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen("testdata/nesting.cfg", "rt")’
libconfig-1.8.2/tests/tests.c:656:12: acquire_memory: allocated here
libconfig-1.8.2/tests/tests.c:657:3: throw: if ‘tt_expect’ throws an exception...
libconfig-1.8.2/tests/tests.c:657:3: danger: ‘fopen("testdata/nesting.cfg", "rt")’ leaks here; was allocated at [(1)](sarif:/runs/0/results/8/codeFlows/0/threadFlows/0/locations/0)
#  655|   
#  656|     stream = fopen("testdata/nesting.cfg", "rt");
#  657|->   TT_ASSERT_PTR_NOTNULL(stream);
#  658|   
#  659|     ok = config_read(&cfg, stream);

Error: CPPCHECK_WARNING (CWE-476): [#def48]
libconfig-1.8.2/tests/tests.c:661: warning[nullPointerOutOfResources]: If resource allocation fails, then there is a possible null pointer dereference: stream
#  659|     ok = config_read(&cfg, stream);
#  660|   
#  661|->   fclose(stream);
#  662|   
#  663|     if(!ok)

Error: CPPCHECK_WARNING (CWE-476): [#def49]
libconfig-1.8.2/tinytest/tinytest.c:228: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: suite
#  226|   {
#  227|     tt_testsuite_t *suite = calloc(1, sizeof(tt_testsuite_t));
#  228|->   suite->name = strdup(name);
#  229|     return(suite);
#  230|   }

Error: GCC_ANALYZER_WARNING (CWE-476): [#def50]
libconfig-1.8.2/tinytest/tinytest.c:228:3: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘suite’
libconfig-1.8.2/tinytest/tinytest.c:227:27: acquire_memory: this call could return NULL
libconfig-1.8.2/tinytest/tinytest.c:228:3: danger: ‘suite’ could be NULL: unchecked value from [(1)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/0)
#  226|   {
#  227|     tt_testsuite_t *suite = calloc(1, sizeof(tt_testsuite_t));
#  228|->   suite->name = strdup(name);
#  229|     return(suite);
#  230|   }

Error: CPPCHECK_WARNING (CWE-401): [#def51]
libconfig-1.8.2/tinytest/tinytest.c:229: error[memleak]: Memory leak: suite.name
#  227|     tt_testsuite_t *suite = calloc(1, sizeof(tt_testsuite_t));
#  228|     suite->name = strdup(name);
#  229|->   return(suite);
#  230|   }
#  231|   

Error: CPPCHECK_WARNING (CWE-476): [#def52]
libconfig-1.8.2/tinytest/tinytest.c:258: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: test
#  256|   {
#  257|     tt_test_t *test = calloc(1, sizeof(tt_test_t));
#  258|->   test->name = strdup(name);
#  259|     test->function = function;
#  260|   

Error: GCC_ANALYZER_WARNING (CWE-476): [#def53]
libconfig-1.8.2/tinytest/tinytest.c:258:3: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘test’
libconfig-1.8.2/tinytest/tinytest.c:257:21: acquire_memory: this call could return NULL
libconfig-1.8.2/tinytest/tinytest.c:258:3: danger: ‘test’ could be NULL: unchecked value from [(1)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/0)
#  256|   {
#  257|     tt_test_t *test = calloc(1, sizeof(tt_test_t));
#  258|->   test->name = strdup(name);
#  259|     test->function = function;
#  260|   

Error: CPPCHECK_WARNING (CWE-476): [#def54]
libconfig-1.8.2/tinytest/tinytest.c:259: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: test
#  257|     tt_test_t *test = calloc(1, sizeof(tt_test_t));
#  258|     test->name = strdup(name);
#  259|->   test->function = function;
#  260|   
#  261|     if(suite->last_test != NULL)

Scan Properties

analyzer-version-clippy1.92.0
analyzer-version-cppcheck2.19.1
analyzer-version-gcc16.0.0
analyzer-version-gcc-analyzer16.0.0
analyzer-version-shellcheck0.11.0
analyzer-version-unicontrol0.0.2
enabled-pluginsclippy, cppcheck, gcc, shellcheck, unicontrol
exit-code0
hostip-172-16-1-238.us-west-2.compute.internal
known-false-positives/usr/share/csmock/known-false-positives.js
known-false-positives-rpmknown-false-positives-0.0.0.20250521.132812.g8eff701.main-1.el9.noarch
mock-configfedora-rawhide-x86_64
project-namelibconfig-1.8.2-1.fc44
store-results-to/tmp/tmpdtrn8856/libconfig-1.8.2-1.fc44.tar.xz
time-created2026-01-08 18:38:22
time-finished2026-01-08 18:39:50
toolcsmock
tool-args'/usr/bin/csmock' '-r' 'fedora-rawhide-x86_64' '-t' 'gcc,cppcheck,clippy,shellcheck,unicontrol' '-o' '/tmp/tmpdtrn8856/libconfig-1.8.2-1.fc44.tar.xz' '--gcc-analyze' '--unicontrol-notests' '--unicontrol-bidi-only' '--install' 'pam' '--gcc-analyzer-bin=/usr/bin/gcc' '/tmp/tmpdtrn8856/libconfig-1.8.2-1.fc44.src.rpm'
tool-versioncsmock-3.8.3.20251215.161544.g62de9a5-1.el9