Skip to content

Add a activateOverflowSafety to activate/deactivate buffer overflow safety. #17

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

Merged
merged 3 commits into from
Oct 15, 2024

Conversation

jeanchristopheruel
Copy link
Member

@jeanchristopheruel jeanchristopheruel commented Oct 15, 2024

Related to #16. Feature will be available in v1.2.9.

To read large STL file with a trianlge count > 1 000 000, the openstl buffer overflow safety must be unactivated with
openstl.set_activate_overflow_safety(False) after import. Deactivating overflow safety may expose the application
to potential buffer overflow risks (if openstl is used in a backend server with sensible data for example).

@jeanchristopheruel jeanchristopheruel merged commit 81a78d5 into main Oct 15, 2024
9 checks passed
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.

1 participant