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

Out of bounds memory access #266

Open
esoha-nvidia opened this issue Jan 17, 2023 · 0 comments · May be fixed by #267
Open

Out of bounds memory access #266

esoha-nvidia opened this issue Jan 17, 2023 · 0 comments · May be fixed by #267

Comments

@esoha-nvidia
Copy link
Contributor

self->sssshist[t]++;

170ec64#r96168745

esoha-nvidia added a commit to esoha-nvidia/MLV-App that referenced this issue Jan 17, 2023
sssshist stores a histogram of how often each ssss value is used.  There are 16 of them, from 1-16.  Though 0 is unused, it's more convenient to index the elements by ssss so, rather than subtract one before indexing, we will make the array larger by one element.

This fixes ilia3101#266
@esoha-nvidia esoha-nvidia linked a pull request Jan 17, 2023 that will close this issue
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 a pull request may close this issue.

1 participant