Date: Wed, 26 Oct 2005 07:18:37 +0000 (UTC) From: Gleb Smirnoff <glebius@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_exit.c src/sys/nfsclient nfs_lock.c nlminfo.h src/sys/sys lockf.h Message-ID: <200510260718.j9Q7Ib6V092952@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
glebius 2005-10-26 07:18:37 UTC FreeBSD src repository Modified files: sys/kern kern_exit.c sys/nfsclient nfs_lock.c nlminfo.h sys/sys lockf.h Log: - Fix leak of struct nlminfo on process exit. - Fix malloc type collision, that made the above problem difficult to understand. Reported by: Vladimir Sharun <sharun ukr.net> Revision Changes Path 1.269 +9 -0 src/sys/kern/kern_exit.c 1.41 +15 -1 src/sys/nfsclient/nfs_lock.c 1.3 +1 -3 src/sys/nfsclient/nlminfo.h 1.19 +0 -4 src/sys/sys/lockf.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200510260718.j9Q7Ib6V092952>