Mailing List Archive

[Bug 3189] channel mux_ctx memory leak
https://bugzilla.mindrot.org/show_bug.cgi?id=3189

Sergiy <sergiy.lozovsky@gmail.com> changed:

What |Removed |Added
----------------------------------------------------------------------------
Priority|P5 |P3

--
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs
[Bug 3189] channel mux_ctx memory leak [ In reply to ]
https://bugzilla.mindrot.org/show_bug.cgi?id=3189

Damien Miller <djm@mindrot.org> changed:

What |Removed |Added
----------------------------------------------------------------------------
Severity|critical |normal
Blocks| |3117
CC| |djm@mindrot.org


Referenced Bugs:

https://bugzilla.mindrot.org/show_bug.cgi?id=3117
[Bug 3117] Tracking bug for 8.3 release
--
You are receiving this mail because:
You are watching someone on the CC list of the bug.
You are watching the assignee of the bug.
_______________________________________________
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs
[Bug 3189] channel mux_ctx memory leak [ In reply to ]
https://bugzilla.mindrot.org/show_bug.cgi?id=3189

Damien Miller <djm@mindrot.org> changed:

What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
Blocks|3117 |3162

--- Comment #1 from Damien Miller <djm@mindrot.org> ---
Patch applied. This will be included in the OpenSSH 8.4 release, due in
a couple of months


Referenced Bugs:

https://bugzilla.mindrot.org/show_bug.cgi?id=3117
[Bug 3117] Tracking bug for 8.3 release
https://bugzilla.mindrot.org/show_bug.cgi?id=3162
[Bug 3162] Tracking bug for 8.4 release
--
You are receiving this mail because:
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
_______________________________________________
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs
[Bug 3189] channel mux_ctx memory leak [ In reply to ]
https://bugzilla.mindrot.org/show_bug.cgi?id=3189

Damien Miller <djm@mindrot.org> changed:

What |Removed |Added
----------------------------------------------------------------------------
Resolution|FIXED |---
Status|RESOLVED |REOPENED

--- Comment #2 from Damien Miller <djm@mindrot.org> ---
I just reverted this patch as it cases the multiplex.sh regress test to
fail. Investigating.

--
You are receiving this mail because:
You are watching someone on the CC list of the bug.
You are watching the assignee of the bug.
_______________________________________________
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs
[Bug 3189] channel mux_ctx memory leak [ In reply to ]
https://bugzilla.mindrot.org/show_bug.cgi?id=3189

Damien Miller <djm@mindrot.org> changed:

What |Removed |Added
----------------------------------------------------------------------------
Status|REOPENED |RESOLVED
Resolution|--- |FIXED

--- Comment #3 from Damien Miller <djm@mindrot.org> ---
I have restored the free() call but only for channels of type
SSH_CHANNEL_MUX_LISTENER - doing it for other channels can clobber the
shared mux proxy mode state.

--
You are receiving this mail because:
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
_______________________________________________
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs
[Bug 3189] channel mux_ctx memory leak [ In reply to ]
https://bugzilla.mindrot.org/show_bug.cgi?id=3189

eiichi.tsukata@nutanix.com <eiichi.tsukata@nutanix.com> changed:

What |Removed |Added
----------------------------------------------------------------------------
CC| |eiichi.tsukata@nutanix.com

--- Comment #4 from eiichi.tsukata@nutanix.com <eiichi.tsukata@nutanix.com> ---
The patch and reproducer had been originally posted at

https://lists.mindrot.org/pipermail/openssh-unix-dev/2020-May/038501.html

--
You are receiving this mail because:
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
_______________________________________________
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs