git: kernel - Fix vm_object leak which could exhaust swap space

看板DFBSD_commit作者時間14年前 (2011/08/21 05:01), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
commit 1f8fc82a8ce7b6648c3ec8a0f6149e3e8c3920f6 Author: Matthew Dillon <dillon@apollo.backplane.com> Date: Sat Aug 20 13:38:42 2011 -0700 kernel - Fix vm_object leak which could exhaust swap space * Fix a recently introduced vm_object leak. When deallocating a vm_object ref_count must be decremented prior to calling vm_object_collapse() or we can wind up leaving an object sitting around with 0 refs on it. Reported-by: ftigeot, others Summary of changes: sys/vm/vm_object.c | 9 ++++++--- 1 files changed, 6 insertions(+), 3 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/1f8fc82a8ce7b6648c3ec8a0f6149e3e8c3920f6 -- DragonFly BSD source repository
文章代碼(AID): #1EK22JfX (DFBSD_commit)