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

github.com/cxong/tinydir.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCong <congusbongus@gmail.com>2016-03-18 06:47:40 +0300
committerCong <congusbongus@gmail.com>2016-03-18 06:47:40 +0300
commit0cb7125972f0776f80b215e0ba58458dfa7a1dc1 (patch)
tree227d046c5219ea88d1112871b1998b7c211b38f9
parentb0be3c715e2043ade1f95c130f21559fe8ebbb73 (diff)
Add race condition bug
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 033fa92..7ec9a80 100644
--- a/README.md
+++ b/README.md
@@ -74,3 +74,4 @@ Known Limitations
- Limited path and filename sizes
- No wide char support
+- [Possible race condition bug if folder being read has changing content](https://github.com/cxong/tinydir/issues/13)