[Bug 16261] New: Invalid sleep argument cause SSH disconnection

bugzilla at busybox.net bugzilla at busybox.net
Sun Dec 1 17:01:29 UTC 2024


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

            Bug ID: 16261
           Summary: Invalid sleep argument cause SSH disconnection
           Product: Busybox
           Version: 1.36.x
          Hardware: All
                OS: Linux
            Status: NEW
          Severity: major
          Priority: P5
         Component: Standard Compliance
          Assignee: unassigned at busybox.net
          Reporter: ms4setup at hotmail.com
                CC: busybox-cvs at busybox.net
  Target Milestone: ---

On BusyBox v1.36.1 (2024-09-12 10:58:16 CEST), any invalid sleep time or
arguments will stop the SSH connection. 

root at AC68U-Relais:/tmp/home/root# sleep --help
sh: invalid number '--help'
Connection to 192.168.1.2 closed.

root at AC68U-Relais:/tmp/home/root# sleep 0.5
sh: invalid number '0.5'
Connection to 192.168.1.2 closed.

root at AC68U-Relais:/tmp/home/root# sleep 0,9
sh: invalid number '0,9'
Connection to 192.168.1.2 closed.

root at AC68U-Relais:/tmp/home/root# sleep "3"
root at AC68U-Relais:/tmp/home/root# sleep "3.5"
sh: invalid number '3.5'
Connection to 192.168.1.2 closed.

root at AC68U-Relais:/tmp/home/root# sleep hello
sh: invalid number 'hello'
Connection to 192.168.1.2 closed.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the busybox-cvs mailing list