GNU bug report logs - #17127
`call-process' circumvents password concealment w/ `read-passwd'

Previous Next

Package: emacs;

Reported by: Nathan Trapuzzano <nbtrap <at> nbtrap.com>

Date: Fri, 28 Mar 2014 00:34:01 UTC

Severity: normal

Tags: fixed

Fixed in version 27.1

Done: Lars Ingebrigtsen <larsi <at> gnus.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Nathan Trapuzzano <nbtrap <at> nbtrap.com>
To: 17127 <at> debbugs.gnu.org
Subject: bug#17127: `call-process' circumvents password concealment w/ `read-passwd'
Date: Thu, 27 Mar 2014 20:32:55 -0400
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.




This bug report was last modified 5 years and 216 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.