The following commit has been merged in the openafs-stable-1_6_x branch:
commit 99795bac249f56e49999117eeaaedaf327f1b15a
Author: Simon Wilkinson <[email protected]>
Date:   Sat Mar 2 10:42:27 2013 +0000

    vsys: Avoid uninitialised variable warning
    
    Initialise the parms array to 0 so that we don't get warnings from
    the compiler when we call syscall() using it.
    
    Caught by coverity (#985949)
    
    Reviewed-on: http://gerrit.openafs.org/9395
    Tested-by: BuildBot <[email protected]>
    Reviewed-by: Derrick Brashear <[email protected]>
    Reviewed-by: Jeffrey Altman <[email protected]>
    (cherry picked from commit a666bfd67bd14028aac5eb49f1bf02576fb58405)
    
    Change-Id: Ia777a33c1332fe9a1f00cc56be3980f0d50b69ea
    Reviewed-on: http://gerrit.openafs.org/11044
    Reviewed-by: Andrew Deason <[email protected]>
    Tested-by: BuildBot <[email protected]>
    Reviewed-by: Chas Williams - CONTRACTOR <[email protected]>
    Reviewed-by: Stephan Wiesand <[email protected]>

 src/afsd/vsys.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

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

Reply via email to