904. [bug] The server would leak memory if attempting to use
an expired TSIG key. [RT #1406]
+ 904. [bug] The server would leak memory if attempting to use
+ an expired TSIG key. [RT #1406]
+
903. [bug] dig should not crash when receiving a TCP packet
of length 0.
*/
/*
- * $Id: tsig.c,v 1.98.4.6 2001/05/18 21:28:41 gson Exp $
+ * $Id: tsig.c,v 1.98.4.7 2001/06/15 16:52:42 gson Exp $
* Principal Author: Brian Wellington
*/
*/
RWUNLOCK(&ring->lock, isc_rwlocktype_read);
LOCK(&key->lock);
- key->refs--;
UNLOCK(&key->lock);
RWLOCK(&ring->lock, isc_rwlocktype_write);
(void) dns_rbt_deletename(ring->keys, name, ISC_FALSE);