OpenAFS Master Repository branch, master, updated. BP-openafs-stable-1_8_x-348-gde88386
Gerrit Code Review
gerrit@openafs.org
Sat, 23 Mar 2019 18:45:25 -0400
The following commit has been merged in the master branch:
commit de883869d7ac2af6a640f8cf9f3d8c7c37433ce5
Author: Andrew Deason <adeason@sinenomine.net>
Date: Fri Feb 1 23:25:02 2019 -0600
auth: Make afsconf_PutTypedKeyList idempotent
Currently, if we call afsconf_PutTypedKeyList on a key list, we set
the key list to NULL. But then if we call afsconf_PutTypedKeyList on a
NULL key list, we segfault because we try to dereference the list.
Change afsconf_PutTypedKeyList to be a noop if we give it a NULL list,
avoiding a segfault in such a situation.
Change-Id: I2c1de0c0a05ab036667031eb0e765933917826a6
Reviewed-on: https://gerrit.openafs.org/13507
Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
src/auth/keys.c | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
--
OpenAFS Master Repository