Bug 888

Summary: "break" request is not being handled when channel type is SSH_CHANNEL_OPEN
Product: Portable OpenSSH Reporter: Darren Warner <darren.warner>
Component: sshdAssignee: OpenSSH Bugzilla mailing list <openssh-bugs>
Status: CLOSED FIXED    
Severity: normal    
Priority: P2    
Version: 3.8p1   
Hardware: All   
OS: All   
Attachments:
Description Flags
Fix supplied by Damien Miller none

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!