git: SSHD - Do not attempt to free environ or its contents

看板DFBSD_commit作者時間16年前 (2009/11/16 11:01), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
commit 5f3ddf32fdc320f0507e2a9ce24137c83268becd Author: Matthew Dillon <dillon@apollo.backplane.com> Date: Sun Nov 15 18:38:11 2009 -0800 SSHD - Do not attempt to free environ or its contents * DragonFly's libc manages environ in such a way that if sshd attempts to free it, libc blows up and causes sshd to crash. * This may not be the best fix but for now I really do not want to completely rewrite libc's environment handling code. Reported-by: YONETANI Tomokazu <qhwt+dfly@les.ath.cx> Summary of changes: crypto/openssh/session.c | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/5f3ddf32fdc320f0507e2a9ce24137c83268becd -- DragonFly BSD source repository
文章代碼(AID): #1B0C1n_R (DFBSD_commit)