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 false positive detection of cycles with slice in first field of struct #14

Merged
merged 1 commit into from
Oct 20, 2018

Conversation

kortschak
Copy link
Owner

The fix in #7 caused a false positive for slices in the first field of a struct because the address was not correctly found for the element instead of the slice header. This fixes that.

Updates #5.

@kortschak kortschak merged commit 7beae16 into master Oct 20, 2018
@kortschak kortschak deleted the revisit-five branch October 20, 2018 06:44
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.

None yet

1 participant