The following commit has been merged in the master branch:
commit 2736eb7b090bcec9756c55f312cc97a4521f8b02
Author: Simon Wilkinson <[email protected]>
Date:   Sun Apr 25 20:36:06 2010 +0100

    Demand Attach: Volumes and vnodes are different
    
    fssync-debug attempts to copy sizeof(Volume) bytes into an object
    defined as a Vnode, a sure fire way to make things go boom.
    
    gcc on Snow Leopard picks this up as a buffer overflow, and warns about
    it. Fix the problem by only copying sizeof(Vnode) bytes.
    
    Change-Id: Iadcda0b465f9a9f310dcbe4d3862ea479e052674
    Reviewed-on: http://gerrit.openafs.org/1834
    Reviewed-by: Tom Keiser <[email protected]>
    Reviewed-by: Alistair Ferguson <[email protected]>
    Reviewed-by: Andrew Deason <[email protected]>
    Reviewed-by: Derrick Brashear <[email protected]>
    Tested-by: Derrick Brashear <[email protected]>

 src/vol/fssync-debug.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