Maxime Henrion wrote:
> I just fixed a bug that has been hitting me everytime I do a sysctl -a
> since inp locking was committed. I would like to commit it as soon as
> possible, so I'd like it if someone could review it.
Wow. Good catch.
-- Terry
To Unsubscribe: send mail to [EMAIL PROTECTED
In article [EMAIL PROTECTED]> you write:
>Jeffrey Hsu wrote:
>> Can you try this fix instead? It's based on a similar patch Jonathan Lemon
>> sent to me for a similar spot in tcp_subr.c.
>
>Well yes, this works too, since it produces the same code as with my
>fix. But yours is more beautiful. :-
Jeffrey Hsu wrote:
> Can you try this fix instead? It's based on a similar patch Jonathan Lemon
> sent to me for a similar spot in tcp_subr.c.
Well yes, this works too, since it produces the same code as with my
fix. But yours is more beautiful. :-)
Thanks,
Maxime
To Unsubscribe: send mail to
Can you try this fix instead? It's based on a similar patch Jonathan Lemon
sent to me for a similar spot in tcp_subr.c.
Index: udp_usrreq.c
===
RCS file: /home/ncvs/src/sys/netinet/udp_usrreq.c,v
retrieving revision 1.113
diff -u -r
Maxime Henrion wrote:
> Hi all,
>
>
> I just fixed a bug that has been hitting me everytime I do a sysctl -a
> since inp locking was committed.
BTW, this bug probably only arises when the security.bsd.see_other_uids
sysctl is set to 0, otherwise the cr_canseesocket() call always
succeeds.
Hi all,
I just fixed a bug that has been hitting me everytime I do a sysctl -a
since inp locking was committed. I would like to commit it as soon as
possible, so I'd like it if someone could review it.
Thanks,
Maxime
Index: udp_usrreq.c
===