Bug 2421 - [PATCH] direct-streamlocal@openssh.com doesn't have a reserved string - PROTOCOL.txt
Summary: [PATCH] direct-streamlocal@openssh.com doesn't have a reserved string - PROTO...
Status: CLOSED FIXED
Alias: None
Product: Portable OpenSSH
Classification: Unclassified
Component: Documentation (show other bugs)
Version: 6.9p1
Hardware: Other All
: P5 enhancement
Assignee: Assigned to nobody
URL:
Keywords:
Depends on:
Blocks: V_7_0
  Show dependency treegraph
 
Reported: 2015-07-04 15:57 AEST by Daniel Black
Modified: 2016-08-02 10:42 AEST (History)
1 user (show)

See Also:


Attachments
fix PROTOCOL.txt (444 bytes, text/plain)
2015-07-04 15:57 AEST, Daniel Black
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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