git: kernel - Fix null pointer panic related to setproctitle()

看板DFBSD_commit作者時間15年前 (2011/03/08 09:01), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
commit c7506e9d784f4d699b4d2ae7191af6a1668d1e24 Author: Matthew Dillon <dillon@apollo.backplane.com> Date: Mon Mar 7 16:57:47 2011 -0800 kernel - Fix null pointer panic related to setproctitle() * Fix a missing NULL check when setproctitle() is called for a program whos args were previously too large to fit in the per-process p_args cache. Reported-by: John Marino <dragonflybsd@marino.st> Summary of changes: sys/kern/kern_proc.c | 14 +++++++++++--- 1 files changed, 11 insertions(+), 3 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/c7506e9d784f4d699b4d2ae7191af6a1668d1e24 -- DragonFly BSD source repository
文章代碼(AID): #1DTN_HUe (DFBSD_commit)