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

github.com/windirstat/llfio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2017-09-20 02:11:38 +0300
committerNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2017-09-20 02:11:38 +0300
commit552867a000005b13d170c6cbd36ab0f476d9f805 (patch)
tree2dd9d8e8bed00034fc48627ccb7379db49d9810c /release_notes.md
parent5e0683d452700941c589f10dcfb8ead5409ed20d (diff)
Fix UB where we were accidentally storing a directory_handle as a path_handle in path_discovery.
Diffstat (limited to 'release_notes.md')
-rw-r--r--release_notes.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/release_notes.md b/release_notes.md
index fa3fcfe8..c09207d5 100644
--- a/release_notes.md
+++ b/release_notes.md
@@ -132,6 +132,7 @@ ctest -C Release -R afio_sl
| ✔ | | Path views used throughout, thus avoiding string copying and allocation in `std::filesystem::path`.
| ✔ | | Paths are equally interpreted as UTF-8 on all platforms.
| ✔ | | We never store nor retain a path, as they are inherently racy and are best avoided.
+| ✔ | ✔ | Parent handle caching is hard coded in, it is now an optional user applied templated adapter class.
Todo: