Bug#1010152: emacs-gtk: tries to read a config file from another user's home dir

2022-11-14 Thread Vincent Lefevre
On 2022-10-12 20:28:39 +0200, Paul Gevers wrote: > > 2020-08-17 Robert Pluim > > > > Fix bug with ~/Emacs file not being read at init > > > > * src/xrdb.c (get_user_app): Put "/" between homedir > > and %L or %N (Bug#42827). > > So, let's mark this bug as fixed. I'm

Bug#1010152: emacs-gtk: tries to read a config file from another user's home dir

2022-10-12 Thread Paul Gevers
Control: fixed -1 1:27.2~ On Mon, 25 Apr 2022 15:40:26 +0200 Vincent Lefevre wrote: Control: forwarded -1 https://debbugs.gnu.org/cgi/bugreport.cgi?bug=42827 On 2022-04-25 15:37:08 +0200, Vincent Lefevre wrote: > This is also fixed in upstream's 27.2. 2020-08-17 Robert Pluim Fix

Bug#1010152: emacs-gtk: tries to read a config file from another user's home dir

2022-05-12 Thread Vincent Lefevre
Control: tags -1 patch I've attached the patch. (Unfortunately, I get an unrelated failure in the tests; bug 1010170.) On 2022-04-25 14:26:29 +0200, Vincent Lefevre wrote: > After wondering why Emacs was hanging on startup after a reinstallation > of machines with Debian 11 at my lab, I looked

Bug#1010152: emacs-gtk: tries to read a config file from another user's home dir

2022-04-25 Thread Vincent Lefevre
Control: forwarded -1 https://debbugs.gnu.org/cgi/bugreport.cgi?bug=42827 On 2022-04-25 15:37:08 +0200, Vincent Lefevre wrote: > This is also fixed in upstream's 27.2. 2020-08-17 Robert Pluim Fix bug with ~/Emacs file not being read at init * src/xrdb.c (get_user_app): Put

Bug#1010152: emacs-gtk: tries to read a config file from another user's home dir

2022-04-25 Thread Vincent Lefevre
On 2022-04-25 15:23:43 +0200, Vincent Lefevre wrote: > I can reproduce the issue with upstream's 27.1 version: > > 11openat(AT_FDCWD, "/home/vlefevrePOSIX/Emacs", O_RDONLY) = -1 ENOENT (No > such file or directory) > 11openat(AT_FDCWD, "/home/vlefevreEmacs", O_RDONLY) = -1 ENOENT (No

Bug#1010152: emacs-gtk: tries to read a config file from another user's home dir

2022-04-25 Thread Vincent Lefevre
Control: tags upstream fixed-upstream I can reproduce the issue with upstream's 27.1 version: 11openat(AT_FDCWD, "/home/vlefevrePOSIX/Emacs", O_RDONLY) = -1 ENOENT (No such file or directory) 11openat(AT_FDCWD, "/home/vlefevreEmacs", O_RDONLY) = -1 ENOENT (No such file or directory)

Bug#1010152: emacs-gtk: tries to read a config file from another user's home dir

2022-04-25 Thread Vincent Lefevre
Due to this issue, I reported the bug from but another machine (I should have unset DISPLAY, instead). So here are some corrections. On 2022-04-25 14:26:29 +0200, Vincent Lefevre wrote: > Package: emacs-gtk > Version: 1:27.1+1-3.1+b1 Actually 1:27.1+1-3.1 > -- System Information: The actual

Bug#1010152: emacs-gtk: tries to read a config file from another user's home dir

2022-04-25 Thread Vincent Lefevre
Package: emacs-gtk Version: 1:27.1+1-3.1+b1 Severity: grave Tags: security Justification: user security hole X-Debbugs-Cc: Debian Security Team After wondering why Emacs was hanging on startup after a reinstallation of machines with Debian 11 at my lab, I looked at the strace output (strace -o