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 2c71799 + f04a1ec commit bfef0b6Copy full SHA for bfef0b6
tool-wrapper.inc
@@ -43,6 +43,9 @@ parse_result()
43
elif tail -n 50 $LOG.ok | \
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
48
+ echo 'FALSE(valid-free)'
49
50
grep -Eq "^(\[.*\] |[[:space:]]*)arithmetic overflow on signed" ; then
51
echo 'FALSE(no-overflow)'
0 commit comments