We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba9bd3c commit a6d8157Copy full SHA for a6d8157
tests/cbmc/proofs/s2n_stuffer_private_key_from_pem/Makefile
@@ -12,7 +12,7 @@
12
# limitations under the License.
13
14
# Enough to get full coverage with 7 minutes of runtime.
15
-MAX_BLOB_SIZE = 10
+MAX_BLOB_SIZE = 8
16
DEFINES += -DMAX_BLOB_SIZE=$(MAX_BLOB_SIZE)
17
18
CHECKFLAGS +=
@@ -48,6 +48,7 @@ REMOVE_FUNCTION_BODY += __CPROVER_file_local_s2n_mem_c_s2n_mem_cleanup_impl
48
REMOVE_FUNCTION_BODY += s2n_stuffer_resize
49
REMOVE_FUNCTION_BODY += s2n_stuffer_rewrite
50
REMOVE_FUNCTION_BODY += s2n_add_overflow
51
+REMOVE_FUNCTION_BODY += s2n_stuffer_skip_whitespace
52
53
UNWINDSET += strlen.0:5 # size of S2N_PEM_PKCS1_RSA_PRIVATE_KEY
54
UNWINDSET += strncmp.0:5 # size of S2N_PEM_END_TOKEN
0 commit comments