+Sun May 19 18:59:00 EEST 2002 Pekka Riikonen <priikone@silcnet.org>
+
+ * Fixed the CHANNEL_CHANGE notify handling in client libary
+ to not use freed memory. Affected file is
+ lib/silcclient/client_notify.c.
+
Sat May 18 11:35:19 EEST 2002 Pekka Riikonen <priikone@silcnet.org>
* Allow multiple identical pending commands to be registered
goto out;
/* Replace the Channel ID */
- silc_client_replace_channel_id(client, conn, channel, channel_id);
+ if (silc_client_replace_channel_id(client, conn, channel, channel_id))
+ channel_id = NULL;
/* Notify application */
client->internal->ops->notify(client, conn, type, channel, channel);