GNU bug report logs -
#28500
25.3; shell mode starts echoing command
Previous Next
Reported by: barry <at> python.org (Barry A. Warsaw)
Date: Mon, 18 Sep 2017 15:48:02 UTC
Severity: normal
Found in version 25.3
Done: Eli Zaretskii <eliz <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
Message #26 received at 28500 <at> debbugs.gnu.org (full text, mbox):
On Sep 19 2017, Barry Warsaw <barry <at> python.org> wrote:
> On Sep 19, 2017, at 03:34, Andreas Schwab <schwab <at> suse.de> wrote:
>>
>> On Sep 18 2017, Mike Kupfer <mkupfer <at> alum.berkeley.edu> wrote:
>>
>>> I see the same issue after using openssl to encrypt or decrypt a file.
>>> Just never got around to filing a bug report...
>>>
>>> -----8<-----8<-----
>>> alto$ openssl aes-256-cbc -in foo.txt -out foo.text.enc
>>> enter aes-256-cbc encryption password:
>>> Verifying - enter aes-256-cbc encryption password:
>>> alto$ ls
>>> ls
>>> deb9-upgrade.log foo.text.enc ieee-cs-election-receipt.pdf
>>> enchant.dummy* foo.txt net-neutrality-comments.pdf
>>> alto$ echo $SHELL
>>> echo $SHELL
>>> /bin/bash
>>> alto$
>>> ----->8----->8-----
>>>
>>> I see this on Debian 8 and on Solaris, with various versions of Emacs.
>>
>> This is a bug in openssl, it doesn't properly restore the tty settings
>> after reading the password.
>
> Andreas, can you provide any additional details? What exactly is not getting restored? Are the other two examples I posted (python3 and sqlite3) related? Why would it occur on (for me) macOS but not Ubuntu?
$ stty; openssl aes-256-cbc -in foo.txt -out foo.text.enc; stty
Andreas.
--
Andreas Schwab, SUSE Labs, schwab <at> suse.de
GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE 1748 E4D4 88E3 0EEA B9D7
"And now for something completely different."
This bug report was last modified 7 years and 244 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.