Skip to content

Conversation

@tautschnig
Copy link
Collaborator

No description provided.

elif tail -n 50 $LOG.ok | \
grep -Eq "^(\[.*\] free argument has offset zero|[[:space:]]* free argument has offset zero$)" ; then
echo 'FALSE(valid-free)'
if tail -n 50 $LOG.ok | grep -Eq "^[[:space:]]+[a-zA-Z0-9_]+=INVALID" ; then
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just for curiosity: which CBMC output is matched here?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The actual assignment in the counterexample trace, where the right-hand side is an invalid pointer.

@tautschnig tautschnig merged commit 864b6b2 into diffblue:master Nov 13, 2018
@tautschnig tautschnig deleted the mem-properties branch November 13, 2018 11:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants