a2e7f72
diff -up openssh-8.5p1/auth-krb5.c.coverity openssh-8.5p1/auth-krb5.c
a2e7f72
--- openssh-8.5p1/auth-krb5.c.coverity	2021-03-24 12:03:33.724967756 +0100
a2e7f72
+++ openssh-8.5p1/auth-krb5.c	2021-03-24 12:03:33.782968159 +0100
a2e7f72
@@ -426,6 +426,7 @@ ssh_krb5_cc_new_unique(krb5_context ctx,
a2e7f72
 		umask(old_umask);
a2e7f72
 		if (tmpfd == -1) {
a2e7f72
 			logit("mkstemp(): %.100s", strerror(oerrno));
a2e7f72
+			free(ccname);
a2e7f72
 			return oerrno;
a2e7f72
 		}
a2e7f72
 
a2e7f72
@@ -433,6 +434,7 @@ ssh_krb5_cc_new_unique(krb5_context ctx,
a2e7f72
 			oerrno = errno;
a2e7f72
 			logit("fchmod(): %.100s", strerror(oerrno));
a2e7f72
 			close(tmpfd);
a2e7f72
+			free(ccname);
a2e7f72
 			return oerrno;
a2e7f72
 		}
a2e7f72
 		/* make sure the KRB5CCNAME is set for non-standard location */
a2e7f72
diff -up openssh-8.5p1/gss-genr.c.coverity openssh-8.5p1/gss-genr.c
446f300
--- openssh-8.5p1/gss-genr.c.coverity	2021-03-26 11:52:46.613942552 +0100
446f300
+++ openssh-8.5p1/gss-genr.c	2021-03-26 11:54:37.881726318 +0100
446f300
@@ -167,8 +167,9 @@ ssh_gssapi_kex_mechs(gss_OID_set gss_sup
a2e7f72
 			enclen = __b64_ntop(digest,
a2e7f72
 			    ssh_digest_bytes(SSH_DIGEST_MD5), encoded,
a2e7f72
 			    ssh_digest_bytes(SSH_DIGEST_MD5) * 2);
a2e7f72
-
446f300
+#pragma GCC diagnostic ignored "-Wstringop-overflow"
a2e7f72
 			cp = strncpy(s, kex, strlen(kex));
446f300
+#pragma pop
a2e7f72
 			for ((p = strsep(&cp, ",")); p && *p != '\0';
a2e7f72
 				(p = strsep(&cp, ","))) {
446f300
 				if (sshbuf_len(buf) != 0 &&
a2e7f72
diff -up openssh-8.5p1/krl.c.coverity openssh-8.5p1/krl.c
a2e7f72
--- openssh-8.5p1/krl.c.coverity	2021-03-02 11:31:47.000000000 +0100
a2e7f72
+++ openssh-8.5p1/krl.c	2021-03-24 12:03:33.783968166 +0100
a2e7f72
@@ -1261,6 +1262,7 @@ is_key_revoked(struct ssh_krl *krl, cons
a2e7f72
 		return r;
a2e7f72
 	erb = RB_FIND(revoked_blob_tree, &krl->revoked_sha1s, &rb);
a2e7f72
 	free(rb.blob);
a2e7f72
+	rb.blob = NULL; /* make coverity happy */
a2e7f72
 	if (erb != NULL) {
a2e7f72
 		KRL_DBG(("revoked by key SHA1"));
a2e7f72
 		return SSH_ERR_KEY_REVOKED;
a2e7f72
@@ -1271,6 +1273,7 @@ is_key_revoked(struct ssh_krl *krl, cons
a2e7f72
 		return r;
a2e7f72
 	erb = RB_FIND(revoked_blob_tree, &krl->revoked_sha256s, &rb);
a2e7f72
 	free(rb.blob);
a2e7f72
+	rb.blob = NULL; /* make coverity happy */
a2e7f72
 	if (erb != NULL) {
a2e7f72
 		KRL_DBG(("revoked by key SHA256"));
a2e7f72
 		return SSH_ERR_KEY_REVOKED;
a2e7f72
@@ -1282,6 +1285,7 @@ is_key_revoked(struct ssh_krl *krl, cons
a2e7f72
 		return r;
a2e7f72
 	erb = RB_FIND(revoked_blob_tree, &krl->revoked_keys, &rb);
a2e7f72
 	free(rb.blob);
a2e7f72
+	rb.blob = NULL; /* make coverity happy */
a2e7f72
 	if (erb != NULL) {
a2e7f72
 		KRL_DBG(("revoked by explicit key"));
a2e7f72
 		return SSH_ERR_KEY_REVOKED;
a2e7f72
diff -up openssh-8.5p1/loginrec.c.coverity openssh-8.5p1/loginrec.c
a2e7f72
--- openssh-8.5p1/loginrec.c.coverity	2021-03-24 13:18:53.793225885 +0100
a2e7f72
+++ openssh-8.5p1/loginrec.c	2021-03-24 13:21:27.948404751 +0100
a2e7f72
@@ -690,9 +690,11 @@ construct_utmp(struct logininfo *li,
a2e7f72
 	 */
a2e7f72
 
a2e7f72
 	/* Use strncpy because we don't necessarily want null termination */
a2e7f72
+	/* coverity[buffer_size_warning : FALSE] */
a2e7f72
 	strncpy(ut->ut_name, li->username,
a2e7f72
 	    MIN_SIZEOF(ut->ut_name, li->username));
a2e7f72
 # ifdef HAVE_HOST_IN_UTMP
a2e7f72
+	/* coverity[buffer_size_warning : FALSE] */
a2e7f72
 	strncpy(ut->ut_host, li->hostname,
a2e7f72
 	    MIN_SIZEOF(ut->ut_host, li->hostname));
a2e7f72
 # endif
a2e7f72
@@ -1690,6 +1692,7 @@ record_failed_login(struct ssh *ssh, con
a2e7f72
 
a2e7f72
 	memset(&ut, 0, sizeof(ut));
a2e7f72
 	/* strncpy because we don't necessarily want nul termination */
a2e7f72
+	/* coverity[buffer_size_warning : FALSE] */
a2e7f72
 	strncpy(ut.ut_user, username, sizeof(ut.ut_user));
a2e7f72
 	strlcpy(ut.ut_line, "ssh:notty", sizeof(ut.ut_line));
a2e7f72
 
a2e7f72
@@ -1699,6 +1702,7 @@ record_failed_login(struct ssh *ssh, con
a2e7f72
 	ut.ut_pid = getpid();
a2e7f72
 
a2e7f72
 	/* strncpy because we don't necessarily want nul termination */
a2e7f72
+	/* coverity[buffer_size_warning : FALSE] */
a2e7f72
 	strncpy(ut.ut_host, hostname, sizeof(ut.ut_host));
a2e7f72
 
a2e7f72
 	if (ssh_packet_connection_is_on_socket(ssh) &&
a2e7f72
diff -up openssh-8.5p1/misc.c.coverity openssh-8.5p1/misc.c
a2e7f72
--- openssh-8.5p1/misc.c.coverity	2021-03-24 12:03:33.745967902 +0100
a2e7f72
+++ openssh-8.5p1/misc.c	2021-03-24 13:31:47.037079617 +0100
a2e7f72
@@ -1425,6 +1425,8 @@ sanitise_stdfd(void)
a2e7f72
 	}
a2e7f72
 	if (nullfd > STDERR_FILENO)
a2e7f72
 		close(nullfd);
446f300
+	/* coverity[leaked_handle : FALSE]*/
446f300
+	/* coverity[leaked_handle : FALSE]*/
a2e7f72
 }
a2e7f72
 
a2e7f72
 char *
a2e7f72
@@ -2511,6 +2513,7 @@ stdfd_devnull(int do_stdin, int do_stdou
a2e7f72
 	}
a2e7f72
 	if (devnull > STDERR_FILENO)
a2e7f72
 		close(devnull);
446f300
+	/* coverity[leaked_handle : FALSE]*/
a2e7f72
 	return ret;
a2e7f72
 }
a2e7f72
 
6cf9b8e
diff -up openssh-7.4p1/monitor.c.coverity openssh-7.4p1/monitor.c
6cf9b8e
--- openssh-7.4p1/monitor.c.coverity	2016-12-23 16:40:26.888788688 +0100
6cf9b8e
+++ openssh-7.4p1/monitor.c	2016-12-23 16:40:26.900788691 +0100
6cf9b8e
@@ -411,7 +411,7 @@ monitor_child_preauth(Authctxt *_authctx
def1deb
 	mm_get_keystate(ssh, pmonitor);
Jan F. Chadima cff1d0c
 
Jan F. Chadima cff1d0c
 	/* Drain any buffered messages from the child */
Jan F. Chadima cff1d0c
-	while (pmonitor->m_log_recvfd != -1 && monitor_read_log(pmonitor) == 0)
Jan F. Chadima cff1d0c
+	while (pmonitor->m_log_recvfd >= 0 && monitor_read_log(pmonitor) == 0)
Jan F. Chadima cff1d0c
 		;
Jan F. Chadima cff1d0c
 
3cd4899
 	if (pmonitor->m_recvfd >= 0)
a2e7f72
@@ -1678,7 +1678,7 @@ mm_answer_pty(struct ssh *ssh, int sock,
a2e7f72
 	s->ptymaster = s->ptyfd;
a2e7f72
 
a2e7f72
 	debug3_f("tty %s ptyfd %d", s->tty, s->ttyfd);
a2e7f72
-
a2e7f72
+	/* coverity[leaked_handle : FALSE] */
a2e7f72
 	return (0);
a2e7f72
 
a2e7f72
  error:
6cf9b8e
diff -up openssh-7.4p1/openbsd-compat/bindresvport.c.coverity openssh-7.4p1/openbsd-compat/bindresvport.c
6cf9b8e
--- openssh-7.4p1/openbsd-compat/bindresvport.c.coverity	2016-12-19 05:59:41.000000000 +0100
6cf9b8e
+++ openssh-7.4p1/openbsd-compat/bindresvport.c	2016-12-23 16:40:26.901788691 +0100
132f8f8
@@ -58,7 +58,7 @@ bindresvport_sa(int sd, struct sockaddr
Jan F. Chadima ea97ffa
 	struct sockaddr_in6 *in6;
Jan F. Chadima ea97ffa
 	u_int16_t *portp;
Jan F. Chadima ea97ffa
 	u_int16_t port;
Jan F. Chadima ea97ffa
-	socklen_t salen;
Jan F. Chadima ea97ffa
+	socklen_t salen = sizeof(struct sockaddr_storage);
Jan F. Chadima ea97ffa
 	int i;
Jan F. Chadima ea97ffa
 
Jan F. Chadima ea97ffa
 	if (sa == NULL) {
8f4d190
diff -up openssh-8.7p1/openbsd-compat/bsd-pselect.c.coverity openssh-8.7p1/openbsd-compat/bsd-pselect.c
8f4d190
--- openssh-8.7p1/openbsd-compat/bsd-pselect.c.coverity	2021-08-30 16:36:11.357288009 +0200
8f4d190
+++ openssh-8.7p1/openbsd-compat/bsd-pselect.c	2021-08-30 16:37:21.791897976 +0200
8f4d190
@@ -113,13 +113,13 @@ pselect_notify_setup(void)
8f4d190
 static void
8f4d190
 pselect_notify_parent(void)
8f4d190
 {
8f4d190
-	if (notify_pipe[1] != -1)
8f4d190
+	if (notify_pipe[1] >= 0)
8f4d190
 		(void)write(notify_pipe[1], "", 1);
8f4d190
 }
8f4d190
 static void
8f4d190
 pselect_notify_prepare(fd_set *readset)
8f4d190
 {
8f4d190
-	if (notify_pipe[0] != -1)
8f4d190
+	if (notify_pipe[0] >= 0)
8f4d190
 		FD_SET(notify_pipe[0], readset);
8f4d190
 }
8f4d190
 static void
8f4d190
@@ -127,8 +127,8 @@ pselect_notify_done(fd_set *readset)
8f4d190
 {
8f4d190
 	char c;
8f4d190
 
8f4d190
-	if (notify_pipe[0] != -1 && FD_ISSET(notify_pipe[0], readset)) {
8f4d190
-		while (read(notify_pipe[0], &c, 1) != -1)
8f4d190
+	if (notify_pipe[0] >= 0 && FD_ISSET(notify_pipe[0], readset)) {
8f4d190
+		while (read(notify_pipe[0], &c, 1) >= 0)
8f4d190
 			debug2_f("reading");
8f4d190
 		FD_CLR(notify_pipe[0], readset);
8f4d190
 	}
a2e7f72
diff -up openssh-8.5p1/readconf.c.coverity openssh-8.5p1/readconf.c
a2e7f72
--- openssh-8.5p1/readconf.c.coverity	2021-03-24 12:03:33.778968131 +0100
a2e7f72
+++ openssh-8.5p1/readconf.c	2021-03-24 12:03:33.785968180 +0100
a2e7f72
@@ -1847,6 +1847,7 @@ parse_pubkey_algos:
a2e7f72
 			} else if (r != 0) {
a2e7f72
 				error("%.200s line %d: glob failed for %s.",
a2e7f72
 				    filename, linenum, arg2);
a2e7f72
+				free(arg2);
8f4d190
 				goto out;
a2e7f72
 			}
a2e7f72
 			free(arg2);
6cf9b8e
diff -up openssh-7.4p1/servconf.c.coverity openssh-7.4p1/servconf.c
6cf9b8e
--- openssh-7.4p1/servconf.c.coverity	2016-12-23 16:40:26.896788690 +0100
6cf9b8e
+++ openssh-7.4p1/servconf.c	2016-12-23 16:40:26.901788691 +0100
6cf9b8e
@@ -1638,8 +1638,9 @@ process_server_config_line(ServerOptions
Jan F. Chadima cff1d0c
 		if (*activep && *charptr == NULL) {
Jan F. Chadima cff1d0c
 			*charptr = tilde_expand_filename(arg, getuid());
Jan F. Chadima cff1d0c
 			/* increase optional counter */
Jan F. Chadima cff1d0c
-			if (intptr != NULL)
Jan F. Chadima cff1d0c
-				*intptr = *intptr + 1;
Jan F. Chadima cff1d0c
+			/* DEAD CODE intptr is still NULL ;)
Jan F. Chadima cff1d0c
+  			 if (intptr != NULL)
Jan F. Chadima cff1d0c
+				*intptr = *intptr + 1; */
Jan F. Chadima cff1d0c
 		}
Jan F. Chadima cff1d0c
 		break;
Jan F. Chadima cff1d0c
 
8f4d190
diff -up openssh-8.7p1/serverloop.c.coverity openssh-8.7p1/serverloop.c
8f4d190
--- openssh-8.7p1/serverloop.c.coverity	2021-08-20 06:03:49.000000000 +0200
8f4d190
+++ openssh-8.7p1/serverloop.c	2021-08-30 16:28:22.416226981 +0200
8f4d190
@@ -547,7 +547,7 @@ server_request_tun(struct ssh *ssh)
25c16c6
 		debug_f("invalid tun");
def1deb
 		goto done;
Jan F. Chadima 3b545be
 	}
3cd4899
-	if (auth_opts->force_tun_device != -1) {
3cd4899
+	if (auth_opts->force_tun_device >= 0) {
def1deb
 		if (tun != SSH_TUNID_ANY &&
def1deb
 		    auth_opts->force_tun_device != (int)tun)
Jan F. Chadima 3b545be
 			goto done;
6cf9b8e
diff -up openssh-7.4p1/ssh-agent.c.coverity openssh-7.4p1/ssh-agent.c
6cf9b8e
--- openssh-7.4p1/ssh-agent.c.coverity	2016-12-19 05:59:41.000000000 +0100
6cf9b8e
+++ openssh-7.4p1/ssh-agent.c	2016-12-23 16:40:26.903788691 +0100
a2e7f72
@@ -869,6 +869,7 @@ sanitize_pkcs11_provider(const char *pro
a2e7f72
 
a2e7f72
 		if (pkcs11_uri_parse(provider, uri) != 0) {
a2e7f72
 			error("Failed to parse PKCS#11 URI");
a2e7f72
+			pkcs11_uri_cleanup(uri);
a2e7f72
 			return NULL;
a2e7f72
 		}
a2e7f72
 		/* validate also provider from URI */
6cf9b8e
diff -up openssh-7.4p1/sshd.c.coverity openssh-7.4p1/sshd.c
6cf9b8e
--- openssh-7.4p1/sshd.c.coverity	2016-12-23 16:40:26.897788690 +0100
6cf9b8e
+++ openssh-7.4p1/sshd.c	2016-12-23 16:40:26.904788692 +0100
6cf9b8e
@@ -691,8 +691,10 @@ privsep_preauth(Authctxt *authctxt)
13073f8
 
def1deb
 		privsep_preauth_child(ssh);
Jan F. Chadima cff1d0c
 		setproctitle("%s", "[net]");
Jan F. Chadima cff1d0c
-		if (box != NULL)
Jan F. Chadima cff1d0c
+		if (box != NULL) {
Jan F. Chadima cff1d0c
 			ssh_sandbox_child(box);
84822b5
+			free(box);
Jan F. Chadima cff1d0c
+		}
Jan F. Chadima cff1d0c
 
Jan F. Chadima cff1d0c
 		return 0;
Jan F. Chadima cff1d0c
 	}
a2e7f72
@@ -2519,8 +2524,11 @@ do_ssh2_kex(struct ssh *ssh)
a2e7f72
 
a2e7f72
 	if (newstr)
a2e7f72
 		myproposal[PROPOSAL_KEX_ALGS] = newstr;
a2e7f72
-	else
a2e7f72
+	else {
a2e7f72
 		fatal("No supported key exchange algorithms");
a2e7f72
+		free(gss);
a2e7f72
+	     }
a2e7f72
+	     /* coverity[leaked_storage: FALSE]*/
a2e7f72
 	}
a2e7f72
 #endif
a2e7f72
 
a2e7f72
diff -up openssh-8.5p1/ssh-keygen.c.coverity openssh-8.5p1/ssh-keygen.c
a2e7f72
--- openssh-8.5p1/ssh-keygen.c.coverity	2021-03-24 12:03:33.780968145 +0100
a2e7f72
+++ openssh-8.5p1/ssh-keygen.c	2021-03-24 12:03:33.787968194 +0100
a2e7f72
@@ -2332,6 +2332,9 @@ update_krl_from_file(struct passwd *pw,
a2e7f72
 			r = ssh_krl_revoke_key_sha256(krl, blob, blen);
a2e7f72
 			if (r != 0)
a2e7f72
 				fatal_fr(r, "revoke key failed");
a2e7f72
+			freezero(blob, blen);
a2e7f72
+			blob = NULL;
a2e7f72
+			blen = 0;
a2e7f72
 		} else {
a2e7f72
 			if (strncasecmp(cp, "key:", 4) == 0) {
a2e7f72
 				cp += 4;