Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
pub
frama-c
Commits
210d963e
Commit
210d963e
authored
Apr 02, 2020
by
David Bühler
Browse files
[Eva] In the malloc test, tests that the base for the imprecise builtin is weak.
parent
83bf91d9
Changes
2
Hide whitespace changes
Inline
Side-by-side
tests/builtins/malloc.c
View file @
210d963e
...
...
@@ -33,7 +33,7 @@ void main(int c) {
int
*
mw
=
Frama_C_malloc_imprecise
(
42
);
*
mw
=
1
;
int
*
mw2
=
Frama_C_malloc_imprecise
(
42
);
*
mw2
=
1
;
*
mw2
=
2
;
// *s = 1;
}
tests/builtins/oracle/malloc.res.oracle
View file @
210d963e
...
...
@@ -72,5 +72,5 @@
[1] ∈ UNINITIALIZED
[2] ∈ {3}
[3..24] ∈ UNINITIALIZED
__alloc_w_main[bits 0 to 31] ∈ {1} or UNINITIALIZED
__alloc_w_main[bits 0 to 31] ∈ {1
; 2
} or UNINITIALIZED
[4..4294967295] ∈ UNINITIALIZED
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment