summaryrefslogtreecommitdiff
path: root/Changes
diff options
context:
space:
mode:
Diffstat (limited to 'Changes')
-rw-r--r--Changes3
1 files changed, 2 insertions, 1 deletions
diff --git a/Changes b/Changes
index 3bc3388..2685024 100644
--- a/Changes
+++ b/Changes
@@ -36,4 +36,5 @@ TODO: openbsd requires stdint.h for intptr_t - why posix?
- use _POSIX_MEMLOCK_RANGE for mlock.
- do not (errornously) overwrite CFLAGS in configure.ac.
- mknod used int3 for dev_t (ยง2 bit), not offs (64 bit).
-
+ - fix memory corruption in eio_readdirx for the flags
+ combination EIO_READDIR_STAT_ORDER | EIO_READDIR_DIRS_FIRST.