Commit 1f2bdf9
authored
driver: Fix startup crash when fuzzing native libraries (#883)
driver: Fix startup crashes when fuzzing native libraries
Fixes a JVM crash with the following frame while fuzzing native
libraries:
```
[libstdc++.so.6+0x13bf8a] std::ostream::sentry::sentry(std::ostream&)+0x1a
```1 parent 7b17073 commit 1f2bdf9
File tree
1 file changed
+3
-0
lines changed- src/main/native/com/code_intelligence/jazzer/driver
1 file changed
+3
-0
lines changedLines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
122 | 125 | | |
123 | 126 | | |
124 | 127 | | |
| |||
0 commit comments