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 double panic due to validation errors #1417

Merged
merged 1 commit into from
Dec 5, 2022
Merged

Fix double panic due to validation errors #1417

merged 1 commit into from
Dec 5, 2022

Conversation

hannobraun
Copy link
Owner

If the thread was already panicking, the Drop implementation for Validation could cause a double panic. This would cause the thread to abort without any useful output, which is the opposite of what this Drop implementation tried to achieve.

If the thread was already panicking, the `Drop` implementation for
`Validation` could cause a double panic. This would cause the thread to
abort without any useful output, which is the opposite of what this
`Drop` implementation tried to achieve.
@hannobraun hannobraun enabled auto-merge December 5, 2022 15:28
@hannobraun hannobraun merged commit 349dbd8 into main Dec 5, 2022
@hannobraun hannobraun deleted the panic branch December 5, 2022 15:32
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