diff options
author | Ulrich Drepper <drepper@gmail.com> | 2011-01-13 12:42:06 -0500 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-01-13 12:42:06 -0500 |
commit | 1086d70d916fd0eb969b3d89ff88abd35f6a5c34 (patch) | |
tree | 5b6d18db9462b6b20e5c8abd59a7fe0f96e92393 /ChangeLog | |
parent | 451f001b50870604e1f2daef12f04f9f460d3997 (diff) | |
download | glibc-1086d70d916fd0eb969b3d89ff88abd35f6a5c34.zip glibc-1086d70d916fd0eb969b3d89ff88abd35f6a5c34.tar.gz glibc-1086d70d916fd0eb969b3d89ff88abd35f6a5c34.tar.bz2 |
Fix handling of missing syscall in Linux mkdirat.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2011-01-13 Ulrich Drepper <drepper@gmail.com> + [BZ #12397] + * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing + syscall. + [BZ #10484] * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of temporary buffer used to handle multi lookups locally. |