Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 May 2006 17:18:55 +0800
From:      Blue <Susan.Lan@zyxel.com.tw>
To:        freebsd-bugs@freebsd.org
Subject:   Critical section in in6_setsockaddr and in6_setpeeraddr
Message-ID:  <447C0DFF.8050500@zyxel.com.tw>

next in thread | raw e-mail | index | archive | help
Hi, All:

 In in6_setpeeraddr and in6_setsockaddr in in6_pcb.c, the critical 
section still uses legacy splnet() and splx(). However, the splnet() and 
splx() have been redefined as empty function. Don't we need to rewrite 
the part with  INP_LOCK(inp); .... INP_UNLOCK(inp);?

Best regards,

blue



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?447C0DFF.8050500>