[Bug 2819] Problem with "scp -C" on specific files only.

bugzilla-daemon at bugzilla.mindrot.org bugzilla-daemon at bugzilla.mindrot.org
Wed Jan 17 18:14:00 AEDT 2018


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

Darren Tucker <dtucker at dtucker.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dtucker at dtucker.net

--- Comment #2 from Darren Tucker <dtucker at dtucker.net> ---
What configure and compile time options were used?  What version of
zlib was used and what options was it compiled with?

The only thing I can think of that would manifest like this would be if
zlib was built with some kind of leak/overflow checking that would
cause it to pollute stdout or stderr.

Whatever is going on seems to be in the ssh process under the scp one
on the client side.  If you attach an strace or similar to that process
before it exits you might get a hint.

The other thing you could try is to compile with -DPACKET_DEBUG (but be
aware this may expose some private info in the logs, so check it before
sharing it).

-- 
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