OpenAFS Master Repository branch, master, updated. BP-openafs-stable-1_8_x-263-gbd58bb8
Gerrit Code Review
gerrit@openafs.org
Tue, 9 Oct 2018 10:29:03 -0400
The following commit has been merged in the master branch:
commit bd58bb85004a18bb6681ff2b0c13a04e23c4d9c4
Author: Marcio Barbosa <mbarbosa@sinenomine.net>
Date: Mon Oct 1 17:44:22 2018 -0400
auth: check if argument of afsconf_Close* is null
Currently, we do not check if the argument of afsconf_Close /
afsconf_CloseInternal is equal to null. In order to avoid a possible
segmentation fault, add the checks.
Change-Id: I45635ad2d735505637072867edb7ff17da3c671a
Reviewed-on: https://gerrit.openafs.org/13352
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
Reviewed-by: Michael Meffie <mmeffie@sinenomine.net>
src/auth/cellconfig.c | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
--
OpenAFS Master Repository