Re: [PATCH net-next ] net: ipv4: memset addr before calling copy_to_user()

2015-11-09 Thread Hannes Frederic Sowa
Hello, On Mon, Nov 9, 2015, at 07:52, Loganaden Velvindron wrote: > zero addr before calling copy_to_user() > > Signed-off-by: Loganaden Velvindron > --- > net/ipv4/ip_sockglue.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/net/ipv4/ip_sockglue.c b/net/ipv4/ip_sockglue.c > index c

[PATCH net-next ] net: ipv4: memset addr before calling copy_to_user()

2015-11-08 Thread Loganaden Velvindron
zero addr before calling copy_to_user() Signed-off-by: Loganaden Velvindron --- net/ipv4/ip_sockglue.c | 1 + 1 file changed, 1 insertion(+) diff --git a/net/ipv4/ip_sockglue.c b/net/ipv4/ip_sockglue.c index c3c359a..d7a5a8b 100644 --- a/net/ipv4/ip_sockglue.c +++ b/net/ipv4/ip_sockglue.c @@ -