git: kqueue - Fix junk kfree() in doselect()

看板DFBSD_commit作者時間15年前 (2010/08/11 02:01), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
commit d0d4a734aeb9b208b70c5b50aa5702fa5edc8c83 Author: Matthew Dillon <dillon@apollo.backplane.com> Date: Tue Aug 10 09:58:39 2010 -0700 kqueue - Fix junk kfree() in doselect() * Fix uninitialized fields which could cause kfree() to be called on junk data when a copyin error occurs. * Minor cleanups. Reported-by: swildner Summary of changes: sys/kern/sys_generic.c | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/d0d4a734aeb9b208b70c5b50aa5702fa5edc8c83 -- DragonFly BSD source repository
文章代碼(AID): #1COPFeXq (DFBSD_commit)