OpenAFS Master Repository branch, openafs-stable-1_6_x, updated. openafs-stable-1_6_8-38-g43b80fe
Gerrit Code Review
gerrit@openafs.org
Tue, 3 Jun 2014 12:42:26 -0400
The following commit has been merged in the openafs-stable-1_6_x branch:
commit 43b80fee3dee191fe7d768f2594eb1f57cdda624
Author: Simon Wilkinson <sxw@your-file-system.com>
Date: Sat Mar 2 10:48:50 2013 +0000
kauth: Handle calls to ka_log with no principal
If ka_log is called without a principal string, then the resulting
buffer will be garbage, as we don't start with a string for strlcat
to append to.
Caught by coverity (#985959)
Reviewed-on: http://gerrit.openafs.org/9396
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@your-file-system.com>
Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>
(cherry picked from commit 508674486a5b1b3b25d7f28febb41e8712d8592d)
Change-Id: Ib65f63a1a7adef73d56d61ea59adfbca430dff13
Reviewed-on: http://gerrit.openafs.org/11045
Reviewed-by: Andrew Deason <adeason@sinenomine.net>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Chas Williams - CONTRACTOR <chas@cmf.nrl.navy.mil>
Reviewed-by: Stephan Wiesand <stephan.wiesand@desy.de>
src/kauth/kalog.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
--
OpenAFS Master Repository