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

Env::throw_error is unsafe if msg contains 0s #300

Closed
adumbidiot opened this issue Nov 14, 2020 · 0 comments · Fixed by #309
Closed

Env::throw_error is unsafe if msg contains 0s #300

adumbidiot opened this issue Nov 14, 2020 · 0 comments · Fixed by #309
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@adumbidiot
Copy link
Collaborator

Env::throw_error is unsafe if msg contains 0s. We do no checks elsewhere to ensure that msg contains no 0s, so this is not safe.

@Brooooooklyn Brooooooklyn added bug Something isn't working good first issue Good for newcomers labels Nov 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants