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 GenericMultipleBarcodeReader Segmentation fault #16

Merged
merged 1 commit into from
Jul 13, 2015

Conversation

dushibaiyu
Copy link
Contributor

in GenericMultipleBarcodeReader::translateResultPoints funtion:
ArrayRef< Ref > newResultPoints isn't initialization. SO ArrayRef<> ::array_ == 0;
in newResultPoints->values().push_back(Ref(new ResultPoint(oldPoint->getX() + xOffset, oldPoint->getY() + yOffset))); will Segmentation fault.
So must init befrom used

Benjamin-Dobell added a commit that referenced this pull request Jul 13, 2015
fix GenericMultipleBarcodeReader Segmentation fault
@Benjamin-Dobell Benjamin-Dobell merged commit e759442 into glassechidna:master Jul 13, 2015
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