We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5fbcded + fb00248 commit da29ce6Copy full SHA for da29ce6
tool-wrapper.inc
@@ -60,6 +60,9 @@ parse_result()
60
elif tail -n 50 $LOG.ok | \
61
grep -Eq "^(\[.*\] double free|[[:space:]]*double free$)" ; then
62
echo 'FALSE(valid-free)'
63
+ elif tail -n 50 $LOG.ok | \
64
+ grep -Eq "^(\[.*\] free called for stack-allocated object|[[:space:]]*called for stack-allocated object$)" ; then
65
+ echo 'FALSE(valid-free)'
66
67
grep -Eq "^(\[.*\] free argument has offset zero|[[:space:]]* free argument has offset zero$)" ; then
68
if tail -n 50 $LOG.ok | grep -Eq "^[[:space:]]+[a-zA-Z0-9_]+=INVALID-" ; then
0 commit comments