Task #130856 - added.err
back to task #130856download
Error: GCC_ANALYZER_WARNING (CWE-401): util-linux-2.43.devel/agetty-cmd/issuefile.c:18: included_from: Included from here. util-linux-2.43.devel/include/all-io.h: scope_hint: In function ‘__read_all’ util-linux-2.43.devel/include/all-io.h:91:1: warning[-Wanalyzer-malloc-leak]: leak of ‘*op.osrelease’ util-linux-2.43.devel/agetty-cmd/issuefile.c:64:21: note: in expansion of macro ‘ul_read_all’ util-linux-2.43.devel/agetty-cmd/issuefile.c:64:21: note: in expansion of macro ‘ul_read_all’ # 89| } # 90| return c; # 91|-> } # 92| # 93| #define ul_read_all(fd, buf, count) __read_all(NULL, (fd), (buf), (count)) Error: GCC_ANALYZER_WARNING (CWE-401): util-linux-2.43.devel/include/xalloc.h: scope_hint: In function ‘agetty_ifile_parse_stream’ util-linux-2.43.devel/include/xalloc.h:68:13: warning[-Wanalyzer-malloc-leak]: leak of ‘new_item((int)i, 0)’ util-linux-2.43.devel/include/c.h:23: included_from: Included from here. util-linux-2.43.devel/include/list.h:15: included_from: Included from here. util-linux-2.43.devel/agetty-cmd/issuefile-parser.h:11: included_from: Included from here. util-linux-2.43.devel/agetty-cmd/issuefile-parser.c:15: included_from: Included from here. util-linux-2.43.devel/agetty-cmd/issuefile-parser.c:9: included_from: Included from here. util-linux-2.43.devel/agetty-cmd/issuefile-parser.c: scope_hint: In function ‘agetty_ifile_parse_stream’ # 66| void *ret = calloc(nelems, size); # 67| # 68|-> if (!ret && size && nelems) # 69| err(XALLOC_EXIT_CODE, "cannot allocate %zu bytes", size); # 70| return ret; Error: GCC_ANALYZER_WARNING (CWE-401): util-linux-2.43.devel/agetty-cmd/issuefile-parser.c:19: included_from: Included from here. util-linux-2.43.devel/include/xalloc.h: scope_hint: In function ‘flush_text.part.0’ util-linux-2.43.devel/include/xalloc.h:68:13: warning[-Wanalyzer-malloc-leak]: leak of ‘new_item(0, *buf)’ # 66| void *ret = calloc(nelems, size); # 67| # 68|-> if (!ret && size && nelems) # 69| err(XALLOC_EXIT_CODE, "cannot allocate %zu bytes", size); # 70| return ret;