[Bug 7382] New: session die after read backspace key

bugzilla at busybox.net bugzilla at busybox.net
Tue Sep 9 06:58:51 UTC 2014


https://bugs.busybox.net/show_bug.cgi?id=7382

           Summary: session die after read backspace key
           Product: Busybox
           Version: 1.20.x
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: major
          Priority: P5
         Component: Other
        AssignedTo: unassigned at busybox.net
        ReportedBy: pawel at bizonek.net
                CC: busybox-cvs at busybox.net
   Estimated Hours: 0.0


Hi

This issue was found on ESXi 5.* with BusyBox v1.20.2 multi-call binary.

We wrote a script, to relogin users.

On /etc/passwd users got:
TEST:x:1000:1000:Linux User,,,:/:/tmp/relogin.sh

############ relogin.sh ###########
#!/bin/sh
/bin/login
exit $?
###################################

If user login, "/bin/login" ask for a user name to relogin. If we press
"backupspace" key, session died.

This could be reproduce by "read" at login script.

-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


More information about the busybox-cvs mailing list