OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-2709-ge194a8b

Gerrit Code Review gerrit@openafs.org
Mon, 16 Jul 2012 05:49:12 -0700 (PDT)


The following commit has been merged in the master branch:
commit 53c432d1feba6454af4526b4d797b45a6f205eac
Author: Garrett Wollman <wollman@csail.mit.edu>
Date:   Sun Jul 15 15:01:29 2012 -0400

    rx: don't leak a connection hash table in unlikely error condition
    
    If getsockname() returns an error (which shouldn't be possible),
    rx_InitHost would leak a connection hash table (which probably
    doesn't matter because the caller will just exit anyway).  Make
    the analyzer happy by freeing the memory anyway.
    
    Change-Id: If8e78ebfb787d2dc1c0b9f95f91b6e7510c9e307
    Reviewed-on: http://gerrit.openafs.org/7768
    Reviewed-by: Derrick Brashear <shadow@dementix.org>
    Tested-by: BuildBot <buildbot@rampaginggeek.com>

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

-- 
OpenAFS Master Repository