]> git.ipfire.org Git - thirdparty/glibc.git/commit
compat getdents64: Use correct offset for retry [BZ #23972]
authorFlorian Weimer <fweimer@redhat.com>
Mon, 10 Dec 2018 13:14:45 +0000 (14:14 +0100)
committerFlorian Weimer <fweimer@redhat.com>
Mon, 10 Dec 2018 15:25:09 +0000 (16:25 +0100)
commit8d20a2f414fa52aceef8a0e3675415df54a840db
tree5b2999ee9361ad4b89d85a51253a8e6bfd5d242f
parent80472e2fba099c8da559bd524486354636ed0c4f
compat getdents64: Use correct offset for retry [BZ #23972]

d_off is the offset of the *next* entry, not the offset of the current
entry.
ChangeLog
sysdeps/unix/sysv/linux/getdents64.c
sysdeps/unix/sysv/linux/tst-readdir64-compat.c