File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,15 +5,15 @@ HARNESS_ENTRY=findHeaderFieldParserCallback_harness
55PROOF_UID =findHeaderFieldParserCallback
66HARNESS_FILE =$(HARNESS_ENTRY )
77
8- # The header field length is bounded, so strncmp can be unwound to an expected
8+ # The header field length is bounded, so strncasecmp can be unwound to an expected
99# amount that won't make the proof run too long.
1010MAX_HEADER_FIELD_LENGTH =10
1111
1212DEFINES += -DMAX_HEADER_FIELD_LENGTH=$(MAX_HEADER_FIELD_LENGTH )
1313INCLUDES +=
1414
1515REMOVE_FUNCTION_BODY +=
16- UNWINDSET += strncmp .0:$(MAX_HEADER_FIELD_LENGTH )
16+ UNWINDSET += strncasecmp .0:$(MAX_HEADER_FIELD_LENGTH )
1717
1818PROOF_SOURCES += $(PROOFDIR ) /$(HARNESS_FILE ) .c
1919PROOF_SOURCES += $(SRCDIR ) /test/cbmc/sources/http_cbmc_state.c
You can’t perform that action at this time.
0 commit comments