forked from go-gitea/gitea
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update lunny/levelqueue to prevent NPE when reads are performed after…
… 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. Fix go-gitea#20380 Signed-off-by: Andrew Thornton <art27@cantab.net>
- Loading branch information
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters