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: Nathan Trapuzzano
Subject: bug#17127: `call-process' circumvents password concealment w/ `read-passwd'
Date: Thu, 27 Mar 2014 20:32:55 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.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

"foobar" is printed in the minibuffer rather than "......", whereas,
e.g., yanking from the kill ring print dots.





reply via email to

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