OpenCoverageOpenSSH

OpenSSH patch #4 - 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/3)
  0.000% (0/2)
  0.000% (0/5)
Modified lines not executed:
 66.667% (2/3)
  0.000% (0/2)
 40.000% (2/5)
Source code lines not instrumented:
 33.333% (1/3)
100.000% (2/2)
 60.000% (3/5)

List of tests executing the changes

Execution NameState

Patch File

Showing: 

Modified File: sshd.c

LineTestsDifference Output
diff --git a/sshd.c b/sshd.c
index 98beb1ed..ba26287b 100644
--- a/sshd.c
+++ b/sshd.c
@@ -1,4 +1,4 @@
1
-
No equivalent source code line in the reference code can be identified.
-/* $OpenBSD: sshd.c,v 1.514 2018/08/13 02:41:05 djm Exp $ */
1
-
+/* $OpenBSD: sshd.c,v 1.516 2018/09/21 12:23:17 djm Exp $ */
2 /*
3 * Author: Tatu Ylonen <ylo@cs.hut.fi>
4 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -536,8 +536,7 @@ privsep_preauth_child(void)
536
537 #ifdef GSSAPI
538 /* Cache supported mechanism OIDs for later use */
539
0
- if (options.gss_authentication)
540
0
- ssh_gssapi_prepare_supported_oids();
539
-
+ ssh_gssapi_prepare_supported_oids();
541 ➡ 540 #endif
542 ➡ 541
543 ➡ 542 reseed_prngs();

Generated by Squish Coco 4.2.2