The read_password function in pinentry-tty.c reads characters one at a time from
the terminal. But, it doesn't respect the backspace character.
Description
Description
Event Timeline
Comment Actions
Fixed in:
commit 189ab07e94dc2d4103c1edf00e15e0156df89297
Author: Neal H. Walfield <neal@gnu.org>
Date: Fri May 1 20:35:59 2015 +0200
When reading the pin, correctly handle backspace. * tty/pinentry-tty.c (read_password): Handle backspace. --