Fix lock range start when l_whence == SEEK_END and l_len < 0.
authorvisa <visa@openbsd.org>
Wed, 1 Jun 2022 14:16:28 +0000 (14:16 +0000)
committervisa <visa@openbsd.org>
Wed, 1 Jun 2022 14:16:28 +0000 (14:16 +0000)
commit8e999735a19febcb59f794ca715d77425493973e
tree2a2a6c506e8da7438708ecfb7e56b48a4c6778cd
parentc891374240e2a6159e0597f718c281ea9d64bd84
Fix lock range start when l_whence == SEEK_END and l_len < 0.

OK anton@
sys/kern/vfs_lockf.c