We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents da29ce6 + e0daa1f commit 890ad96Copy full SHA for 890ad96
tool-wrapper.inc
@@ -52,7 +52,7 @@ parse_result()
52
grep -Eq "^(\[.*\] |[[:space:]]*)dereference failure:" ; then
53
echo 'FALSE(valid-deref)'
54
elif tail -n 50 $LOG.ok | \
55
- grep -Eq "^(\[.*\] |[[:space:]]*)array.* upper bound in " ; then
+ grep -Eq "^(\[.*\] |[[:space:]]*)array.* (lower|upper) bound in " ; then
56
57
58
grep -Eq "^[[:space:]]+mem(cpy|set|move) (source region readable|destination region writeable)" ; then
0 commit comments