OpenBSD cvs log

created 2018-11-30T05:49:03Z
begin 2018-10-06T00:00:00Z
end 2018-10-07T00:00:00Z
path src/sys
commits 1

date 2018-10-06T21:12:23Z
author anton
files src/sys/kern/vfs_lockf.c log diff annotate
message branches: 1.26.2;
When freeing a lockf struct that already is part of a linked list, make sure to
update the next pointer for the preceding lock. Prevents a double free panic.

ok millert@