bind to the specified transfer source and TSIG was
being used. [RT #10120]
+1545. [bug] It was possible to leak memory if named was unable to
+ bind to the specified transfer source and TSIG was
+ being used. [RT #10120]
+
1544. [placeholder] rt10147
1543. [placeholder] rt10147
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: zone.c,v 1.402 2003/11/04 05:23:31 marka Exp $ */
+/* $Id: zone.c,v 1.403 2004/01/05 04:21:30 marka Exp $ */
#include <config.h>
dns_result_totext(result));
goto cleanup;
}
- if (key != NULL)
- dns_tsigkey_detach(&key);
cancel = ISC_FALSE;
cleanup:
+ if (key != NULL)
+ dns_tsigkey_detach(&key);
if (result != ISC_R_SUCCESS)
DNS_ZONE_CLRFLAG(zone, DNS_ZONEFLG_REFRESH);
if (message != NULL)