
16 Jul
2021
16 Jul
'21
5:51 p.m.
On Thu, May 13, 2021 at 07:39:17PM -0600, Simon Glass wrote:
At present if ifname is exactly IFNAMSIZ characters then it will result in an unterminated string. Fix this by using strlcpy() instead.
Signed-off-by: Simon Glass sjg@chromium.org Reported-by: Coverity (CID: 316358) Acked-by: Ramon Fried rfried.dev@gmail.com
Applied to u-boot/master, thanks!
--
Tom