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

Possible fix for crash on import of a GLB file #44020

Closed
wants to merge 1 commit into from

Conversation

Wavesonics
Copy link
Contributor

Fixes a crash during import of a particular GLB file, where the cross product's length is smaller than the epsilon value, and the vector is considered zero length causing an assert.

More details on the crash available in the issue: #44017

Fixes a crash where the cross product's length is smaller than the epsilon value
@Calinou
Copy link
Member

Calinou commented Dec 1, 2020

This pull request should be opened against the master branch unless you can't reproduce the bug there.

Also, changes to third-party libraries should be added to a .patch file so they can be applied again in the future when we update the library. See this file for an example.

Make sure to submit this pull request upstream as well – we try to be cooperative with upstream whenever possible 🙂

@Wavesonics
Copy link
Contributor Author

This needs to be a .patch and should come from master first.

@Wavesonics Wavesonics closed this Dec 1, 2020
@Wavesonics Wavesonics deleted the glb-import-crash branch December 2, 2020 01:44
@Calinou Calinou removed this from the 3.2 milestone Dec 2, 2020
@Calinou
Copy link
Member

Calinou commented Dec 2, 2020

Superseded by #44023.

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

Successfully merging this pull request may close these issues.

2 participants