Bug 7382 - session die after read backspace key
Summary: session die after read backspace key
Status: RESOLVED DUPLICATE of bug 7376
Alias: None
Product: Busybox
Classification: Unclassified
Component: Standard Compliance (show other bugs)
Version: 1.20.x
Hardware: PC Linux
: P5 major
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-09-09 06:58 UTC by Pawel Szmuc
Modified: 2014-09-25 11:37 UTC (History)
2 users (show)

See Also:
Host:
Target:
Build:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***