[30447] in CVS-changelog-for-Kerberos-V5

home help back first fref pref prev next nref lref last post

krb5 commit: Update comment in lock_file.c

daemon@ATHENA.MIT.EDU (Greg Hudson)
Mon Mar 4 16:16:00 2019

Date: Mon, 4 Mar 2019 16:15:00 -0500
From: Greg Hudson <ghudson@mit.edu>
Message-ID: <201903042115.x24LF0g9006123@drugstore.mit.edu>
To: <cvs-krb5@mit.edu>
MIME-Version: 1.0
Reply-To: krbdev@mit.edu
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: cvs-krb5-bounces@mit.edu

https://github.com/krb5/krb5/commit/46655c8557c00c639e6aba2e0ed1980ff5df50af
commit 46655c8557c00c639e6aba2e0ed1980ff5df50af
Author: Greg Hudson <ghudson@mit.edu>
Date:   Mon Mar 4 16:11:11 2019 -0500

    Update comment in lock_file.c
    
    Gnu libc commit 06ab719d30b01da401150068054d3b8ea93dd12f fixed the OFD
    locking issue on 32-bit Linux.  We still need to work around the bug
    for older versions, but update the comment to note the release in
    which the bug was fixed.

 src/lib/krb5/os/lock_file.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/lib/krb5/os/lock_file.c b/src/lib/krb5/os/lock_file.c
index 2360c96..79817b3 100644
--- a/src/lib/krb5/os/lock_file.c
+++ b/src/lib/krb5/os/lock_file.c
@@ -45,7 +45,7 @@
 #define POSIX_FILE_LOCKS
 
 /*
- * Gnu libc bug 20251, currently unfixed, breaks OFD lock support on
+ * Gnu libc bug 20251, fixed in 2.28, breaks OFD lock support on
  * 32-bit platforms.  Work around this bug by explicitly using the
  * fcntl64 system call and struct flock64.
  */
_______________________________________________
cvs-krb5 mailing list
cvs-krb5@mit.edu
https://mailman.mit.edu/mailman/listinfo/cvs-krb5

home help back first fref pref prev next nref lref last post