OpenCoverageOpenSSL

OpenSSL patch #16 - Test report of the modifications

Overview

Test Execution StatusStatistics
Passed
  0.000% (0/43)
Incident
  0.000% (0/43)
Skipped
  0.000% (0/43)
Failed
  0.000% (0/43)
Requires Manual Checking
  0.000% (0/43)
Unknown
  0.000% (0/43)
All
  0.000% (0/43)
CategoryRemoved LinesInserted LinesTotal
Modified lines executed:
  0.000% (0/3)
  0.000% (0/1)
  0.000% (0/4)
Modified lines not executed:
  0.000% (0/3)
  0.000% (0/1)
  0.000% (0/4)
Source code lines not instrumented:
100.000% (3/3)
100.000% (1/1)
100.000% (4/4)

List of tests executing the changes

Execution NameState

Patch File

Showing: 

Modified File: crypto/o_fopen.c

LineTestsDifference Output
diff --git a/crypto/o_fopen.c b/crypto/o_fopen.c
index f08f99b414..7d51ad7254 100644
--- a/crypto/o_fopen.c
+++ b/crypto/o_fopen.c
@@ -25,14 +25,12 @@
25 # endif
26 # endif
27
28
-
+#include "e_os.h"
28 ➡ 29 #include "internal/cryptlib.h"
29 ➡ 30
30 ➡ 31 #if !defined(OPENSSL_NO_STDIO)
31 ➡ 32
32 ➡ 33 # include <stdio.h>
33
-
No equivalent source code line in the reference code can be identified.
-# ifdef _WIN32
34
-
No equivalent source code line in the reference code can be identified.
-# include <windows.h>
35
-
No equivalent source code line in the reference code can be identified.
-# endif
36 ➡ 34 # ifdef __DJGPP__
37 ➡ 35 # include <unistd.h>
38 ➡ 36 # endif

Generated by Squish Coco 4.2.2