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

Fix Out-Of-Bounds Read in sycc42x_to_rgb function #745

Merged
merged 1 commit into from
Apr 29, 2016

Conversation

mayeut
Copy link
Collaborator

@mayeut mayeut commented Apr 21, 2016

422 Images with an odd x0 lead to subsampled component starting at the 2nd column.
That is offset = comp->dx * comp->x0 - image->x0 = 1

Update #726

@mayeut mayeut changed the title Fix Out-Of-Bounds Read in sycc422_to_rgb function Fix Out-Of-Bounds Read in sycc42x_to_rgb function Apr 23, 2016
42x Images with an odd x0/y0 lead to subsampled component starting at the
2nd column/line.
That is offset = comp->dx * comp->x0 - image->x0 = 1

Update uclouvain#726
@mayeut mayeut merged commit 15f081c into uclouvain:master Apr 29, 2016
@mayeut mayeut deleted the issue-726 branch April 29, 2016 22:34
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