Client: Fix signature verification double free
authorPekka Riikonen <priikone@silcnet.org>
Tue, 25 May 2010 04:24:28 +0000 (07:24 +0300)
committerPekka Riikonen <priikone@silcnet.org>
Tue, 25 May 2010 04:24:28 +0000 (07:24 +0300)
commit27a4ad25c65fa7b4fdbbe53b3551a687a9b43214
tree7e952140b538603c1f85c41477d91aa4221d905c
parentce98ad0c8cccde0800533b0314f2eb92c8b4c9f8
Client: Fix signature verification double free

When client receives public key in the message payload and is compared
against the client's own public key, when the keys differ we have to
return immediately and not try to verify the signature.
apps/irssi/src/silc/core/client_ops.c