Skip to content

FIX: Fixed out of bounds memory access #89

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

pizzard
Copy link

@pizzard pizzard commented Jun 21, 2021

Fixed out of bounds memory access detected by address sanitizer.

Fixed out of bound emmory access detectedby address sanitizer.
@pizzard pizzard changed the title FIX: Fixed out of bound memory access FIX: Fixed out of bounds memory access Jun 21, 2021
@pizzard
Copy link
Author

pizzard commented Jun 21, 2021

This memory corruption was inconsequential, as the values in the w array which got corrupted were unused in further computation, but it was still an out-of-bounds access tooling would rightfully complain about.

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