~vcs-imports/wide-dhcpv6/trunk

« back to all changes in this revision

Viewing changes to CHANGES

  • Committer: suzsuz
  • Date: 2008-05-01 03:35:17 UTC
  • Revision ID: vcs-imports@canonical.com-20080501033517-wfjoubvdznp5fzsy
fixed a lifetime calculation failure in RENEW/REBIND process for
stateful-address. (Bug-ID: 1850457)

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
                    used a val_statefuladdr, instead of val_prefix, to access 
5
5
                    an address in IA in DHCP DECLINE handling.
6
6
        * config.c: fixed a possible memory leak. (Bug-ID 1847588)
 
7
        * dhcp6s.c: fixed a lifetime calculation failure in RENEW/REBIND 
 
8
                    process for stateful-address. (Bug-ID: 1850457)
7
9
 
8
10
2007-12-06  SUZUKI, Shinsuke <suz@kame.net>
9
11
        * common.c: fixed a possible memory leak. (Bug-ID 1844676)