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 Heap-buffer-overflow READ in Assimp::FileSystemFilter::Cleanup #5117

Merged
merged 2 commits into from Jun 25, 2023

Conversation

sashashura
Copy link
Contributor

Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=53488

it was getting pass the in.end() because it does it += 3; and it += 2; in the loop and the const size_t remaining = std::distance(in.end(), it); becomes wrong.

@kimkulling kimkulling merged commit ed0dff2 into assimp:master Jun 25, 2023
11 checks passed
@kimkulling
Copy link
Member

Merged, thanks a lot for your contribution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

None yet

2 participants