Skip to content

Fix string_builtin_functiont constructor #2942

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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