mirror of https://gitee.com/openkylin/linux.git
5ce005002c
The region set by the call to memset is immediately overwritten by the subsequent call to memcpy. The semantic patch that makes this change is as follows: (http://coccinelle.lip6.fr/) // <smpl> @@ expression e1,e2,e3,e4; @@ - memset(e1,e2,e3); memcpy(e1,e4,e3); // </smpl> Signed-off-by: Julia Lawall <julia@diku.dk> Cc: Manu Abraham <abraham.manu@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com> |
||
---|---|---|
.. | ||
Kconfig | ||
Makefile | ||
bt878.c | ||
bt878.h | ||
dst.c | ||
dst_ca.c | ||
dst_ca.h | ||
dst_common.h | ||
dst_priv.h | ||
dvb-bt8xx.c | ||
dvb-bt8xx.h |