We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbb668a commit bfffbd4Copy full SHA for bfffbd4
test/cbmc/proofs/DNS/DNSTreatNBNS/Makefile.json
@@ -9,7 +9,7 @@
9
"--unwindset prvFindEntryIndex.0:2",
10
"--unwindset strcmp.0:{NBNS_NAME_MAX_LENGTH}",
11
"--unwindset strlen.0:{NBNS_NAME_MAX_LENGTH}",
12
- "--unwindset strncpy.0:{NBNS_NAME_MAX_LENGTH}"
+ "--unwindset strcpy.0:{NBNS_NAME_MAX_LENGTH}"
13
],
14
"OBJS":
15
[
@@ -26,3 +26,4 @@
26
"ipconfigUSE_NBNS=1"
27
]
28
}
29
+
0 commit comments