https://bugzilla.mindrot.org/show_bug.cgi?id=2396

Damien Miller <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
                 CC|                            |[email protected]
             Blocks|                            |2360

--- Comment #1 from Damien Miller <[email protected]> ---
(In reply to Jaak Ristioja from comment #0)

> PS: As an unrelated comment I wish to mention that running ssh
> through valgrind's memcheck seems to yield lots of results.

There are some leaks, but there shouldn't be any memory faults. Please
report any that you see - we fix all memory errors that we see.

NB. OpenSSL's AES-NI support causes a lot of false positives under
valgrind - you might have to disable AES-NI using:

export OPENSSL_ia32cap="~0x200000200000000"

-- 
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
[email protected]
https://lists.mindrot.org/mailman/listinfo/openssh-bugs

Reply via email to