We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1b95f9b + e94daaa commit 4889328Copy full SHA for 4889328
regression/cbmc-primitives/r_w_ok_bug/test.desc
@@ -1,9 +1,11 @@
1
-KNOWNBUG
+CORE
2
main.c
3
--pointer-check --no-simplify --no-propagation
4
-^EXIT=0$
+^\[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$
9
^SIGNAL=0$
10
--
11
^warning: ignoring
---
-Crashes during the flattening, issue #5328
0 commit comments