Re: [PATCH 22/27] net/dccp: Use memdup_user
From: David Miller <davem@davemloft.net>
Date: 2010-05-31 07:31:05
Also in:
kernel-janitors, lkml
From: David Miller <davem@davemloft.net>
Date: 2010-05-31 07:31:05
Also in:
kernel-janitors, lkml
From: Julia Lawall <redacted> Date: Sat, 22 May 2010 10:25:19 +0200 (CEST)
From: Julia Lawall <redacted> Use memdup_user when user data is immediately copied into the allocated region. The semantic patch that makes this change is as follows: (http://coccinelle.lip6.fr/)
...
Signed-off-by: Julia Lawall <redacted>
Applied.