4401. [bug] Fix leaks in contrib DLZ code. [RT #42707]
This commit is contained in:
2
CHANGES
2
CHANGES
@@ -1,3 +1,5 @@
|
|||||||
|
4401. [bug] Fix leaks in contrib DLZ code. [RT #42707]
|
||||||
|
|
||||||
4400. [doc] Description of masters with TSIG, allow-query and
|
4400. [doc] Description of masters with TSIG, allow-query and
|
||||||
allow-transfer options in catalog zones. [RT #42692]
|
allow-transfer options in catalog zones. [RT #42692]
|
||||||
|
|
||||||
|
|||||||
@@ -526,6 +526,7 @@ mysql_process_rs(mysql_instance_t *db, dns_sdlzlookup_t *lookup,
|
|||||||
db->log(ISC_LOG_ERROR,
|
db->log(ISC_LOG_ERROR,
|
||||||
"MySQL module ttl must be "
|
"MySQL module ttl must be "
|
||||||
"a postive number");
|
"a postive number");
|
||||||
|
free(tmpString);
|
||||||
return (ISC_R_FAILURE);
|
return (ISC_R_FAILURE);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -601,6 +601,7 @@ sqlite3_process_rs(sqlite3_instance_t *db, dns_sdlzlookup_t *lookup,
|
|||||||
db->log(ISC_LOG_ERROR,
|
db->log(ISC_LOG_ERROR,
|
||||||
"SQLite3 module: TTL must be "
|
"SQLite3 module: TTL must be "
|
||||||
"a postive number");
|
"a postive number");
|
||||||
|
free(tmpString);
|
||||||
return (ISC_R_FAILURE);
|
return (ISC_R_FAILURE);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user