This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libc/23960] [2.28 Regression]: New getdents{64} implementation breaks qemu-user


https://sourceware.org/bugzilla/show_bug.cgi?id=23960

Florian Weimer <fweimer at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |fweimer at redhat dot com

--- Comment #9 from Florian Weimer <fweimer at redhat dot com> ---
(In reply to John Paul Adrian Glaubitz from comment #8)
> Splitting the bug reports now since those are two different issues.
> 
> The shell expansion issue with dash affects all of qemu-user, not just m68k
> and was introduced by […] commit 298d0e3129c0b5137f4989275b13fe30d0733c4d […]

We already have bug 23497 and this commit:

commit 690652882b499defb3d950dfeff8fe421d13cab5 (bug23497)
Author: Florian Weimer <fweimer@redhat.com>
Date:   Fri Aug 10 10:20:13 2018 +0200

    Linux: Rewrite __old_getdents64 [BZ #23497]

    Commit 298d0e3129c0b5137f4989275b13fe30d0733c4d ("Consolidate Linux
    getdents{64} implementation") broke the implementation because it does
    not take into account struct offset differences.

    The new implementation is close to the old one, before the
    consolidation, but has been cleaned up slightly.

Does it fix the qemu-user issue?

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]