aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorSUZUKI, Shinsuke <suz@kame.net>2008-05-01 04:16:32 +0000
committerSUZUKI, Shinsuke <suz@kame.net>2008-05-01 04:16:32 +0000
commit9dda571f3bf1279baa2f276f79b8d9566c05cc75 (patch)
tree0f4d85e1d71a1bd0e225ce5e757dcc02e5655c14 /CHANGES
parentdd3581f85ec9c66a4d3d00676b4f475a760b6d6d (diff)
fixed a improper handling of a domain-name ending with '.'. (Bug-ID: 1852869)
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 3838f37..950b57c 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,8 @@
* config.c: fixed a possible memory leak. (Bug-ID 1847588)
* dhcp6s.c: fixed a lifetime calculation failure in RENEW/REBIND
process for stateful-address. (Bug-ID: 1850457)
+ * common.c: fixed a improper handling of a domain-name ending with '.'.
+ (Bug-ID: 1852869)
2007-12-06 SUZUKI, Shinsuke <suz@kame.net>
* common.c: fixed a possible memory leak. (Bug-ID 1844676)