OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-2774-g2e7939e
Gerrit Code Review
gerrit@openafs.org
Wed, 25 Jul 2012 13:29:56 -0700 (PDT)
The following commit has been merged in the master branch:
commit 2e7939ea4653ba3634445b1710aed1206f44f7ca
Author: Garrett Wollman <wollman@csail.mit.edu>
Date: Tue Jul 24 23:54:56 2012 -0400
kauth: don't call lcstring with a null source argument
This code was probably never executed, but now that lcstring() has
an AFS_NONNULL annotation, the static analyzer indicates the
potential null-pointer-dereference.
Change-Id: Idb41c2af1cb38bc5c084d4912614e0a553d4aa5a
Reviewed-on: http://gerrit.openafs.org/7864
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Simon Wilkinson <simonxwilkinson@gmail.com>
Reviewed-by: Derrick Brashear <shadow@dementix.org>
src/kauth/authclient.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
--
OpenAFS Master Repository