Skip to content

Conversation

@smowton
Copy link
Contributor

@smowton smowton commented Sep 12, 2018

This wrongly std::move'd the same input parameter twice, causing a fault when casting the now-nil exprt. I don't know how this ever worked; possibly in some circumstances the move constructor is elided.

This wrongly std::move'd the same input parameter twice, causing a fault
when casting the now-nil exprt. I don't know how this ever worked; possibly
in some circumstances the move constructor is elided.
@smowton
Copy link
Contributor Author

smowton commented Sep 12, 2018

Duplicate of #2935

@smowton smowton marked this as a duplicate of #2935 Sep 12, 2018
@smowton smowton closed this Sep 12, 2018
Copy link
Contributor

@allredj allredj left a comment

Choose a reason for hiding this comment

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

Passed Diffblue compatibility checks (cbmc commit: 06e383e).
Build URL: https://travis-ci.com/diffblue/test-gen/builds/84600119

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