summaryrefslogtreecommitdiff
path: root/BUGS.txt
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2014-02-27 23:35:24 +0000
committerChris Wilson <chris+github@qwirx.com>2014-02-27 23:35:24 +0000
commit6532d211951a52c62d2617340447f6bafd540e92 (patch)
tree94f1d9216cb65c1fe1644ad3560e818ec8fa801c /BUGS.txt
parentfd4c6a9fbbd6bb9999931ae6b079dd073f0ab3b0 (diff)
Allow read-only account check without taking a write lock on account.
Diffstat (limited to 'BUGS.txt')
-rw-r--r--BUGS.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/BUGS.txt b/BUGS.txt
index e0569113..5425d81a 100644
--- a/BUGS.txt
+++ b/BUGS.txt
@@ -13,3 +13,4 @@ Bugs
* more automated tests for win32
* change off_t to box_off_t in preparation for win32 large file support
* support large files on win32 by using native *i64 functions instead of posix
+* when storage is implemented, ensure that no write operations can happen to an account that's opened read-only (BackupStoreCheck without fix)