summaryrefslogtreecommitdiff
path: root/Changes
diff options
context:
space:
mode:
authorroot <root>2011-05-26 03:51:55 +0000
committerroot <root>2011-05-26 03:51:55 +0000
commite40c96e8149713855ee3ea599b09ded22aaaf8d1 (patch)
treec8658f2487fa6869fbf55535a6237e94ad3e4108 /Changes
parent92ce2af7a54cab0dbc49fa609a42244402b30048 (diff)
*** empty log message ***
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.