]> git.ipfire.org Git - thirdparty/openssh-portable.git/commit
upstream: put back the mux_ctx memleak fix, but only for channels of
authordjm@openbsd.org <djm@openbsd.org>
Fri, 3 Jul 2020 07:25:18 +0000 (07:25 +0000)
committerDamien Miller <djm@mindrot.org>
Fri, 3 Jul 2020 07:26:23 +0000 (17:26 +1000)
commitaa6fa4bf3023fa0e5761cd8f4b2cd015d2de74dd
treefd2c2c5c69310c20397444982abbd40e4a0c3fc8
parentd8195914eb43b20b13381f4e5a74f9f8a14f0ded
upstream: put back the mux_ctx memleak fix, but only for channels of

type SSH_CHANNEL_MUX_LISTENER; Specifically SSH_CHANNEL_MUX_PROXY channels
should not have this structure freed.

OpenBSD-Commit-ID: f3b213ae60405f77439e2b06262f054760c9d325
channels.c