aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorSUZUKI, Shinsuke <suz@kame.net>2006-10-04 13:10:23 +0000
committerBjørn Mork <bjorn@mork.no>2010-08-06 15:37:36 +0200
commitc04ffa931a15e282ce28252f91560edf369525c5 (patch)
tree533009c91e25280b44bd418e836e4fcb0f16597f /CHANGES
parent4da509b059f8d7f8b5236c9278e841e2f5f1d6d6 (diff)
fixed a improper memory access when there is no free address in an address pool. (Bug-ID 1563232)
fixed a bug that a pooled address will never be reused even when it is released.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 2895b80..18353b7 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,10 @@
+2006-10-04 SUZUKI, Shinsuke <suz@kame.net>
+ * config.c: fixed a improper memory access when there is no free
+ address in an address pool. (Bug-ID 1563232)
+
+ fixed a bug that a pooled address will never be reused even when
+ it is released.
+
2006-10-03 SUZUKI, Shinsuke <suz@kame.net>
* config.c: dhcp6s does not include a 0 refresh-time option in
ADVERTISE/REPLY message, when "option refreshtime" configuration does