]> git.ipfire.org Git - thirdparty/pdns.git/commit
iputils.hh: NetmaskTree: Make the node_type key value const. 8355/head
authorStephan Bosch <stephan.bosch@open-xchange.com>
Wed, 9 Oct 2019 00:06:33 +0000 (02:06 +0200)
committerStephan Bosch <stephan.bosch@open-xchange.com>
Tue, 11 Feb 2020 19:54:03 +0000 (20:54 +0100)
commit0c4df7c3e67ff379f2747a522e6290618c18a2a1
treeaf3abf0069db2dde32e6982b7c55439c61584125
parent7c888097c7a2c2812412dc08e831137db1e9c057
iputils.hh: NetmaskTree: Make the node_type key value const.

This prevents changing the key used by the tree, which would otherwise provide
an opportunity to corrupt the tree.
pdns/iputils.hh