From: sworddragon
To: [email protected],[email protected]
Subject: Input before initializing
Configuration Information [Automatically generated, do not change]:
Machine: x86_64
OS: linux-gnu
Compiler: gcc
Compilation CFLAGS: -DPROGRAM='bash' -DCONF_HOSTTYPE='x86_64'
-DCONF_OSTYPE='linux-gnu' -DCONF_MACHTYPE='x86_64-pc-linux-gnu'
-DCONF_VENDOR='pc' -DLOCALEDIR='/usr/share/locale' -DPACKAGE='bash' -DSHELL
-DHAVE_CONFIG_H -I. -I../bash $
uname output: Linux ubuntu 2.6.37-2-generic #10-Ubuntu SMP Fri Nov 5 12:12:36
UTC 2010 x86_64 GNU/Linux
Machine Type: x86_64-pc-linux-gnu
Bash Version: 4.1
Patch Level: 5
Release Status: release
Description:
It is possible to make input with the keyboard before bash is fully
initialized. This problem is critical on password inputs like the linux login.
Repeat-By:
$input is now shown before and after sworddra...@ubuntu:~$. Example:
testsworddra...@ubuntu:~$ test
Fix:
I think bash should lock all input until it is fully initialized and
maybe draw all locked input after unlocking.