OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-2753-g1f0cf8b

Gerrit Code Review gerrit@openafs.org
Mon, 23 Jul 2012 07:55:03 -0700 (PDT)


The following commit has been merged in the master branch:
commit 1f0cf8b2b4bb6e36d8d82323a15ced72d91db0ec
Author: Jeffrey Altman <jaltman@your-file-system.com>
Date:   Sun Jul 22 20:40:41 2012 -0400

    rx: rxi_FindRpcStat must test for empty queue
    
    When queue_Scan is executed on an empty queue the queue element
    variable, in this case 'rpc_stat' is the queue head, _RXQ(q),
    and not NULL.  Callers of rxi_FindRpcStat() expect NULL on failure
    to find or create an rx_interface_stat object.  Correct the behavior
    by testing for an empty queue and return NULL immediately if the
    queue is empty and the caller is not requesting creation.
    
    Change-Id: I9952d7aaf357e039e87f6b8b17cb1a00208d6465
    Reviewed-on: http://gerrit.openafs.org/7835
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>

 src/rx/rx.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

-- 
OpenAFS Master Repository