1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-03 22:56:33 +02:00

common,w32: Remove duplicated backslashes when setting the homedir.

* common/homedir.c (copy_dir_with_fixup) [W32]: Fold double
backslashes.
--

This is in general no problem but when we hash or compare the directory
to test whether tit is the standard home directory, we may use a
different socket file and thus a second instance of a daemon.

GnuPG-bug-id: 6833
This commit is contained in:
Werner Koch 2024-01-09 10:09:36 +01:00
parent 5ce7f8189e
commit cc9568cd59
No known key found for this signature in database
GPG key ID: E3FDFF218E45B72B
2 changed files with 29 additions and 2 deletions

5
NEWS
View file

@ -1,6 +1,9 @@
Noteworthy changes in version 2.2.42 (unreleased)
Noteworthy changes in version 2.2.43 (unreleased)
-------------------------------------------------
* dirmngr: Avoid starting a second instance on Windows via GPGME
based launching. [T6833]
Noteworthy changes in version 2.2.42 (2023-11-28)
-------------------------------------------------