[sudo-commits] sudo changeset 12256:e415af1de6ca

Todd C. Miller Todd.Miller at sudo.ws
Sat Feb 22 16:12:08 MST 2020


changeset:	12256:e415af1de6ca in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/e415af1de6ca
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Sat Feb 22 16:09:59 2020 -0700

Log Message:
	Fix unlocking of an entire file with lockf().
	Since lockf() uses the files's current offset, we need to seek to
	the start of the file to unlock the entire file.

diffstat:

 lib/util/locking.c |  51 +++++++++++++++++++++++++++++++++++++++------------
 1 files changed, 39 insertions(+), 12 deletions(-)


More information about the sudo-commits mailing list