OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-335-g6aa9a8b

Gerrit Code Review gerrit@openafs.org
Fri, 29 Oct 2010 10:25:39 -0700 (PDT)


The following commit has been merged in the master branch:
commit 6aa9a8b9f6a8720ff8b5e983cc5a7005363747e2
Author: Rod Widdowson <rdw@steadingsoftware.com>
Date:   Fri Oct 29 18:01:13 2010 +0100

    windows: terminate multi_sz correctly
    
    CreateProcess requires a null-terminated list of null-terminated strings
    as an environment parameter.
    
    A missing level of indirection was causing the final null to be
    missed, meaning that if bosserver ran from somewhere which had an
    environment the create process would fail.
    
    Fix the null termination.
    
    Change-Id: I3496d1c76570b80c760d0c0d8ee7fe046cec75b6
    Reviewed-on: http://gerrit.openafs.org/3193
    Reviewed-by: Jeffrey Altman <jaltman@openafs.org>
    Tested-by: Jeffrey Altman <jaltman@openafs.org>

 src/procmgmt/procmgmt_nt.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

-- 
OpenAFS Master Repository