Flush input when prompting for a password (bug 373).
This commit is contained in:
parent
a75c180e53
commit
e422af6bcb
1 changed files with 1 additions and 0 deletions
|
@ -44,6 +44,7 @@ char *bb_askpass(int timeout, const char * prompt)
|
|||
static char passwd[PWD_BUFFER_SIZE];
|
||||
|
||||
tcgetattr(STDIN_FILENO, &old);
|
||||
tcflush(STDIN_FILENO, TCIFLUSH);
|
||||
|
||||
size = sizeof(passwd);
|
||||
ret = passwd;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue