[NETLINK]: netlink_callback structure needs 5 args not 4
net/ipv4/tcp_diag.c uses up to ->args[4] Signed-off-by: David S. Miller <davem@davemloft.net>
Esse commit está contido em:
commit de
David S. Miller
pai
1d345dac1f
commit
18b504e25f
@@ -147,7 +147,7 @@ struct netlink_callback
|
||||
int (*dump)(struct sk_buff * skb, struct netlink_callback *cb);
|
||||
int (*done)(struct netlink_callback *cb);
|
||||
int family;
|
||||
long args[4];
|
||||
long args[5];
|
||||
};
|
||||
|
||||
struct netlink_notify
|
||||
|
||||
Referência em uma Nova Issue
Bloquear um usuário