mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-26 19:41:04 -05:00
parent
c59d8f60bf
commit
4ca22b5fc2
1 changed files with 0 additions and 2 deletions
|
|
@ -1124,8 +1124,6 @@ plus_option(char *option, isc_boolean_t is_batchfile,
|
|||
if (value != NULL) {
|
||||
n = strlcpy(sitvalue, value,
|
||||
sizeof(sitvalue));
|
||||
sitvalue[sizeof(sitvalue) - 1] = '\0';
|
||||
|
||||
if (n >= sizeof(sitvalue))
|
||||
fatal("SIT data too large");
|
||||
lookup->sitvalue = sitvalue;
|
||||
|
|
|
|||
Loading…
Reference in a new issue