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

git: libcsu: Assign environment when environ is NULL


From: John Marino <marino@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Sun, 10 Feb 2013 03:51:54 -0800 (PST)

commit a834075aac70cf3ca01ed23d8220fb556730fe06
Author: John Marino <draco@marino.st>
Date:   Sun Feb 10 12:32:58 2013 +0100

    libcsu: Assign environment when environ is NULL
    
    Preloaded libraries can change the environment.  The current logic will
    unconditionally reassign the environment, undoing any previous
    customization.  This change preserves the previous customization.
    
    Taken-from: FreeBSD SVN 245133 (07 Jan 2013)

Summary of changes:
 lib/csu/common/initfini.c | 14 +++++++++-----
 lib/csu/i386/crt1_c.c     |  4 +---
 lib/csu/x86_64/crt1.c     |  4 +---
 3 files changed, 11 insertions(+), 11 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/a834075aac70cf3ca01ed23d8220fb556730fe06


-- 
DragonFly BSD source repository



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