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

Add correct double zero check #5471

Merged
merged 2 commits into from
Feb 22, 2024

Conversation

kimkulling
Copy link
Member

There is an overflow caused by a division by nearly-zero double. This PR shall fix this by checking the animationTime correctly against zero.

@kimkulling kimkulling merged commit 4d6dd80 into master Feb 22, 2024
8 checks passed
@kimkulling kimkulling deleted the kimkulling/fix_integer_overflow_issue-5470 branch February 22, 2024 12:58
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.

Bug: Issue 64586 in oss-fuzz: assimp:assimp_fuzzer: Integer-overflow in Assimp::FBXExporter::WriteObjects
1 participant