OpenAFS Master Repository branch, openafs-stable-1_6_x, updated. openafs-stable-1_6_1pre2-256-g907e2f1

Gerrit Code Review gerrit@openafs.org
Sat, 8 Dec 2012 08:19:26 -0800 (PST)


The following commit has been merged in the openafs-stable-1_6_x branch:
commit 6efa862c41e3d4b9644f407a9402fefeb7a166b3
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.
    
    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>
    (cherry picked from commit 8c7846f4e1dd89db4ff3b03c558d97cd13cbb205)
    
    Change-Id: I5562dbac4977a5d23407cd62c3deb743e629c48c
    Reviewed-on: http://gerrit.openafs.org/8645
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-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