mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-01 23:25:38 +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
|
||||
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) {
|
||||
name = isc_lex_getsourcename(lexer);
|
||||
line = isc_lex_getsourceline(lexer);
|
||||
fromtext_error(callback, callbacks, name, line,
|
||||
&token, result);
|
||||
fromtext_error(callback, callbacks, name, line, NULL, result);
|
||||
return (result);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user