OpenCoverageOpenSSH

OpenSSH patch #6 - Test report of the modifications

Overview

Test Execution StatusStatistics
Passed
  0.000% (0/10)
Incident
  0.000% (0/10)
Skipped
  0.000% (0/10)
Failed
  0.000% (0/10)
Requires Manual Checking
  0.000% (0/10)
Unknown
  0.000% (0/10)
All
  0.000% (0/10)
CategoryRemoved LinesInserted LinesTotal
Modified lines executed:
  0.000% (0/7)
  0.000% (0/8)
  0.000% (0/15)
Modified lines not executed:
 42.857% (3/7)
 25.000% (2/8)
 33.333% (5/15)
Source code lines not instrumented:
 57.143% (4/7)
 75.000% (6/8)
 66.667% (10/15)

List of tests executing the changes

Execution NameState

Patch File

Showing: 

Modified File: ssh.c

LineTestsDifference Output
diff --git a/ssh.c b/ssh.c
index f4204c88..849fae35 100644
--- a/ssh.c
+++ b/ssh.c
@@ -1,4 +1,4 @@
1
-
No equivalent source code line in the reference code can be identified.
-/* $OpenBSD: ssh.c,v 1.492 2018/09/20 03:31:49 djm Exp $ */
1
-
+/* $OpenBSD: ssh.c,v 1.493 2018/09/21 03:11:36 djm Exp $ */
2 /*
3 * Author: Tatu Ylonen <ylo@cs.hut.fi>
4 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -1137,10 +1137,9 @@ main(int ac, char **av)
1137 if (addrs == NULL && options.num_permitted_cnames != 0 && (direct ||
1138 options.canonicalize_hostname == SSH_CANONICALISE_ALWAYS)) {
1139 if ((addrs = resolve_host(host, options.port,
1140
0
- option_clear_or_none(options.proxy_command),
1141
0
- cname, sizeof(cname))) == NULL) {
1140
0
+ direct, cname, sizeof(cname))) == NULL) {
1142 ➡ 1141 /* Don't fatal proxied host names not in the DNS */
1143
0
- if (option_clear_or_none(options.proxy_command))
1142
0
+ if (direct)
1144 ➡ 1143 cleanup_exit(255); /* logged in resolve_host */
1145 ➡ 1144 } else
1146 ➡ 1145 check_follow_cname(direct, &host, cname);

Modified File: ssh_config.5

LineTestsDifference Output
diff --git a/ssh_config.5 b/ssh_config.5
index c7192665..2df1165f 100644
--- a/ssh_config.5
+++ b/ssh_config.5
@@ -33,8 +33,8 @@
33 .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
34 .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
35 .\"
36
-
No equivalent source code line in the reference code can be identified.
-.\" $OpenBSD: ssh_config.5,v 1.283 2018/09/20 06:58:48 jmc Exp $
37
-
No equivalent source code line in the reference code can be identified.
-.Dd $Mdocdate: September 20 2018 $
36
-
+.\" $OpenBSD: ssh_config.5,v 1.284 2018/09/21 03:11:36 djm Exp $
37
-
+.Dd $Mdocdate: September 21 2018 $
38 .Dt SSH_CONFIG 5
39 .Os
40 .Sh NAME
@@ -290,7 +290,9 @@ hostname lookups.
290 If set to
291 .Cm yes
292 then, for connections that do not use a
293
-
No equivalent source code line in the reference code can be identified.
-.Cm ProxyCommand ,
293
-
+.Cm ProxyCommand
294
-
+or
295
-
+.Cm ProxyJump ,
294 ➡ 296 .Xr ssh 1
295 ➡ 297 will attempt to canonicalize the hostname specified on the command line
296 ➡ 298 using the

Generated by Squish Coco 4.2.2