]> git.dujemihanovic.xyz Git - u-boot.git/commit
board/km/cent2: Fix buffer overflow when fixing MAC address
authorFrancois Berder <fberder@outlook.fr>
Fri, 29 Sep 2023 14:11:00 +0000 (16:11 +0200)
committerTom Rini <trini@konsulko.com>
Mon, 9 Oct 2023 19:24:31 +0000 (15:24 -0400)
commite483a7c8fff23d5aab27937f6054c883f99c8680
tree645e8e06bf20f5e6b56f284ac9171331aa8a41d1
parent6da11cc81ea773d9a1e3059da311c6f2e2aeb6ef
board/km/cent2: Fix buffer overflow when fixing MAC address

String "/soc/fman/ethernet@e8000" is 25 bytes long
and not 24 due to extra byte for null character at
the end.

Signed-off-by: Francois Berder <fberder@outlook.fr>
board/keymile/kmcent2/kmcent2.c