Subject: Re: Possible memory leak for multicast all-hosts address?
To: enami tsugutomo <enami@but-b.or.jp>
From: None <itojun@iijlab.net>
List: tech-net
Date: 10/08/2000 22:38:20
>> the patch should do the right thing. please test.
>This patch doesn't DTRT. Just calling in_delmulti() for the multicast
>address records listed in ia_multiaddrs is insufficient, since they
>are reference counted and is referenced from ip_moptions.
>A reference via ip_moptions is already killed by in_pcbpurgeif().
hmm, i see. i now wonder why IPv6 case is working fine
(maybe it isn't when there still are listeners).
we may need more torture-test (can be 1.5 item).
itojun