* Evgeniy Polyakov <[email protected]> 2005-04-10 15:37
> --- ./net/netlink/af_netlink.c.orig 2005-04-10 15:46:48.000000000 +0400
> +++ ./net/netlink/af_netlink.c 2005-04-10 15:47:04.000000000 +0400
> @@ -747,7 +747,7 @@
> if (p->exclude_sk == sk)
> goto out;
>
> - if (nlk->pid == p->pid || !(nlk->groups & p->group))
> + if (nlk->pid == p->pid || (nlk->groups != p->group))
> goto out;
>
> if (p->failure) {
Not valid, would break RTMGRP_*.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[Index of Archives]
[Kernel Newbies]
[Netfilter]
[Bugtraq]
[Photo]
[Stuff]
[Gimp]
[Yosemite News]
[MIPS Linux]
[ARM Linux]
[Linux Security]
[Linux RAID]
[Video 4 Linux]
[Linux for the blind]
[Linux Resources]