use recallocarray to allocate the agent sockets table; also clear
authordjm <djm@openbsd.org>
Tue, 26 Jan 2021 00:47:47 +0000 (00:47 +0000)
committerdjm <djm@openbsd.org>
Tue, 26 Jan 2021 00:47:47 +0000 (00:47 +0000)
commit7d6b586a92ab70c1f94374f6783de2312ce19d02
tree30e48ec4e7b959ceb683fc4876d7738ec3cced42
parentbe88d91fa83fe895c824f4a4d48a905cd7d30cf3
use recallocarray to allocate the agent sockets table; also clear
socket entries that are being marked as unused.

spinkle in some debug2() spam to make it easier to watch an agent
do its thing.

ok markus
usr.bin/ssh/ssh-agent.c