From 24c7aa0d58e3768690dd8ebef0e8e01af7e80f83 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Tue, 25 Jul 2017 15:22:48 +0200 Subject: common: Strip trailing slashes from the homedir. * common/homedir.c (default_homedir): Strip trailing slashes. (gnupg_set_homedir): Ditto. -- is_gnupg_default_homedir() does not ignore trailing slashes when comparing directory names. This can lead to multiple agents started on the same directory if the homedir was specified with --homedir or GNUPGHOME without or with a number of slashes. We now make sure that the home directory name never ends in a slash (except for the roo of course). GnuPG-bug-id: 3295 Signed-off-by: Werner Koch --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 02ee1a225..764a62d34 100644 --- a/configure.ac +++ b/configure.ac @@ -486,7 +486,8 @@ AH_BOTTOM([ #define SAFE_VERSION_DOT '.' #define SAFE_VERSION_DASH '-' -/* Some global constants. */ +/* Some global constants. + * Note that the homedir must not end in a slash. */ #ifdef HAVE_DOSISH_SYSTEM # ifdef HAVE_DRIVE_LETTERS # define GNUPG_DEFAULT_HOMEDIR "c:/gnupg" -- cgit v1.2.3