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

--- Comment #48 from dflo <dflogeras2 at gmail dot com> ---
Created attachment 11808
  --> https://sourceware.org/bugzilla/attachment.cgi?id=11808&action=edit
Patch to bypass the return EOVERFLOW condition

Here's a patch I tried as a proof of concept.  I #if'd out the check for
overflow in getdents.c, and installed glibc-2.29 in a gentoo chroot.

This worked around any issues with all of the packages that I noticed broken
prior to the change.

-- 
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]