Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prevent NPE on partial match of compare URL (part 2)
Unfortunately go-gitea#18472 only fixed part of the ways a nil pointer can occur in the compare url. We also need to ensure that the match array has all the matches present. Fix go-gitea#18471 Related go-gitea#18472 Signed-off-by: Andrew Thornton <art27@cantab.net>
- Loading branch information