Page MenuHomeFreeBSD

Revert "mcast: fix memory leak in imf_purge()"
ClosedPublic

Authored by kp on Dec 13 2023, 1:01 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, May 17, 5:19 AM
Unknown Object (File)
Fri, May 17, 1:08 AM
Unknown Object (File)
Wed, May 8, 5:10 PM
Unknown Object (File)
Wed, May 8, 5:09 PM
Unknown Object (File)
Wed, May 8, 1:13 PM
Unknown Object (File)
Thu, May 2, 11:31 AM
Unknown Object (File)
Wed, May 1, 7:53 PM
Unknown Object (File)
Tue, Apr 30, 12:09 AM

Details

Summary

This reverts commit fa03d37432caf17d56a931a9e6f5d9b06f102c5b.

This commit caused us to not send IGMP leave messages if the inpcb went
away. In other words: we freed pending packets whenever the socket
closed rather than when the interface (or address) goes away.

Sponsored by: Rubicon Communications, LLC ("Netgate")

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable