]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#3068] add ChangeLog entry
authorAndrei Pavel <andrei@isc.org>
Mon, 2 Oct 2023 15:01:10 +0000 (18:01 +0300)
committerAndrei Pavel <andrei@isc.org>
Thu, 5 Oct 2023 14:40:02 +0000 (17:40 +0300)
ChangeLog

index 5482dc1ad9a301057cf24f1583751b0f6a4a19ee..0ed1a65cf45bd7b8ace6dfbbe24c048b38bdab13 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2183.  [bug]           andrei
+       Fixed a bug where one of the commands that retrieve statistic
+       values sent to the kea-ctrl-agent would get an overflow error in
+       the response if the inquired statistic was intended to have a big
+       integer data type, and if the integer value would not be
+       representable on 64 bits. Affected statistics are "total-nas" and
+       "total-pds", and the bug only manifests if the inquired pool (or
+       the inquired subnet's aggregated pool space) is larger than /64
+       or larger in case of prefix delegation. Prior to this fix, the
+       command would still get an accurate response over unix socket.
+       (Gitlab #3068)
+
 Kea 2.5.2 (development) released on September 27, 2023
 
 2182.  [build]         razvan