OpenAFS Master Repository branch, master, updated. openafs-devel-1_7_18-4-g8c7846f

Gerrit Code Review gerrit@openafs.org
Wed, 7 Nov 2012 16:45:46 -0800 (PST)


The following commit has been merged in the master branch:
commit 8c7846f4e1dd89db4ff3b03c558d97cd13cbb205
Author: Jeffrey Altman <jaltman@your-file-system.com>
Date:   Tue Nov 6 06:39:39 2012 -0500

    Windows: call MIDL_user_allocate instead of calloc
    
    In the RPC service routines do not call calloc() directly.
    All memory will be deallocated by a call to MIDL_user_free()
    so use MIDL_user_allocate() to perform the allocation.
    
    Modify MIDL_user_allocate() to call calloc() instead of malloc()
    to ensure that the memory is initialized to NUL bytes.
    
    Change-Id: I4d458bb5d8888c63040f213550d04f481e98175b
    Reviewed-on: http://gerrit.openafs.org/8365
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>
    Tested-by: Jeffrey Altman <jaltman@your-file-system.com>

 src/WINNT/afsd/cm_rpc.c     |    2 +-
 src/WINNT/afsd/rpc_srvsvc.c |   20 ++++++++++----------
 src/WINNT/afsd/rpc_wkssvc.c |    6 +++---
 3 files changed, 14 insertions(+), 14 deletions(-)

-- 
OpenAFS Master Repository