The following commit has been merged in the openafs-stable-1_6_x branch:
commit cb1c5ddb307db2d4f7a9e3e9627b8576fc1aa9e5
Author: Simon Wilkinson <[email protected]>
Date:   Sat Mar 2 11:49:13 2013 +0000

    fstrace: Don't read uninitialised data
    
    The pftix variable points to the next free element in the
    printfTypes array, so when we iterate through that array to
    read that data back, we should stop when our iterator equals
    pftix, not when it is greater than it.
    
    Caught by coverity (#986013)
    
    Reviewed-on: http://gerrit.openafs.org/9442
    Reviewed-by: Derrick Brashear <[email protected]>
    Tested-by: BuildBot <[email protected]>
    Reviewed-by: Jeffrey Altman <[email protected]>
    (cherry picked from commit 908105fe8d51551e45692de4e145022138a0356c)
    
    Change-Id: I2dec4dc3b041093e1d1ac2ea4546a341e9b00687
    Reviewed-on: http://gerrit.openafs.org/11053
    Tested-by: BuildBot <[email protected]>
    Reviewed-by: Andrew Deason <[email protected]>
    Reviewed-by: Chas Williams - CONTRACTOR <[email protected]>
    Reviewed-by: Stephan Wiesand <[email protected]>

 src/venus/fstrace.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