Task #130856 - fixed.err

back to task #130856
download
Error: GCC_ANALYZER_WARNING (CWE-688):
util-linux-2.43.devel/agetty-cmd/issuefile.c: scope_hint: In function ‘issuefile_read_stream.part.0’
util-linux-2.43.devel/agetty-cmd/issuefile.c:256:25: warning[-Wanalyzer-possible-null-argument]: use of possibly-NULL ‘*ie.output’ where non-null expected
util-linux-2.43.devel/agetty-cmd/issuefile.c:9: included_from: Included from here.
/usr/include/stdio.h:616:12: note: argument 2 of ‘putc’ must be non-null
#  254|   			output_special_char(ie, fgetc(f), op, tp, f);
#  255|   		else
#  256|-> 			putc(c, ie->output);
#  257|   	}
#  258|   

Error: GCC_ANALYZER_WARNING (CWE-688):
util-linux-2.43.devel/agetty-cmd/issuefile.c: scope_hint: In function ‘dump_iface_all’
util-linux-2.43.devel/agetty-cmd/issuefile.c:610:25: warning[-Wanalyzer-possible-null-argument]: use of possibly-NULL ‘*ie.output’ where non-null expected
util-linux-2.43.devel/include/netlink.h:28: included_from: Included from here.
util-linux-2.43.devel/include/netaddrq.h:17: included_from: Included from here.
util-linux-2.43.devel/agetty-cmd/agetty.h:34: included_from: Included from here.
util-linux-2.43.devel/agetty-cmd/issuefile.c:19: included_from: Included from here.
util-linux-2.43.devel/include/netaddrq.h:62:46: note: in expansion of macro ‘list_for_each’
util-linux-2.43.devel/agetty-cmd/issuefile.c:852:17: note: in expansion of macro ‘list_for_each_netaddrq_iface’
/usr/include/stdio.h:364:12: note: argument 1 of ‘fprintf’ must be non-null
#  608|   		if (first)
#  609|   		{
#  610|-> 			fprintf(ie->output, "%s: ", ifaceq->ifname);
#  611|   			first = false;
#  612|   		}

Error: GCC_ANALYZER_WARNING (CWE-688):
util-linux-2.43.devel/agetty-cmd/issuefile.c:622:25: warning[-Wanalyzer-possible-null-argument]: use of possibly-NULL ‘*ie.output’ where non-null expected
util-linux-2.43.devel/include/netaddrq.h:62:46: note: in expansion of macro ‘list_for_each’
util-linux-2.43.devel/agetty-cmd/issuefile.c:852:17: note: in expansion of macro ‘list_for_each_netaddrq_iface’
util-linux-2.43.devel/agetty-cmd/issuefile.c:605:9: note: in expansion of macro ‘list_for_each’
util-linux-2.43.devel/agetty-cmd/issuefile.c:617:9: note: in expansion of macro ‘list_for_each’
/usr/include/stdio.h:364:12: note: argument 1 of ‘fprintf’ must be non-null
#  620|   		if (first)
#  621|   		{
#  622|-> 			fprintf(ie->output, "%s: ", ifaceq->ifname);
#  623|   			first = false;
#  624|   		}

Error: GCC_ANALYZER_WARNING (CWE-688):
util-linux-2.43.devel/agetty-cmd/issuefile.c: scope_hint: In function ‘output_special_char’
util-linux-2.43.devel/agetty-cmd/issuefile.c:682:25: warning[-Wanalyzer-possible-null-argument]: use of possibly-NULL ‘*ie.output’ where non-null expected
<built-in>: note: argument 2 of ‘__builtin_fputc’ must be non-null
#  680|   			}
#  681|   		} else
#  682|-> 			fputs("\033", ie->output);
#  683|   		break;
#  684|   	}

Error: GCC_ANALYZER_WARNING (CWE-688):
util-linux-2.43.devel/agetty-cmd/issuefile.c:757:17: warning[-Wanalyzer-possible-null-argument]: use of possibly-NULL ‘*ie.output’ where non-null expected
<built-in>: note: argument 2 of ‘__builtin_fputs’ must be non-null
#  755|   	}
#  756|   	case 'l':
#  757|-> 		fprintf (ie->output, "%s", op->tty);
#  758|   		break;
#  759|   	case 'b':

Error: GCC_ANALYZER_WARNING (CWE-688):
util-linux-2.43.devel/agetty-cmd/issuefile.c:862:17: warning[-Wanalyzer-possible-null-argument]: use of possibly-NULL ‘*ie.output’ where non-null expected
/usr/include/stdio.h:616:12: note: argument 2 of ‘putc’ must be non-null
#  860|   #endif /* USE_NETLINK */
#  861|   	default:
#  862|-> 		putc(c, ie->output);
#  863|   		break;
#  864|   	}