aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorSUZUKI, Shinsuke <suz@kame.net>2008-05-01 03:32:29 +0000
committerBjørn Mork <bjorn@mork.no>2010-08-06 15:37:37 +0200
commitb185b22b5c90245fc4a2e06dae7b5da70e3f964a (patch)
treec16a95702bd2a2c298f00baa61a42f0a11a1ee86 /CHANGES
parent959d5858478218bc2da84c4cee4cf25727ae1ff6 (diff)
fixed a possible memory leak. (Bug-ID 1847588)
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 5c78623..f981f20 100644
--- a/CHANGES
+++ b/CHANGES
@@ -3,6 +3,8 @@
* dhcp6s.c: fixed a potential NULL pointer access (Bug-ID: 1848304).
used a val_statefuladdr, instead of val_prefix, to access
an address in IA in DHCP DECLINE handling.
+ * config.c: fixed a possible memory leak. (Bug-ID 1847588)
+
2007-12-06 SUZUKI, Shinsuke <suz@kame.net>
* common.c: fixed a possible memory leak. (Bug-ID 1844676)
* common.c: fixed a possible double free. (Bug-ID 1844683)