From 46655c8557c00c639e6aba2e0ed1980ff5df50af Mon Sep 17 00:00:00 2001 From: Greg Hudson Date: Mon, 4 Mar 2019 16:11:11 -0500 Subject: [PATCH] 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 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/krb5/os/lock_file.c b/src/lib/krb5/os/lock_file.c index 2360c96f7e..79817b3661 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. */ -- 2.47.2