memory leak in OpenSSH

2012-01-17 Thread Jan Klemkow
Hello, this diff fixes a memory leak in OpenSSH. I have compiled it, but could not test the code path. This function is always called with an already initialized buffer. bye, Jan Index: authfile.c === RCS file: /mount/cvsdev/cvs

memory leak in OpenSSH

2012-01-16 Thread Jan Klemkow
Hello, this is a diff which patch a memory leak in OpenSSH. I have just compiled it without warnings. I am unable to run this exactly this code path. bye, Jan Index: ssh-pkcs11-client.c === RCS file: /mount/cvsdev/cvs/openbsd/src

Re: memory leak in OpenSSH

2012-01-16 Thread Loganaden Velvindron
Great ! Open a PR here: https://bugzilla.mindrot.org/ On Mon, Jan 16, 2012 at 6:27 PM, Jan Klemkow j.klem...@wemelug.de wrote: Hello, this is a diff which patch a memory leak in OpenSSH. I have just compiled it without warnings. I am unable to run this exactly this code path. bye, Jan

Re: memory leak in OpenSSH

2012-01-16 Thread Miod Vallat
this is a diff which patch a memory leak in OpenSSH. Applied, thanks! Miod