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.
2 parents a15e358 + 5e1c3f8 commit dacee8dCopy full SHA for dacee8d
tool-wrapper.inc
@@ -44,7 +44,7 @@ parse_result()
44
grep -Eq "^(\[.*\] free argument has offset zero|[[:space:]]* free argument has offset zero$)" ; then
45
echo 'FALSE(valid-free)'
46
elif tail -n 50 $LOG.ok | \
47
- grep -Eq "^(\[.*\] |[[:space:]]*)free argument is dynamic object" ; then
+ grep -Eq "^(\[.*\] |[[:space:]]*)free argument (is|must be) dynamic object" ; then
48
49
50
grep -Eq "^(\[.*\] |[[:space:]]*)arithmetic overflow on signed" ; then
0 commit comments