diff --git a/changelog/unreleased/fix-concurrent-map-access.md b/changelog/unreleased/fix-concurrent-map-access.md new file mode 100644 index 0000000000..d201c688b3 --- /dev/null +++ b/changelog/unreleased/fix-concurrent-map-access.md @@ -0,0 +1,5 @@ +Bugfix: Fix concurrent map access in sharecache + +We fixed a problem where the sharecache map would sometimes cause a panic when being accessed concurrently. + +https://github.com/cs3org/reva/pull/4457