We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents def3ba5 + 0873749 commit e9545d5Copy full SHA for e9545d5
tool-wrapper.inc
@@ -32,6 +32,9 @@ parse_result()
32
if tail -n 50 $LOG.ok | \
33
grep -Eq "^(\[.*\] .*__CPROVER_memory_leak == NULL|[[:space:]]*__CPROVER_memory_leak == NULL$)" ; then
34
echo 'FALSE(valid-memtrack)'
35
+ elif tail -n 50 $LOG.ok | \
36
+ grep -Eq "^(\[.*\] |[[:space:]]*)dynamically allocated memory never freed in " ; then
37
+ echo 'FALSE(valid-memtrack)'
38
elif tail -n 50 $LOG.ok | \
39
grep -Eq "^(\[.*\] |[[:space:]]*)dereference failure:" ; then
40
echo 'FALSE(valid-deref)'
0 commit comments