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.
1 parent 20d0bed commit 0505c24Copy full SHA for 0505c24
tool-wrapper.inc
@@ -51,6 +51,9 @@ parse_result()
51
elif tail -n 50 $LOG.ok | \
52
grep -Eq "^(\[.*\] |[[:space:]]*)array.* upper bound in " ; then
53
echo 'FALSE(valid-deref)'
54
+ elif tail -n 50 $LOG.ok | \
55
+ grep -Eq "^[[:space:]]+mem(cpy|set|move) (source region readable|destination region writeable)" ; then
56
+ echo 'FALSE(valid-deref)'
57
58
grep -Eq "^(\[.*\] double free|[[:space:]]*double free$)" ; then
59
echo 'FALSE(valid-free)'
0 commit comments