mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-02 15:45:25 +00:00
3297. [bug] Named could die on a malformed master file. [RT #28467]
This commit is contained in:
2
CHANGES
2
CHANGES
@@ -1,3 +1,5 @@
|
|||||||
|
3297. [bug] Named could die on a malformed master file. [RT #28467]
|
||||||
|
|
||||||
3296. [bug] Named could die with a INSIST failure in
|
3296. [bug] Named could die with a INSIST failure in
|
||||||
client.c:exit_check. [RT #28346]
|
client.c:exit_check. [RT #28346]
|
||||||
|
|
||||||
|
@@ -634,8 +634,7 @@ dns_rdata_fromtext(dns_rdata_t *rdata, dns_rdataclass_t rdclass,
|
|||||||
if (result != ISC_R_SUCCESS) {
|
if (result != ISC_R_SUCCESS) {
|
||||||
name = isc_lex_getsourcename(lexer);
|
name = isc_lex_getsourcename(lexer);
|
||||||
line = isc_lex_getsourceline(lexer);
|
line = isc_lex_getsourceline(lexer);
|
||||||
fromtext_error(callback, callbacks, name, line,
|
fromtext_error(callback, callbacks, name, line, NULL, result);
|
||||||
&token, result);
|
|
||||||
return (result);
|
return (result);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user