Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: binary MIME-Version: 1.0 X-Mailer: MIME-tools 5.427 (Entity 5.427) From: ghudson@mit.edu Subject: git commit RT-Send-CC: X-RT-Original-Encoding: iso-8859-1 Content-Length: 591 Work around glibc OFD lock bug on 32-bit Linux A bug in Gnu libc causes OFD locking to fail unpredictably on 32-bit Linux, typically leading to deadlocks. Work around this bug by using the fcntl64 system call and struct flock64. See also: https://sourceware.org/bugzilla/show_bug.cgi?id=20251 https://github.com/krb5/krb5/commit/65110210b75d38908cdd84cb202cf013ccf6ed0e Author: Greg Hudson Commit: 65110210b75d38908cdd84cb202cf013ccf6ed0e Branch: master src/lib/krb5/os/lock_file.c | 26 ++++++++++++++++++++++++-- 1 files changed, 24 insertions(+), 2 deletions(-)