-
Notifications
You must be signed in to change notification settings - Fork 816
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix crash and incorrect implementation of seen chat notifications removal #5879
Fix crash and incorrect implementation of seen chat notifications removal #5879
Conversation
/backport to stable-3.9 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I tested with concurrent access detection tool from valgrind and failed to get any concurrent unprotected access
@allexzander why did you added mutexes ?
1a9f4a7
to
50dd564
Compare
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #5879 +/- ##
==========================================
- Coverage 60.09% 60.06% -0.03%
==========================================
Files 145 145
Lines 18746 18746
==========================================
- Hits 11265 11260 -5
- Misses 7481 7486 +5
|
c80206c
to
db76f74
Compare
@allexzander all good for me |
db76f74
to
9ba6c02
Compare
… seen chat notifications removal. Improved notifications fetch code to avoid multiple calls from different threads. Signed-off-by: alex-z <[email protected]>
Signed-off-by: Matthieu Gallien <[email protected]>
bd1fcb2
to
5991e78
Compare
SonarCloud Quality Gate failed.
|
AppImage file: nextcloud-PR-5879-5991e780f553d6388a44461944c5783a8327fc52-x86_64.AppImage |
Fix crash in
_finalList
removal loop. Fix incorrect implementation of seen chat notifications removal. Improved notifications fetch code to avoid multiple calls from different threads.