This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 366cce74d2 support: Add valgrind instructions to <support/fuse.h> new 4c09aa31b1 dirent: Add tst-closedir-leaks new e92718552e Linux: Use readdir64_r for compat __old_readdir64_r (bug 32128) new 4ec355af45 dirent: Add tst-readdir-long new 6aa1645f66 dirent: Add tst-rewinddir new 6f3f6c506c Linux: readdir64_r should not skip d_ino == 0 entries (bug 32126)
The 5 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: dirent/Makefile | 23 ++++ dirent/tst-closedir-leaks.c | 77 ++++++++++++ dirent/tst-readdir-long.c | 231 ++++++++++++++++++++++++++++++++++ dirent/tst-readdir-zero-inode.c | 134 ++++++++++++++++++++ dirent/tst-rewinddir.c | 207 ++++++++++++++++++++++++++++++ sysdeps/unix/sysv/linux/getdents64.c | 97 -------------- sysdeps/unix/sysv/linux/olddirent.h | 2 - sysdeps/unix/sysv/linux/readdir64.c | 90 +++++++------ sysdeps/unix/sysv/linux/readdir64_r.c | 127 +++++-------------- 9 files changed, 755 insertions(+), 233 deletions(-) create mode 100644 dirent/tst-closedir-leaks.c create mode 100644 dirent/tst-readdir-long.c create mode 100644 dirent/tst-readdir-zero-inode.c create mode 100644 dirent/tst-rewinddir.c