
6 Dec
2018
6 Dec
'18
12:10 a.m.
We cannot be sure that the interface name takes up the full length of the space available to it. Use strcpy() instead of memcpy() in this case. This corrects a valgrind warning.
Signed-off-by: Simon Glass sjg@chromium.org ---
drivers/net/sandbox-raw-bus.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Applied to u-boot-dm/master, thanks!