This repository was archived by the owner on Jun 21, 2023. It is now read-only.
Commit 8f96355
committed
Avoid possible NRE in DiffService.
`GitClient.Compare` and `GitClient.CompareWith` can return null if one of the requested commits can't be found. Don't try to pass this null to `ParseFragment` . Also add a null guard to `ParseFragment` to make this clearer.
Fixes #12401 parent ba29d80 commit 8f96355
File tree
2 files changed
+20
-2
lines changed- src
- GitHub.Exports/Models
- GitHub.InlineReviews/Services
2 files changed
+20
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
| 17 | + | |
16 | 18 | | |
17 | 19 | | |
18 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
36 | 44 | | |
37 | 45 | | |
38 | 46 | | |
| |||
44 | 52 | | |
45 | 53 | | |
46 | 54 | | |
47 | | - | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
48 | 64 | | |
49 | 65 | | |
50 | 66 | | |
0 commit comments