Skip to content

Commit

Permalink
Merge pull request #52 from tautschnig/fix-missing-word
Browse files Browse the repository at this point in the history
Fix word forgotten in fb00248
  • Loading branch information
tautschnig authored Nov 27, 2018
2 parents 890ad96 + 8c39585 commit c1ea9b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tool-wrapper.inc
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ parse_result()
grep -Eq "^(\[.*\] double free|[[:space:]]*double free$)" ; then
echo 'FALSE(valid-free)'
elif tail -n 50 $LOG.ok | \
grep -Eq "^(\[.*\] free called for stack-allocated object|[[:space:]]*called for stack-allocated object$)" ; then
grep -Eq "^(\[.*\] free called for stack-allocated object|[[:space:]]*free called for stack-allocated object$)" ; then
echo 'FALSE(valid-free)'
elif tail -n 50 $LOG.ok | \
grep -Eq "^(\[.*\] free argument has offset zero|[[:space:]]* free argument has offset zero$)" ; then
Expand Down

0 comments on commit c1ea9b9

Please sign in to comment.