You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
… close
go-gitea#20380 reveals that there was a slight bug in the levelqueue code that assumed that
reads and write would not occur after the db is closed. This unfortunately cannot be
assumed, and if a read or write occured this would result in a NPE.
This bug has been fixed in f020868cc2f78a4bb0b110c4c232c74be048453e therefore this
PR updates Gitea to use this.
Fixgo-gitea#20380
Signed-off-by: Andrew Thornton <art27@cantab.net>
https://drone.gitea.io/go-gitea/gitea/57643/2/12
(Hmm ... duplicated with #19957)
The text was updated successfully, but these errors were encountered: