diff options
author | Sean Quah <8349537+squahtx@users.noreply.github.com> | 2022-03-01 15:27:15 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-01 15:27:15 +0000 |
commit | 4d6b6c17c860a6ef258e513d841dbda6ea151cbd (patch) | |
tree | 1ab3f9180e5b6f1931d442536dc63559a1950420 /changelog.d | |
parent | Add module callbacks called for reacting to deactivation status change and pr... (diff) | |
download | synapse-4d6b6c17c860a6ef258e513d841dbda6ea151cbd.tar.xz |
Fix rare error in `ReadWriteLock` when writers complete immediately (#12105)
Signed-off-by: Sean Quah <seanq@element.io>
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/12105.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/12105.bugfix b/changelog.d/12105.bugfix new file mode 100644 index 0000000000..f42e63e01f --- /dev/null +++ b/changelog.d/12105.bugfix @@ -0,0 +1 @@ +Fix an extremely rare, long-standing bug in `ReadWriteLock` that would cause an error when a newly unblocked writer completes instantly. |