mirror of
https://github.com/torvalds/linux.git
synced 2024-11-02 02:01:29 +00:00
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> |
||
---|---|---|
.. | ||
bt878.c | ||
bt878.h | ||
dst_ca.c | ||
dst_ca.h | ||
dst_common.h | ||
dst_priv.h | ||
dst.c | ||
dvb-bt8xx.c | ||
dvb-bt8xx.h | ||
Kconfig | ||
Makefile |