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

OBJReader: fix possible out-of-bounds access #5988

Merged
merged 1 commit into from
Apr 2, 2024

Conversation

mvieth
Copy link
Member

@mvieth mvieth commented Mar 27, 2024

Fixes #5987

@mvieth mvieth added module: io changelog: fix Meta-information for changelog generation labels Mar 27, 2024
@mvieth mvieth added this to the pcl-1.14.1 milestone Mar 30, 2024
@mvieth mvieth merged commit 54b1701 into PointCloudLibrary:master Apr 2, 2024
13 checks passed
@mvieth mvieth deleted the obj_whitespace_line branch April 2, 2024 08:04
mvieth added a commit to mvieth/pcl that referenced this pull request Apr 21, 2024
Partially revert PointCloudLibrary#5974 and PointCloudLibrary#5988 and PointCloudLibrary#5907
After the 1.14.1 release, we can re-apply these changes.
The ABI checker reported:
`The parameter file_name became passed in r12 register instead of r13. Applications will read the wrong memory block instead of the parameter value.` and `The parameter cloud_tgt_demean became passed in r12 register instead of r13.`
These changes are not super important, so I think it doesn't hurt to temporarily revert them to achieve 100% ABI compatibility between 1.14.0 and 1.14.1.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog: fix Meta-information for changelog generation module: io
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[obj_io.cpp] vector subscript out of range
2 participants