Bug 6169 - crash in thinlinc-login for invalid -c argument
Summary: crash in thinlinc-login for invalid -c argument
Status: CLOSED FIXED
Alias: None
Product: ThinLinc
Classification: Unclassified
Component: VSM Server (show other bugs)
Version: 1.3.1
Hardware: PC Unknown
: P2 Normal
Target Milestone: 4.8.0
Assignee: Pierre Ossman
URL:
Keywords: hean01_tester, prosaic
Depends on:
Blocks:
 
Reported: 2017-02-17 11:00 CET by Pierre Ossman
Modified: 2017-03-27 14:52 CEST (History)
2 users (show)

See Also:
Acceptance Criteria:


Attachments

Description Pierre Ossman cendio 2017-02-17 11:00:05 CET
$ ./thinlinc-login -c 'foo'
Shell access has been prohibited
Traceback (most recent call last):
  File "./thinlinc-login", line 213, in <module>
    main()
  File "./thinlinc-login", line 133, in main
    shell_mode()
  File "./thinlinc-login", line 37, in shell_mode
    time.sleep(2)
NameError: global name 'time' is not defined

Caused in r31680 for bug 5099.
Comment 2 Henrik Andersson cendio 2017-02-20 14:43:42 CET
Verified using tl-4.7.0post_5377.r32212.jenkins543 build.

Works as expected.

Note You need to log in before you can comment on or make changes to this bug.