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

driver: Fix startup crash when fuzzing native libraries #883

Merged
merged 1 commit into from
Nov 6, 2023

Conversation

fmeum
Copy link
Contributor

@fmeum fmeum commented Nov 6, 2023

Fixes a JVM crash with the following frame while fuzzing native libraries:

[libstdc++.so.6+0x13bf8a]  std::ostream::sentry::sentry(std::ostream&)+0x1a

Fixes a JVM crash with the following frame while fuzzing native
libraries:
```
[libstdc++.so.6+0x13bf8a]  std::ostream::sentry::sentry(std::ostream&)+0x1a
```
@fmeum fmeum changed the title driver: Fix startup crashes when fuzzing native libraries driver: Fix startup crash when fuzzing native libraries Nov 6, 2023
@fmeum fmeum marked this pull request as ready for review November 6, 2023 15:07
@fmeum fmeum requested review from simonresch and a team November 6, 2023 15:07
@fmeum fmeum merged commit 1f2bdf9 into main Nov 6, 2023
@fmeum fmeum deleted the fix-ci-sense-fuzz branch November 6, 2023 16:53
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.

2 participants