cvs commit: src/sys/netinet ip_mroute.c
Robert Watson
rwatson at FreeBSD.org
Thu Oct 7 07:13:36 PDT 2004
rwatson 2004-10-07 14:13:35 UTC
FreeBSD src repository
Modified files:
sys/netinet ip_mroute.c
Log:
When running with debug.mpsafenet=0, initialize IP multicast routing
callouts as non-CALLOUT_MPSAFE. Otherwise, they may trigger an
assertion regarding Giant if they enter other parts of the stack from
the callout.
MFC after: 3 days
Reported by: Dikshie < dikshie at ppk dot itb dot ac dot id >
Revision Changes Path
1.109 +7 -4 src/sys/netinet/ip_mroute.c
More information about the cvs-src
mailing list