updates.
[silc.git] / lib / silccore / silcpacket.c
index d18781a4807725c2c92a506742356e41df9eee12..0791a70f590832ed7828b130dfac1457ff035e57 100644 (file)
@@ -334,6 +334,10 @@ void silc_packet_receive_process(SilcSocketConnection sock,
   int packetlen, paddedlen, mac_len = 0;
   int block_len = cipher ? silc_cipher_get_block_len(cipher) : 0;
   bool cont = TRUE;
+
+  /* Do not process for disconnected connection */
+  if (SILC_IS_DISCONNECTED(sock))
+    return;
   
   if (sock->inbuf->len < SILC_PACKET_MIN_HEADER_LEN)
     return;