OpenAFS Master Repository branch, master, updated. BP-openafs-stable-1_8_x-614-ged9a3b7
Gerrit Code Review
gerrit@openafs.org
Sat, 30 May 2020 14:42:40 -0400
The following commit has been merged in the master branch:
commit ed9a3b7165ae2300ebb185ca53e698e5ef93173b
Author: Cheyenne Wills <cwills@sinenomine.net>
Date: Fri May 29 10:36:13 2020 -0600
util: Fix segfault in the func ConstructLocalPath
The function ConstructLocalPath will segfault if passed a NULL for
the command path parameter.
Update ConstructLocalPath to test the passed command path for a NULL
and return ENOENT.
The segfault can be triggered by setting up a BosConfig with a dafs
bnode that does not contain all the required parms. This setup results
in bosserver segfaulting. With the fix, bosserver now logs an error and
exits cleanly.
Change-Id: I26015c8accd829f3101b073964777b41d16b07f7
Reviewed-on: https://gerrit.openafs.org/14223
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
src/util/dirpath.c | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
--
OpenAFS Master Repository