OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-3388-g7c31bd5

Gerrit Code Review gerrit@openafs.org
Thu, 14 Feb 2013 12:30:30 -0800 (PST)


The following commit has been merged in the master branch:
commit 7c31bd5e2d0da3a1c9e29337d5a90147f3b03158
Author: Jeffrey Altman <jaltman@your-file-system.com>
Date:   Thu Feb 14 14:43:58 2013 -0500

    Windows: Ensure pResultCB exists before Authentication
    
    When processing requests from the redirector it is possible for
    the ResultCB to not be allocated.  This can occur either due to
    an out of memory condition in a synchronous request or due to
    an asynchronous extents or byte range lock request.
    
    Move the assignment of the Authenticated state after the allocation
    of the ResultCB from the stack in case of out of memory conditions.
    
    Change-Id: I7e98edde712b532010aa15705a62cf91dd9d0ebf
    Reviewed-on: http://gerrit.openafs.org/9110
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>
    Tested-by: Jeffrey Altman <jaltman@your-file-system.com>

 src/WINNT/afsrdr/user/RDRInit.cpp |   13 +++++++------
 1 files changed, 7 insertions(+), 6 deletions(-)

-- 
OpenAFS Master Repository