bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#17127: `call-process' circumvents password concealment w/ `read-pass


From: Stefan Monnier
Subject: bug#17127: `call-process' circumvents password concealment w/ `read-passwd'
Date: Thu, 27 Mar 2014 22:04:32 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

> To reproduce with emacs -nw -q on 24.3 and trunk:

>   M-: (global-set-key
>         (kbd "C-c C-c")
>         (lambda ()
>           (interactive)
>           (call-process "echo" nil t nil "-n" "foobar")))

>   M-: (read-passwd "Password: ")

>   C-c C-c

This looks fairly contrived.  How did you stumble upon this problem?


        Stefan





reply via email to

[Prev in Thread] Current Thread [Next in Thread]