CVSROOT: /cvs Module name: src Changes by: b...@cvs.openbsd.org 2012/01/04 11:11:51
Modified files: sys/kern : vfs_cache.c Log message: Fix use after free in cache_lookup() - found by Pedro fix is to manipulate the name cache structures before potentially sleeping on a vn_lock(). This avoids the race of the ncp entry being recycled while we are asleep. run in snaps and on ftp.openbsd.org for months ok thib@