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 read #1072

Open
setharnold opened this issue Feb 14, 2018 · 0 comments
Open

out of bounds read #1072

setharnold opened this issue Feb 14, 2018 · 0 comments

Comments

@setharnold
Copy link
Contributor

for (m = 0; m < J2KMARK_NUM; m++) {

Hello, note that J2KMARK_NUM is defined to be 24, but marker_val has #ifdef components within it that change how many elements there are. If those are ever disabled, this will read outside of allocated memory.

Thanks

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

No branches or pull requests

1 participant