Subject: CVS commit: src/sys/net
To: None <source-changes@netbsd.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 01/12/2003 14:26:25
Module Name: src
Committed By: jdolecek
Date: Sun Jan 12 12:26:24 UTC 2003
Modified Files:
src/sys/net: if_ethersubr.c
Log Message:
Ethernet multicast entries are malloc'd M_IFMADDR, and thus should
be freed as M_IFMADDR too.
Fix supplied in PR kern/19037 by Sean Boudreau
To generate a diff of this commit:
cvs rdiff -r1.99 -r1.100 src/sys/net/if_ethersubr.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.