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/20251] 32bit programs pass garbage in struct flock for OFD locks


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

Isaac Boukris <iboukris at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |iboukris at gmail dot com

--- Comment #1 from Isaac Boukris <iboukris at gmail dot com> ---
Hi,

Note that we've hit this bug with MIT Kerberos project, see:
http://krbdev.mit.edu/rt/Ticket/Display.html?id=8474

I was wondering if this could be solved by libc allocating flock64 on stack and
copy the members before calling the syscall (and back after it returns).

Regards,
Isaac B.

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