ssh client memory leak

2011-12-16 Thread Loganaden Velvindron
command is initialised in main but not freed before exit. ssh_session2() is called before exit. It leads to the following call path: ssh_session2() -> ssh_session2_open() -> channel_register_open_confirm() [contains a callback to ssh_session2_setup()] -> client_session2_setup(id, tty_flag, subsyst

libstdc++ clang build fixes

2011-12-16 Thread Jonathan Gray
>From Dimitry Andric in FreeBSD: o Make the value_type, vector_type, iterator, __mutex_type types of free_list class so we can access them o In some cases template keywords must be inserted to treat classes as dependent template names Index: include/ext/bitmap_allocator.h

SpecialePrestiti.

2011-12-16 Thread TERNET
SpecialePrestiti. Nuove proposte per le famiglie e le aziende. Visiti il sito SpecialePrestiti. per non ricevere ulteriori news clicchi qui

ssh ecdsa memory leak patch

2011-12-16 Thread Loganaden Velvindron
In ssh-ecdsa.c, buffer bb is initialised but not freed before from returning from int ssh_ecdsa_verify(). Index: src/usr.bin/ssh/ssh-ecdsa.c === RCS file: /cvs/src/usr.bin/ssh/ssh-ecdsa.c,v retrieving revision 1.4 diff -u -p -r1.4 ssh