Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Possible null reference exception in DiffService #1240

Closed
@grokys

Description

@grokys

At this line:

return DiffUtilities.ParseFragment(patch).ToList();

patch can be null as gitClient.Compare can return null. This should be handled, as well as probably other places.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions