mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-03 08:05:21 +00:00
Add changes for [GL #1989]
This commit is contained in:
4
CHANGES
4
CHANGES
@@ -1,3 +1,7 @@
|
||||
5464. [bug] Specifying saving more than 128 files when rolling
|
||||
dnstap / log files would cause buffer overflow.
|
||||
[GL #1989]
|
||||
|
||||
5463. [placeholder]
|
||||
|
||||
5462. [bug] Move LMDB locking from LMDB itself to named. [GL #1976]
|
||||
|
@@ -1180,7 +1180,8 @@ remove_old_tsversions(isc_logfile_t *file, int versions) {
|
||||
memmove(&to_keep[i + 1],
|
||||
&to_keep[i],
|
||||
sizeof(to_keep[0]) *
|
||||
(versions - i - 1));
|
||||
(versions - i -
|
||||
1));
|
||||
to_keep[i] = version;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user