The following commit has been merged in the openafs-stable-1_6_x branch:
commit 9c7f4490af8582c943f115474df645e825ad4cff
Author: Stephan Wiesand <[email protected]>
Date:   Fri May 30 15:05:28 2014 +0200

    libadmin: Remove redundant memset call
    
    Commit bf78bf2c115659b78c34d3bc9d1934bcff21c8cc added initialisation
    of the nbulkentries structure to 0, to avoid freeing garbage due to a
    goto fail_... before the structure is initialised. As pointed out by
    Andrew Deason, there already is an equivalent memset call later in the
    code which is now redundant. Remove it.
    
    Reviewed-on: http://gerrit.openafs.org/11180
    Reviewed-by: Jeffrey Altman <[email protected]>
    Tested-by: BuildBot <[email protected]>
    (cherry picked from commit f05abc47938beddb436fd0b9677f7b59fc64a215)
    
    Change-Id: I7338e42a45d0871af2ad404191ab622605172ac3
    Reviewed-on: http://gerrit.openafs.org/11195
    Tested-by: BuildBot <[email protected]>
    Reviewed-by: Perry Ruiter <[email protected]>
    Reviewed-by: Benjamin Kaduk <[email protected]>
    Reviewed-by: Stephan Wiesand <[email protected]>

 src/libadmin/vos/afs_vosAdmin.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

-- 
OpenAFS Master Repository
_______________________________________________
OpenAFS-cvs mailing list
[email protected]
https://lists.openafs.org/mailman/listinfo/openafs-cvs

Reply via email to