]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Refuse to forward agent messages > AGENT_MAX_MSGLEN.
authorSimon Tatham <anakin@pobox.com>
Mon, 30 Jan 2017 19:42:25 +0000 (19:42 +0000)
committerSimon Tatham <anakin@pobox.com>
Mon, 30 Jan 2017 19:42:25 +0000 (19:42 +0000)
commit1b2cc402448da230af90ade6331f4712f73df6b0
tree9a61a809b67e0d2e00c7fbac90f26cbac2092ff4
parente22120fea8d39e6a2ef6b2f4ab3ee5502f56169a
Refuse to forward agent messages > AGENT_MAX_MSGLEN.

Mostly so that we don't have to malloc contiguous space for them
inside PuTTY; since we've already got a handy constant saying how big
is too big, we might as well use it to sanity-check the contents of
our agent forwarding channels.
ssh.c