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

Prevent reading beyond bounds of p_access_chain. #84

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

Conversation

kuwerty
Copy link

@kuwerty kuwerty commented Feb 1, 2020

valgrind threw this out and it does seem like an invalid access. There's a bounds check on index_index present but it's after the dereference so I'm just guessing at this fix.

valgrind threw this out and it does seem like an invalid access.  There's a bounds check on index_index present but it's after the dereference so I'm just guessing at this fix.
@CLAassistant
Copy link

CLAassistant commented Jul 13, 2020

CLA assistant check
All committers have signed the CLA.

@chaoticbob
Copy link
Contributor

Hi - can you sign the CLA?

@kuwerty
Copy link
Author

kuwerty commented Nov 13, 2020

Sure, it's signed.

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

3 participants