OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_74_1-211-g5330435

Gerrit Code Review gerrit@openafs.org
Wed, 9 Jun 2010 07:37:05 -0700 (PDT)


The following commit has been merged in the master branch:
commit 53304359a77442cf3dd3f9f2dc8543a1d16af668
Author: Jeffrey Altman <jaltman@your-file-system.com>
Date:   Mon Jun 7 18:18:39 2010 -0400

    Windows: Detect if AFSCache is memory mapped to a new address
    
    The Windows AFSCache paging file contains pointer addresses
    that are only valid if the file is memory mapped at a specific
    memory address.  If the file is mapped at a new address, the
    pointer values will be invalid and the service will crash with
    an invalid memory access.
    
    Check for address consistency and force the cache to be rebuilt
    if the consistency is lost.
    
    LICENSE MIT
    
    Change-Id: Ie7fb64659f808f09279445f47c2f1385be0a53f0
    Reviewed-on: http://gerrit.openafs.org/2095
    Reviewed-by: Rod Widdowson <rdw@steadingsoftware.com>
    Reviewed-by: Jeffrey Altman <jaltman@openafs.org>
    Tested-by: Jeffrey Altman <jaltman@openafs.org>

 src/WINNT/afsd/cm_memmap.c |   18 ++++++++++++++----
 1 files changed, 14 insertions(+), 4 deletions(-)

-- 
OpenAFS Master Repository