CVSROOT: /cvs Module name: src Changes by: an...@cvs.openbsd.org 2018/10/06 15:12:23
Modified files: sys/kern : vfs_lockf.c Log message: 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@