Task #93713 - added.err
back to task #93713download
Error: GCC_ANALYZER_WARNING (CWE-476):
util-linux-2.42.start/disk-utils/fdformat.c:129:49: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘xmalloc(track_size)’
# 127| }
# 128| for (count = 0; count < track_size; count++)
# 129|-> if (data[count] != FD_FILL_BYTE) {
# 130| if (retries_left) {
# 131| format_begin(ctrl);
Error: GCC_ANALYZER_WARNING (CWE-401):
util-linux-2.42.start/include/xalloc.h:33:17: warning[-Wanalyzer-malloc-leak]: leak of ‘range.in_filename’
# 31|
# 32| if (!ret && size)
# 33|-> err(XALLOC_EXIT_CODE, "cannot allocate %zu bytes", size);
# 34| return ret;
# 35| }
Error: GCC_ANALYZER_WARNING (CWE-401):
util-linux-2.42.start/misc-utils/copyfilerange.c:34: included_from: Included from here.
util-linux-2.42.start/include/xalloc.h: scope_hint: In function ‘xmalloc’
util-linux-2.42.start/include/xalloc.h:33:17: warning[-Wanalyzer-malloc-leak]: leak of ‘range.out_filename’
util-linux-2.42.start/include/c.h:23: included_from: Included from here.
util-linux-2.42.start/misc-utils/copyfilerange.c:31: included_from: Included from here.
# 31|
# 32| if (!ret && size)
# 33|-> err(XALLOC_EXIT_CODE, "cannot allocate %zu bytes", size);
# 34| return ret;
# 35| }
Error: GCC_ANALYZER_WARNING (CWE-401):
util-linux-2.42.start/include/xalloc.h:95:17: warning[-Wanalyzer-malloc-leak]: leak of ‘range.in_filename’
# 93| ret = strdup(str);
# 94| if (!ret)
# 95|-> err(XALLOC_EXIT_CODE, "cannot duplicate string");
# 96| return ret;
# 97| }
Error: GCC_ANALYZER_WARNING (CWE-401):
util-linux-2.42.start/include/xalloc.h:95:17: warning[-Wanalyzer-malloc-leak]: leak of ‘range.out_filename’
# 93| ret = strdup(str);
# 94| if (!ret)
# 95|-> err(XALLOC_EXIT_CODE, "cannot duplicate string");
# 96| return ret;
# 97| }
Error: GCC_ANALYZER_WARNING (CWE-401):
util-linux-2.42.start/include/xalloc.h: scope_hint: In function ‘xstrdup’
util-linux-2.42.start/include/xalloc.h:95:17: warning[-Wanalyzer-malloc-leak]: leak of ‘range_files’
# 93| ret = strdup(str);
# 94| if (!ret)
# 95|-> err(XALLOC_EXIT_CODE, "cannot duplicate string");
# 96| return ret;
# 97| }
Error: GCC_ANALYZER_WARNING (CWE-476):
util-linux-2.42.start/misc-utils/blkid.c: scope_hint: In function ‘main’
util-linux-2.42.start/misc-utils/blkid.c:889:43: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘xcalloc((long unsigned int)(argc - optind), 8) + (long unsigned int)numdev * 8’
util-linux-2.42.start/misc-utils/blkid.c:18: included_from: Included from here.
# 887| continue;
# 888|
# 889|-> devices[numdev++] = dev;
# 890| }
# 891|
Error: GCC_ANALYZER_WARNING (CWE-401):
util-linux-2.42.start/misc-utils/copyfilerange.c: scope_hint: In function ‘parse_range’
util-linux-2.42.start/misc-utils/copyfilerange.c:99:13: warning[-Wanalyzer-malloc-leak]: leak of ‘xstrdup(str)’
/usr/include/features.h:540: included_from: Included from here.
/usr/include/bits/libc-header-start.h:33: included_from: Included from here.
/usr/include/stdio.h:28: included_from: Included from here.
util-linux-2.42.start/misc-utils/copyfilerange.c:20: included_from: Included from here.
# 97| goto fail;
# 98| *token = '\0';
# 99|-> if (*start) {
# 100| rc = strtosize(start, &tmp);
# 101| if (rc && tmp <= SIZE_MAX)
Error: GCC_ANALYZER_WARNING (CWE-401):
util-linux-2.42.start/misc-utils/copyfilerange.c:100:22: warning[-Wanalyzer-malloc-leak]: leak of ‘range.in_filename’
# 98| *token = '\0';
# 99| if (*start) {
# 100|-> rc = strtosize(start, &tmp);
# 101| if (rc && tmp <= SIZE_MAX)
# 102| goto fail;
Error: GCC_ANALYZER_WARNING (CWE-401):
util-linux-2.42.start/misc-utils/copyfilerange.c:100:22: warning[-Wanalyzer-malloc-leak]: leak of ‘range.out_filename’
# 98| *token = '\0';
# 99| if (*start) {
# 100|-> rc = strtosize(start, &tmp);
# 101| if (rc && tmp <= SIZE_MAX)
# 102| goto fail;
Error: GCC_ANALYZER_WARNING (CWE-401):
util-linux-2.42.start/misc-utils/copyfilerange.c:112:22: warning[-Wanalyzer-malloc-leak]: leak of ‘range.in_filename’
# 110| *token = '\0';
# 111| if (*start) {
# 112|-> rc = strtosize(start, &tmp);
# 113| if (rc && tmp <= SIZE_MAX)
# 114| goto fail;
Error: GCC_ANALYZER_WARNING (CWE-401):
util-linux-2.42.start/misc-utils/copyfilerange.c:112:22: warning[-Wanalyzer-malloc-leak]: leak of ‘range.out_filename’
# 110| *token = '\0';
# 111| if (*start) {
# 112|-> rc = strtosize(start, &tmp);
# 113| if (rc && tmp <= SIZE_MAX)
# 114| goto fail;
Error: GCC_ANALYZER_WARNING (CWE-401):
util-linux-2.42.start/misc-utils/copyfilerange.c:120:22: warning[-Wanalyzer-malloc-leak]: leak of ‘range.in_filename’
# 118| start = token + 1;
# 119| if (*start) {
# 120|-> rc = strtosize(start, &tmp);
# 121| if (rc && tmp <= SIZE_MAX)
# 122| goto fail;
Error: GCC_ANALYZER_WARNING (CWE-401):
util-linux-2.42.start/misc-utils/copyfilerange.c:120:22: warning[-Wanalyzer-malloc-leak]: leak of ‘range.out_filename’
# 118| start = token + 1;
# 119| if (*start) {
# 120|-> rc = strtosize(start, &tmp);
# 121| if (rc && tmp <= SIZE_MAX)
# 122| goto fail;
Error: GCC_ANALYZER_WARNING (CWE-401):
util-linux-2.42.start/misc-utils/copyfilerange.c:153:40: warning[-Wanalyzer-malloc-leak]: leak of ‘range.in_filename’
# 151| );
# 152|
# 153|-> const ssize_t copied = copy_file_range(
# 154| range->in_fd,
# 155| &range->in_offset,
Error: GCC_ANALYZER_WARNING (CWE-401):
util-linux-2.42.start/misc-utils/copyfilerange.c: scope_hint: In function ‘copy_range’
util-linux-2.42.start/misc-utils/copyfilerange.c:153:40: warning[-Wanalyzer-malloc-leak]: leak of ‘range.out_filename’
# 151| );
# 152|
# 153|-> const ssize_t copied = copy_file_range(
# 154| range->in_fd,
# 155| &range->in_offset,
Error: GCC_ANALYZER_WARNING (CWE-476):
util-linux-2.42.start/misc-utils/copyfilerange.c: scope_hint: In function ‘main’
util-linux-2.42.start/misc-utils/copyfilerange.c:223:53: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘range_files’
# 221| if (!range_files)
# 222| range_files = xmalloc(sizeof(char *) * argc);
# 223|-> range_files[nrange_files++] = xstrdup(optarg);
# 224| break;
# 225| case 's':
Error: GCC_ANALYZER_WARNING (CWE-401):
util-linux-2.42.start/misc-utils/copyfilerange.c:227:33: warning[-Wanalyzer-malloc-leak]: leak of ‘range.in_filename’
util-linux-2.42.start/include/nls.h:27: included_from: Included from here.
util-linux-2.42.start/misc-utils/copyfilerange.c:32: included_from: Included from here.
util-linux-2.42.start/misc-utils/copyfilerange.c:227:52: note: in expansion of macro ‘_’
# 225| case 's':
# 226| if (range.in_filename)
# 227|-> errx(EXIT_FAILURE, _("only one source file is allowed (%s already supplied)"), range.in_filename);
# 228| range.in_filename = xstrdup(optarg);
# 229| break;
Error: GCC_ANALYZER_WARNING (CWE-401):
util-linux-2.42.start/misc-utils/copyfilerange.c:227:33: warning[-Wanalyzer-malloc-leak]: leak of ‘range.out_filename’
util-linux-2.42.start/misc-utils/copyfilerange.c:227:52: note: in expansion of macro ‘_’
# 225| case 's':
# 226| if (range.in_filename)
# 227|-> errx(EXIT_FAILURE, _("only one source file is allowed (%s already supplied)"), range.in_filename);
# 228| range.in_filename = xstrdup(optarg);
# 229| break;
Error: GCC_ANALYZER_WARNING (CWE-401):
util-linux-2.42.start/misc-utils/copyfilerange.c:232:33: warning[-Wanalyzer-malloc-leak]: leak of ‘range.in_filename’
util-linux-2.42.start/misc-utils/copyfilerange.c:232:52: note: in expansion of macro ‘_’
# 230| case 'd':
# 231| if (range.out_filename)
# 232|-> errx(EXIT_FAILURE, _("only one destination file is allowed (%s already supplied)"), range.out_filename);
# 233| range.out_filename = xstrdup(optarg);
# 234| break;
Error: GCC_ANALYZER_WARNING (CWE-401):
util-linux-2.42.start/misc-utils/copyfilerange.c:232:33: warning[-Wanalyzer-malloc-leak]: leak of ‘range.out_filename’
util-linux-2.42.start/misc-utils/copyfilerange.c:232:52: note: in expansion of macro ‘_’
# 230| case 'd':
# 231| if (range.out_filename)
# 232|-> errx(EXIT_FAILURE, _("only one destination file is allowed (%s already supplied)"), range.out_filename);
# 233| range.out_filename = xstrdup(optarg);
# 234| break;
Error: GCC_ANALYZER_WARNING (CWE-401):
util-linux-2.42.start/misc-utils/copyfilerange.c:255:17: warning[-Wanalyzer-malloc-leak]: leak of ‘<unknown>’
util-linux-2.42.start/misc-utils/copyfilerange.c:255:36: note: in expansion of macro ‘_’
# 253|
# 254| if (!range.in_filename)
# 255|-> errx(EXIT_FAILURE, _("source file is required"));
# 256|
# 257| if (!range.out_filename)
Error: GCC_ANALYZER_WARNING (CWE-401):
util-linux-2.42.start/misc-utils/copyfilerange.c:255:17: warning[-Wanalyzer-malloc-leak]: leak of ‘range.out_filename’
util-linux-2.42.start/misc-utils/copyfilerange.c:255:36: note: in expansion of macro ‘_’
# 253|
# 254| if (!range.in_filename)
# 255|-> errx(EXIT_FAILURE, _("source file is required"));
# 256|
# 257| if (!range.out_filename)
Error: GCC_ANALYZER_WARNING (CWE-401):
util-linux-2.42.start/misc-utils/copyfilerange.c:255:17: warning[-Wanalyzer-malloc-leak]: leak of ‘range_files’
util-linux-2.42.start/misc-utils/copyfilerange.c:255:36: note: in expansion of macro ‘_’
# 253|
# 254| if (!range.in_filename)
# 255|-> errx(EXIT_FAILURE, _("source file is required"));
# 256|
# 257| if (!range.out_filename)
Error: GCC_ANALYZER_WARNING (CWE-401):
util-linux-2.42.start/misc-utils/copyfilerange.c:258:17: warning[-Wanalyzer-malloc-leak]: leak of ‘<unknown>’
util-linux-2.42.start/misc-utils/copyfilerange.c:258:36: note: in expansion of macro ‘_’
# 256|
# 257| if (!range.out_filename)
# 258|-> errx(EXIT_FAILURE, _("destination file is required"));
# 259|
# 260| range.in_fd = open(range.in_filename, O_RDONLY);
Error: GCC_ANALYZER_WARNING (CWE-401):
util-linux-2.42.start/misc-utils/copyfilerange.c:258:17: warning[-Wanalyzer-malloc-leak]: leak of ‘range.in_filename’
util-linux-2.42.start/misc-utils/copyfilerange.c:258:36: note: in expansion of macro ‘_’
# 256|
# 257| if (!range.out_filename)
# 258|-> errx(EXIT_FAILURE, _("destination file is required"));
# 259|
# 260| range.in_fd = open(range.in_filename, O_RDONLY);
Error: GCC_ANALYZER_WARNING (CWE-401):
util-linux-2.42.start/misc-utils/copyfilerange.c:258:17: warning[-Wanalyzer-malloc-leak]: leak of ‘range_files’
util-linux-2.42.start/misc-utils/copyfilerange.c:258:36: note: in expansion of macro ‘_’
# 256|
# 257| if (!range.out_filename)
# 258|-> errx(EXIT_FAILURE, _("destination file is required"));
# 259|
# 260| range.in_fd = open(range.in_filename, O_RDONLY);
Error: GCC_ANALYZER_WARNING (CWE-401):
util-linux-2.42.start/misc-utils/copyfilerange.c:260:23: warning[-Wanalyzer-malloc-leak]: leak of ‘range.in_filename’
# 258| errx(EXIT_FAILURE, _("destination file is required"));
# 259|
# 260|-> range.in_fd = open(range.in_filename, O_RDONLY);
# 261| if (range.in_fd < 0)
# 262| err(EXIT_FAILURE, _("cannot open source %s"), range.in_filename);
Error: GCC_ANALYZER_WARNING (CWE-401):
util-linux-2.42.start/misc-utils/copyfilerange.c:260:23: warning[-Wanalyzer-malloc-leak]: leak of ‘range.out_filename’
# 258| errx(EXIT_FAILURE, _("destination file is required"));
# 259|
# 260|-> range.in_fd = open(range.in_filename, O_RDONLY);
# 261| if (range.in_fd < 0)
# 262| err(EXIT_FAILURE, _("cannot open source %s"), range.in_filename);
Error: GCC_ANALYZER_WARNING (CWE-401):
util-linux-2.42.start/misc-utils/copyfilerange.c:262:17: warning[-Wanalyzer-malloc-leak]: leak of ‘range.in_filename’
# 260| range.in_fd = open(range.in_filename, O_RDONLY);
# 261| if (range.in_fd < 0)
# 262|-> err(EXIT_FAILURE, _("cannot open source %s"), range.in_filename);
# 263|
# 264|
Error: GCC_ANALYZER_WARNING (CWE-401):
util-linux-2.42.start/misc-utils/copyfilerange.c:262:17: warning[-Wanalyzer-malloc-leak]: leak of ‘range.out_filename’
# 260| range.in_fd = open(range.in_filename, O_RDONLY);
# 261| if (range.in_fd < 0)
# 262|-> err(EXIT_FAILURE, _("cannot open source %s"), range.in_filename);
# 263|
# 264|
Error: GCC_ANALYZER_WARNING (CWE-401):
util-linux-2.42.start/misc-utils/copyfilerange.c:266:17: warning[-Wanalyzer-malloc-leak]: leak of ‘range.in_filename’
# 264|
# 265| if (fstat(range.in_fd, &sb) == -1)
# 266|-> err(EXIT_FAILURE, _("cannot determine size of source file %s"), range.in_filename);
# 267| range.in_st_size = sb.st_size;
# 268|
Error: GCC_ANALYZER_WARNING (CWE-401):
util-linux-2.42.start/misc-utils/copyfilerange.c:266:17: warning[-Wanalyzer-malloc-leak]: leak of ‘range.out_filename’
# 264|
# 265| if (fstat(range.in_fd, &sb) == -1)
# 266|-> err(EXIT_FAILURE, _("cannot determine size of source file %s"), range.in_filename);
# 267| range.in_st_size = sb.st_size;
# 268|
Error: GCC_ANALYZER_WARNING (CWE-401):
util-linux-2.42.start/misc-utils/copyfilerange.c:269:24: warning[-Wanalyzer-malloc-leak]: leak of ‘range.in_filename’
# 267| range.in_st_size = sb.st_size;
# 268|
# 269|-> range.out_fd = open(range.out_filename, O_WRONLY | O_CREAT, 0666);
# 270| if (range.out_fd < 0)
# 271| err(EXIT_FAILURE, _("cannot open destination %s"), argv[2]);
Error: GCC_ANALYZER_WARNING (CWE-401):
util-linux-2.42.start/misc-utils/copyfilerange.c:269:24: warning[-Wanalyzer-malloc-leak]: leak of ‘range.out_filename’
# 267| range.in_st_size = sb.st_size;
# 268|
# 269|-> range.out_fd = open(range.out_filename, O_WRONLY | O_CREAT, 0666);
# 270| if (range.out_fd < 0)
# 271| err(EXIT_FAILURE, _("cannot open destination %s"), argv[2]);
Error: GCC_ANALYZER_WARNING (CWE-401):
util-linux-2.42.start/misc-utils/copyfilerange.c:271:17: warning[-Wanalyzer-malloc-leak]: leak of ‘range.in_filename’
# 269| range.out_fd = open(range.out_filename, O_WRONLY | O_CREAT, 0666);
# 270| if (range.out_fd < 0)
# 271|-> err(EXIT_FAILURE, _("cannot open destination %s"), argv[2]);
# 272|
# 273| for (size_t i = 0; i < nrange_files; i++) {
Error: GCC_ANALYZER_WARNING (CWE-401):
util-linux-2.42.start/misc-utils/copyfilerange.c:271:17: warning[-Wanalyzer-malloc-leak]: leak of ‘range.out_filename’
# 269| range.out_fd = open(range.out_filename, O_WRONLY | O_CREAT, 0666);
# 270| if (range.out_fd < 0)
# 271|-> err(EXIT_FAILURE, _("cannot open destination %s"), argv[2]);
# 272|
# 273| for (size_t i = 0; i < nrange_files; i++) {