The following commit has been merged in the openafs-stable-1_6_x branch:
commit 71e3c5d6ca4e1d75504249693fe9f4587c870487
Author: Simon Wilkinson <[email protected]>
Date:   Fri Mar 30 19:40:30 2012 +0100

    xdr: Len can never be negative
    
    The len parameter to xdr_len is unsigned, so can never be negative.
    Don't bother testing to see if it is negative, so that clang likes us
    again.
    
    Reviewed-on: http://gerrit.openafs.org/7089
    Tested-by: BuildBot <[email protected]>
    Reviewed-by: Derrick Brashear <[email protected]>
    (cherry picked from commit f1842bcb87c84e8862ca521f491215e42ce1ee2a)
    
    Change-Id: I1cf030b8e9f79bdf867bcaecfd59d8ade7fc8c25
    Reviewed-on: http://gerrit.openafs.org/10734
    Tested-by: BuildBot <[email protected]>
    Reviewed-by: Derrick Brashear <[email protected]>
    Reviewed-by: Andrew Deason <[email protected]>
    Reviewed-by: Stephan Wiesand <[email protected]>

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

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

Reply via email to