Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHannah von Reth <hannah.vonreth@owncloud.com>2021-11-19 17:31:11 +0300
committerHannah von Reth <vonreth@kde.org>2021-11-22 14:17:56 +0300
commit07aaba8f880e717039e22850d24d4c59e9cfb06d (patch)
treee21639ba7129d78c2ccfa648510b9fdff5c1e959 /changelog
parent842e48d1b31cca782c78b66702bd27d38ba62110 (diff)
Fix crash in PropagateRemoteMkdir
Fixes: #9170
Diffstat (limited to 'changelog')
-rw-r--r--changelog/unreleased/91706
1 files changed, 6 insertions, 0 deletions
diff --git a/changelog/unreleased/9170 b/changelog/unreleased/9170
new file mode 100644
index 000000000..baf7102ac
--- /dev/null
+++ b/changelog/unreleased/9170
@@ -0,0 +1,6 @@
+Bugfix: Crash when handling locked files
+
+We fixed a crash that could occur when trying to add a locked folder to the databse.
+
+
+https://github.com/owncloud/client/issues/9170