Skip to content
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

Fix windows substructure crash #2836

Merged
merged 2 commits into from
Dec 10, 2019

Conversation

greglandrum
Copy link
Member

Something I didn't catch in the review of #2500

There's a situation where an iterator was being incremented past the end of the vector and this was leading to a crash under some circumstances under Windows (possibly only a problem when doing debug builds).

It's an easy enough fix.

@greglandrum greglandrum added this to the 2019_09_3 milestone Dec 10, 2019
@ptosco ptosco self-assigned this Dec 10, 2019
@bp-kelley bp-kelley merged commit ff5266f into rdkit:master Dec 10, 2019
@greglandrum greglandrum deleted the fix/windows_substruct_crash branch January 9, 2020 16:45
greglandrum added a commit that referenced this pull request Jan 9, 2020
* Fix a substructure crash on Windows

* re-enable some tests
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants