]> git.ipfire.org Git - thirdparty/openssh-portable.git/commit
upstream: prepare for support for connecting to unix domain sockets
authordjm@openbsd.org <djm@openbsd.org>
Tue, 20 Jun 2023 23:59:33 +0000 (23:59 +0000)
committerDamien Miller <djm@mindrot.org>
Wed, 21 Jun 2023 05:13:30 +0000 (15:13 +1000)
commit8d33f2aa6bb895a7f85a47189913639086347b75
tree7ea150f139995a1955e41d5d6da77d9da3a8c455
parentb4ac435b4e67f8eb5932d8f59eb5b3cf7dc38df0
upstream: prepare for support for connecting to unix domain sockets

using ssh -W by explicitly decoding PORT_STREAMLOCAL (a negative number) from
the u32 that's passed over the multiplexing socket; previously code would
just cast, which is UB.

OpenBSD-Commit-ID: e5ac5f40d354096c51e8c118a5c1b2d2b7a31384
mux.c