From 28fc31ca7203c9c782d7091bd6669ab534619a15 Mon Sep 17 00:00:00 2001 From: Pekka Riikonen Date: Tue, 19 Jun 2001 19:28:53 +0000 Subject: [PATCH] updates. --- CHANGES | 12 ++++++++++++ TODO | 4 ++++ 2 files changed, 16 insertions(+) diff --git a/CHANGES b/CHANGES index d482e2d4..d2d9efbb 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,15 @@ +Tue Jun 19 22:10:36 EEST 2001 Pekka Riikonen + + * Fixed a possible crash in silc_packet_send_prepare. It now + assures always that there is enough space in the buffer and + at the tail area of the buffer (for MAC). + + Fixed the inbound buffer reallocation in silc_packet_read. + It was old code and did not handle the reallocation correctly. + Affected + + The affected file is lib/silccore/silcpacket.c. + Tue Jun 19 13:40:09 CEST 2001 Pekka Riikonen * make install generates new server keys only if there is not diff --git a/TODO b/TODO index c28ff554..ad0ac3b2 100644 --- a/TODO +++ b/TODO @@ -35,6 +35,10 @@ TODO/bugs in Irssi SILC client TODO/bugs In SILC Client Library ================================ + o If the silc_client_channel_message does not find the client entry + then it should attempt to resolve it at least once and no return + NULL entry to the application. + o All protocol execution timeouts are hard coded. They should be configurable and the Irssi SILC client should be able to set them with for example /set key_exchange_timeout etc. The silc_client_alloc -- 2.24.0