Bug 888 - "break" request is not being handled when channel type is SSH_CHANNEL_OPEN
Summary: "break" request is not being handled when channel type is SSH_CHANNEL_OPEN
Status: CLOSED FIXED
Alias: None
Product: Portable OpenSSH
Classification: Unclassified
Component: sshd (show other bugs)
Version: 3.8p1
Hardware: All All
: P2 normal
Assignee: OpenSSH Bugzilla mailing list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-30 15:43 AEST by Darren Warner
Modified: 2004-09-11 13:18 AEST (History)
0 users

See Also:


Attachments
Fix supplied by Damien Miller (785 bytes, patch)
2004-06-30 15:45 AEST, Darren Warner
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Darren Warner 2004-06-30 15:43:20 AEST
SSH v2 "break" requests are currently only handled when sessions are
initializing (i.e. when c->type == SSH_CHANNEL_LARVAL). This prevents correct
terminal handling after shell/exec etc. is requested.
Comment 1 Darren Warner 2004-06-30 15:45:30 AEST
Created attachment 673 [details]
Fix supplied by Damien Miller
Comment 2 Damien Miller 2004-06-30 22:42:13 AEST
Fix applied - will be in next release. Thanks for the report!