summaryrefslogtreecommitdiffstats
path: root/drivers/net/cpmac.c
diff options
context:
space:
mode:
authorJulia Lawall2009-12-13 02:41:29 +0100
committerDavid S. Miller2009-12-14 04:56:34 +0100
commit94de803db748b902a9442fcfd7aad31a2fde43b7 (patch)
treeba5aa9e86b625eb9abdbab29c75218d6ee975b5e /drivers/net/cpmac.c
parentdrivers/atm: Correct code taking the size of a pointer (diff)
downloadkernel-qcow2-linux-94de803db748b902a9442fcfd7aad31a2fde43b7.tar.gz
kernel-qcow2-linux-94de803db748b902a9442fcfd7aad31a2fde43b7.tar.xz
kernel-qcow2-linux-94de803db748b902a9442fcfd7aad31a2fde43b7.zip
drivers/net/sfc: Correct code taking the size of a pointer
The function efx_iterate_state contains the code memcpy(&payload->msg, payload_msg, sizeof(payload_msg)); This is the only use of payload_msg. The type of payload_msg is changed from a pointer to an array, so that the result of sizeof really is the length of the string. A simplified version of the semantic patch that finds this problem is as follows: (http://coccinelle.lip6.fr/) // <smpl> @@ expression *x; expression f; type T; @@ *f(...,(T)x,...) // </smpl> Signed-off-by: Julia Lawall <julia@diku.dk> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/cpmac.c')
0 files changed, 0 insertions, 0 deletions