[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 0/4] dh-gex + dh: fix a couple of leaks
[Thread Prev] | [Thread Next]
- Subject: [PATCH 0/4] dh-gex + dh: fix a couple of leaks
- From: Jon Simons <jon@xxxxxxxxxxxxx>
- Reply-to: libssh@xxxxxxxxxx
- Date: Tue, 29 Jan 2019 21:11:46 -0500
- To: libssh@xxxxxxxxxx
- Cc: Jon Simons <jon@xxxxxxxxxxxxx>
Included here are some patches to the dh-gex and dh areas to fix a few leaks and harden some error handling. Also available here: * https://github.com/simonsj/libssh/tree/simonsj/patch/1-29-2019/dh-fixes * https://gitlab.com/simonsj1/libssh-mirror/tree/simonsj/patch/1-29-2019/dh-fixes Jon Simons (4): dh-gex: fix moduli file stream leak dh-gex: fix double-ssh_dh_init_common memory leak dh: plug pubkey_blob leak in ssh_server_dh_process_init dh: harden error handling in 'ssh_dh_init_common' src/dh-gex.c | 7 +------ src/dh.c | 8 +++++++- 2 files changed, 8 insertions(+), 7 deletions(-) -- 2.19.1.593.gc670b1f
[PATCH 1/4] dh-gex: fix moduli file stream leak | Jon Simons <jon@xxxxxxxxxxxxx> |
[PATCH 2/4] dh-gex: fix double-ssh_dh_init_common memory leak | Jon Simons <jon@xxxxxxxxxxxxx> |
[PATCH 3/4] dh: plug pubkey_blob leak in ssh_server_dh_process_init | Jon Simons <jon@xxxxxxxxxxxxx> |
[PATCH 4/4] dh: harden error handling in 'ssh_dh_init_common' | Jon Simons <jon@xxxxxxxxxxxxx> |
unsubscribe | zhengfish <zhengfish@xxxxxxxxx> |
Re: [PATCH 0/4] dh-gex + dh: fix a couple of leaks | Andreas Schneider <asn@xxxxxxxxxxxxxx> |