git: kernel - Fix lwp_create() kernel corruption and panic in er

看板DFBSD_commit作者時間14年前 (2011/11/10 10:33), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
commit 7b925b71fc4f59649cb4bdc91edd3e9410c02757 Author: Matthew Dillon <dillon@apollo.backplane.com> Date: Tue Nov 8 16:10:38 2011 -0800 kernel - Fix lwp_create() kernel corruption and panic in error path * We were forgetting to remove the lwp's thread from gd_tdallq, resulting in corruption of the queue. Reported-by: swildner Summary of changes: sys/kern/kern_fork.c | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/7b925b71fc4f59649cb4bdc91edd3e9410c02757 -- DragonFly BSD source repository
文章代碼(AID): #1EkpVdJf (DFBSD_commit)