Module Name: src Committed By: ozaki-r Date: Thu Mar 2 09:16:46 UTC 2017
Modified Files: src/sys/netinet6: in6.c in6_var.h mld6.c Log Message: Fix racy in6m_sol Relook up the entry instead of reusing it, which makes locking simple. To generate a diff of this commit: cvs rdiff -u -r1.242 -r1.243 src/sys/netinet6/in6.c cvs rdiff -u -r1.95 -r1.96 src/sys/netinet6/in6_var.h cvs rdiff -u -r1.86 -r1.87 src/sys/netinet6/mld6.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.