Searched hist:83000 (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/sys/kern/
H A Dvfs_cache.cdiff 83000 Tue Sep 04 19:03:47 MDT 2001 iedowse Fix a memory leak in __getcwd() that can occur after a filesystem
has been forcibly unmounted. If the filesystem root vnode is reached
and it has no associated mountpoint (vp->v_mount == NULL), __getcwd
would return without freeing 'buf'. Add the missing free() call.

PR: kern/30306
Submitted by: Mike Potanin <potanin@mccme.ru>
MFC after: 1 week

Completed in 90 milliseconds