about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2019-08-15 16:09:20 +0200
committerFlorian Weimer <fweimer@redhat.com>2019-08-15 16:09:20 +0200
commit0d5b2917530ccaf8ad312dfbb7bce69d569c23ad (patch)
tree2bd32f29d15a2d461ad68da56cec1fc893d416f1 /ChangeLog
parent628598be7e1bfaa04f34df71ef6678f2c5103dfd (diff)
downloadglibc-0d5b2917530ccaf8ad312dfbb7bce69d569c23ad.tar.gz
glibc-0d5b2917530ccaf8ad312dfbb7bce69d569c23ad.tar.xz
glibc-0d5b2917530ccaf8ad312dfbb7bce69d569c23ad.zip
login: Use struct flock64 in utmp [BZ #24880]
Commit 06ab719d30b01da401150068054d3b8ea93dd12f ("Fix Linux fcntl OFD
locks for non-LFS architectures (BZ#20251)") introduced the use of
fcntl64 into the utmp implementation.  However, the lock file
structure was not updated to struct flock64 at that point.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b8a9a18450..b13346c952 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2019-08-15  Florian Weimer  <fweimer@redhat.com>
 
+	[BZ #24880]
+	* login/utmp_file.c (file_locking_failed): Use struct flock64.
+	(file_locking_unlock): Likewise.
+
+2019-08-15  Florian Weimer  <fweimer@redhat.com>
+
 	[BZ #24879]
 	login: Disarm timer after utmp lock acquisition.
 	* login/utmp_file.c (struct file_locking): Remove.