staging: rtl8723au: Use kmemdup() instead of memcpy() to duplicate memory
authorBenoit Taine <benoit.taine@lip6.fr>
Thu, 22 May 2014 13:08:33 +0000 (15:08 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 23 May 2014 07:33:05 +0000 (16:33 +0900)
This issue was reported by coccicheck using the semantic patch
at scripts/coccinelle/api/memdup.cocci, and tested by compilation.

Signed-off-by: Benoit Taine <benoit.taine@lip6.fr>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

No differences found