forgejo/services
Giteabot 8b590de186
Fix migration panic due to an empty review comment diff (#28334) (#28362)
Backport #28334 by @lng2020

Fix #28328 
```
func (p *PullRequestComment) GetDiffHunk() string {
	if p == nil || p.DiffHunk == nil {
		return ""
	}
	return *p.DiffHunk
}
```
This function in the package `go-github` may return an empty diff. When
it's empty, the following code will panic because it access `ss[1]`

ec1feedbf5/services/migrations/gitea_uploader.go (L861-L867)

ec1feedbf5/modules/git/diff.go (L97-L101)

Co-authored-by: Nanguan Lin <70063547+lng2020@users.noreply.github.com>
2023-12-05 16:58:15 +08:00
..
actions
agit
asymkey
attachment
auth
automerge
context
convert
cron
externalaccount
feed
forms Fix required error for token name (#28267) (#28284) 2023-11-29 23:00:32 +08:00
gitdiff
indexer Fix missing issue search index update when changing status (#28325) (#28330) 2023-12-03 11:43:17 +00:00
issue
lfs
mailer
markup
migrations Fix migration panic due to an empty review comment diff (#28334) (#28362) 2023-12-05 16:58:15 +08:00
mirror
notify
org
packages Fix RPM/Debian signature key creation (#28352) (#28353) 2023-12-05 13:42:41 +08:00
pull
release Fix comment permissions (#28213) (#28216) 2023-11-25 23:43:23 +00:00
repository
secrets
task
uinotification
user
webhook Fix comment permissions (#28213) (#28216) 2023-11-25 23:43:23 +00:00
wiki