Bug 7382

Summary: session die after read backspace key
Product: Busybox Reporter: Pawel Szmuc <pawel>
Component: Standard ComplianceAssignee: unassigned
Status: RESOLVED DUPLICATE    
Severity: major CC: busybox-cvs, pawel
Priority: P5    
Version: 1.20.x   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Host: Target:
Build:

Description Pawel Szmuc 2014-09-09 06:58:51 UTC
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.
Comment 1 Denys Vlasenko 2014-09-25 11:37:12 UTC

*** This bug has been marked as a duplicate of bug 7376 ***