Bug 2421

Summary: [PATCH] direct-streamlocal@openssh.com doesn't have a reserved string - PROTOCOL.txt
Product: Portable OpenSSH Reporter: Daniel Black <daniel.subs>
Component: DocumentationAssignee: Assigned to nobody <unassigned-bugs>
Status: CLOSED FIXED    
Severity: enhancement CC: djm
Priority: P5    
Version: 6.9p1   
Hardware: Other   
OS: All   
Bug Depends on:    
Bug Blocks: 2403    
Attachments:
Description Flags
fix PROTOCOL.txt none

Description Daniel Black 2015-07-04 15:57:51 AEST
Created attachment 2658 [details]
fix PROTOCOL.txt

as per channels.c:1441
Comment 1 Damien Miller 2015-07-17 13:10:24 AEST
Fixed thanks. serverloop.c actually checks that no extra data is appended to these messages, so not only does channels.c not send them but anyone who did would kill their connection.

This will be in openssh-7.0. Thanks!
Comment 2 Daniel Black 2015-07-19 16:28:28 AEST
>  so not only does channels.c not send them but anyone who did would kill their connection.

so I noticed :-)

Thanks for commiting
Comment 3 Damien Miller 2016-08-02 10:42:08 AEST
Close all resolved bugs after 7.3p1 release