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.
2 parents d61bffc + 9a0c662 commit d927b47Copy full SHA for d927b47
src/ansi-c/library/stdio.c
@@ -1047,7 +1047,7 @@ __CPROVER_HIDE:;
1047
1048
(void)*format;
1049
while((__CPROVER_size_t)__CPROVER_POINTER_OFFSET(*(void **)&arg) <
1050
- __CPROVER_OBJECT_SIZE(arg))
+ __CPROVER_OBJECT_SIZE(*(void **)&arg))
1051
{
1052
void *a = va_arg(arg, void *);
1053
__CPROVER_havoc_object(a);
@@ -1210,7 +1210,7 @@ __CPROVER_HIDE:;
1210
(void)*s;
1211
1212
1213
1214
1215
1216
0 commit comments