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

qrenc: Fix array overrun in color_set #63

Merged
merged 1 commit into from
May 4, 2015

Conversation

tklauser
Copy link
Contributor

@tklauser tklauser commented Mar 5, 2015

If len is 8 we read 4 members from the string and store them in the
temporary array col (which is only 3 elements long). Fix it by
increasing the size of col.

If len is 8 we read 4 members from the string and store them in the
temporary array col (which is only 3 elements long). Fix it by
increasing the size of col.
fukuchi added a commit that referenced this pull request May 4, 2015
qrenc: Fix array overrun in color_set (Thanks to @tklauser and @win32asm)
@fukuchi fukuchi merged commit bad0e4d into fukuchi:master May 4, 2015
@fukuchi
Copy link
Owner

fukuchi commented May 4, 2015

Thank you all for the patch and notification. It's now closed.

@tklauser tklauser deleted the qrenc-array-overflow-fix branch May 4, 2015 14:26
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

2 participants