Commit c1609a3
committed
fix: handle null values in Arrays.equal/compare hooks
`null` arrays would crash in the `Arrays.equal` and `Arrays.compare`
hooks.1 parent 068587e commit c1609a3
File tree
2 files changed
+11
-0
lines changed- src
- main/java/com/code_intelligence/jazzer/runtime
- test/java/com/code_intelligence/jazzer/runtime
2 files changed
+11
-0
lines changedLines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
744 | 744 | | |
745 | 745 | | |
746 | 746 | | |
| 747 | + | |
747 | 748 | | |
748 | 749 | | |
749 | 750 | | |
| |||
777 | 778 | | |
778 | 779 | | |
779 | 780 | | |
| 781 | + | |
780 | 782 | | |
781 | 783 | | |
782 | 784 | | |
| |||
Lines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
55 | 64 | | |
0 commit comments