OpenAFS Master Repository branch, openafs-devel-1_7_x, updated. openafs-devel-1_7_15-79-ga39180f
Gerrit Code Review
gerrit@openafs.org
Sat, 21 Jul 2012 16:30:58 -0700 (PDT)
The following commit has been merged in the openafs-devel-1_7_x branch:
commit 343b1ca3f4292fb1f681954887a1d46a4a6e4b9a
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.
Reviewed-on: http://gerrit.openafs.org/7768
Reviewed-by: Derrick Brashear <shadow@dementix.org>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
(cherry picked from commit 53c432d1feba6454af4526b4d797b45a6f205eac)
Change-Id: Id95faca47ee0eeb4fac9fcc188b5d94d2b61de78
Reviewed-on: http://gerrit.openafs.org/7811
Reviewed-by: Garrett Wollman <wollman@csail.mit.edu>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>
src/rx/rx.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
--
OpenAFS Master Repository