]> git.ipfire.org Git - thirdparty/bind9.git/commit
Address overrun in remove_old_tsversions
authorMark Andrews <marka@isc.org>
Thu, 2 Jul 2020 03:26:06 +0000 (13:26 +1000)
committerMark Andrews <marka@isc.org>
Mon, 13 Jul 2020 03:10:45 +0000 (13:10 +1000)
commit6ca78bc57dece45029ee56a73161db7b68140286
tree21de59e2056bd297aaeb40a58078b09d2c76d330
parent98de8537406b1643f3b989097d5a9f1b6d1df224
Address overrun in remove_old_tsversions

If too many versions of log / dnstap files to be saved where requests
the memory after to_keep could be overwritten.  Force the number of
versions to be saved to a save level.  Additionally the memmove length
was incorrect.
lib/isc/log.c