[Bug 2396] Out of bounds read when parsing EscapeChar configuration value

bugzilla-daemon at mindrot.org bugzilla-daemon at mindrot.org
Mon May 11 12:57:09 AEST 2015


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

Damien Miller <djm at mindrot.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
                 CC|                            |djm at mindrot.org
             Blocks|                            |2360

--- Comment #1 from Damien Miller <djm at mindrot.org> ---
(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.


More information about the openssh-bugs mailing list