Current-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: ipv6 connectivity broken in -current (again)



On Sat, May 2, 2009 at 5:06 PM, Tobias Nygren <tnn%netbsd.org@localhost> wrote:
> On Sat, 2 May 2009 09:57:25 +0200
> Markus W Kilbinger <mk%kilbi.de@localhost> wrote:
>
>> Since about 2 days -current kernel panic during any kind of ipv6
>> connectivity! (Does anybody else see this?)
>
> Crash happens due to attempt to modify "in6_any" (which is .rodata)
> at in6_src.c:884:
>
> 882 if (t == 0) {
> 883        /* We have a free port. Check with the secmodel. */
> 884        sin6->sin6_port = lport;
> 885        error = kauth_authorize_network(l->l_cred,

Sorry about that guys -- I forgot to fix another wrong usage of
__UNCONST() in in6_pcbbind() with the latest commit.

Please try in6_pcb.c revision 1.108 and let me know if it fixes it, it
should. :)

I'm also sorry for the delayed reply, but I was away the whole day.

-e.


Home | Main Index | Thread Index | Old Index