Skip to content

Commit 4889328

Browse files
authored
Merge pull request #6044 from tautschnig/resolve-5328
Pointer subtraction was fixed in 3acdb52
2 parents 1b95f9b + e94daaa commit 4889328

File tree

1 file changed

+6
-4
lines changed
  • regression/cbmc-primitives/r_w_ok_bug

1 file changed

+6
-4
lines changed

regression/cbmc-primitives/r_w_ok_bug/test.desc

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1-
KNOWNBUG
1+
CORE
22
main.c
33
--pointer-check --no-simplify --no-propagation
4-
^EXIT=0$
4+
^\[main.pointer_dereference.\d+\] line 8 dereference failure: pointer outside dynamic object bounds in \*p1: FAILURE$
5+
^\[main.pointer_dereference.\d+\] line 8 dereference failure: pointer outside object bounds in \*p1: FAILURE$
6+
^\*\* 2 of \d+ failed
7+
^VERIFICATION FAILED$
8+
^EXIT=10$
59
^SIGNAL=0$
610
--
711
^warning: ignoring
8-
--
9-
Crashes during the flattening, issue #5328

0 commit comments

Comments
 (0)