commit | 2c42a3fb30845867bfcaf0747ff50c1375884ff2 | [log] [tgz] |
---|---|---|
author | Julian Anastasov <ja@ssi.bg> | Tue Oct 30 12:03:09 2012 +0000 |
committer | David S. Miller <davem@davemloft.net> | Thu Nov 01 11:59:08 2012 -0400 |
tree | ca6a06d35c17bf3561fd9e0faef41f5e5cd54c6c | |
parent | 8f363b77ee4fbf7c3bbcf5ec2c5ca482d396d664 [diff] |
tcp: Fix double sizeof in new tcp_metrics code Fix double sizeof when parsing IPv6 address from user space because it breaks get/del by specific IPv6 address. Problem noticed by David Binderman: https://bugzilla.kernel.org/show_bug.cgi?id=49171 Signed-off-by: Julian Anastasov <ja@ssi.bg> Signed-off-by: David S. Miller <davem@davemloft.net>