DragonFly BSD
DragonFly commits List (threaded) for 2009-11
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

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


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Sun, 15 Nov 2009 18:39:35 -0800 (PST)

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



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]