Files
Heinrich Schuchardt df88a0e5cd net: cortina_ni: buffer overrun
When copying to a u32 field we should use sizeof(u32) and not
sizeof(*u32) in memcpy.

On 64bit systems like cortina_presidio-asic-emmc_defconfig using
sizeof(*u32) leads to a buffer overrun.

Fixes: febe13b438 ("net: cortina_ni: Add eth support for Cortina Access CAxxxx SoCs")
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Reviewed-By: Ramon Fried <rfried.dev@gmail.com>
2021-02-24 16:51:49 -05:00
..
2021-02-07 19:22:54 +01:00
2021-02-24 16:51:49 -05:00
2021-01-05 16:20:26 -05:00
2021-02-20 22:38:28 +01:00
2021-01-23 11:30:31 +01:00
2020-11-06 10:18:20 +08:00