The following commit has been merged in the master branch:
commit 65d1d94634c2d31aeecf1c512828a1bcbd93bbe5
Author: Jeffrey Altman <[email protected]>
Date:   Sun Sep 20 11:04:07 2009 -0400

    Windows: Protect against null serverp in cm_Analyze
    
    If cm_Analyze is called with both 'serverp' and 'connp' set
    to NULL and an RX error is provided, a null pointer dereference
    will occur.  Test for non-NULL serverp before dereferencing
    
    LICENSE MIT
    
    Reviewed-on: http://gerrit.openafs.org/472
    Tested-by: Jeffrey Altman <[email protected]>
    Reviewed-by: Jeffrey Altman <[email protected]>

 src/WINNT/afsd/cm_conn.c |   45 ++++++++++++++++++++++++---------------------
 1 files changed, 24 insertions(+), 21 deletions(-)

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

Reply via email to