OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-3491-g50a9933
Gerrit Code Review
gerrit@openafs.org
Sun, 24 Feb 2013 11:49:40 -0800 (PST)
The following commit has been merged in the master branch:
commit 50a993385673ed083145f587c16d0c9dd444262e
Author: Simon Wilkinson <sxw@your-file-system.com>
Date: Tue Feb 19 15:25:12 2013 +0000
kauth: realm can't be NULL when calling CellToRealm
Despite what the static analyzer thinks, ka_CellToRealm can't be
called with a NULL realm. Just add an assert to close down that
code path, and stop it from producing an error.
Change-Id: Ifc8cf7e5dca5ae29eaaa91c5b238a97197d89ee3
Reviewed-on: http://gerrit.openafs.org/9174
Reviewed-by: Derrick Brashear <shadow@your-file-system.com>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>
src/kauth/kalocalcell.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
--
OpenAFS Master Repository