Skip to content

Support out-of-bounds checks on arrays of dynamic size #1158

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

Merged
merged 1 commit into from
Aug 4, 2017

Conversation

tautschnig
Copy link
Collaborator

@tautschnig tautschnig commented Jul 20, 2017

Previously the code would rely on type sizes being constant when building a
subtraction; this is unnecessary as the expression is sent to the solver for
evaluation anyway.

The code should be adjusted once #1063 is merged, thus marking do-not-merge for now.

@tautschnig tautschnig changed the title Support out-of-bounds checks on arrays of dynamic size [depends: #1063] Support out-of-bounds checks on arrays of dynamic size Jul 20, 2017
Previously the code would rely on type sizes being constant when building a
subtraction; this is unnecessary as the expression is sent to the solver for
evaluation anyway.
@tautschnig tautschnig changed the title [depends: #1063] Support out-of-bounds checks on arrays of dynamic size Support out-of-bounds checks on arrays of dynamic size Jul 24, 2017
@kroening kroening merged commit 76ae912 into diffblue:master Aug 4, 2017
@tautschnig tautschnig deleted the array-bounds branch August 4, 2017 11:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants