[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
unsubscribe
[Thread Prev] | [Thread Next]
- Subject: unsubscribe
- From: zhengfish <zhengfish@xxxxxxxxx>
- Reply-to: libssh@xxxxxxxxxx
- Date: Wed, 30 Jan 2019 11:59:15 +0800
- To: libssh@xxxxxxxxxx
On Wed, Jan 30, 2019 at 10:13 AM Jon Simons <jon@xxxxxxxxxxxxx> wrote: > 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 0/4] dh-gex + dh: fix a couple of leaks | Jon Simons <jon@xxxxxxxxxxxxx> |