From 2c2f12f28490c99e8b6e5b03bfbad1bbe6c714f6 Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Tue, 15 May 2012 14:49:53 -0400 Subject: [PATCH] Comments from Oct 27 2011 (!) --- TODO | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/TODO b/TODO index 76f0acc..65a9e43 100644 --- a/TODO +++ b/TODO @@ -1 +1,16 @@ - Check VERY thoroughly for memory leaks in our usage of the FFI over OpenSSL. + +- Figure out the following, observed while flooding the server with + cat /dev/zero piped into ssh localhost -p 2322: + + Seg fault (internal error) at 0x4 + Bus error + + After a while it crashes out like that. Or seems to deadlock. + +- Figure out what the rules for packet size limit really are. Is it + payload limit or what? Why does OpenSSH give us these large packets + sometimes? + +- Buffer outbound traffic during rekey so we don't try to talk between + KEXINIT and NEWKEYS