commit | 92ee1f5e1060ab059c3f0e47f8ff369981026739 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Dec 14 21:19:08 2023 -0700 |
committer | Tom Rini <trini@konsulko.com> | Wed Apr 10 17:04:25 2024 -0600 |
tree | 39acf26777b62f98b0937c03b3d0a6a272c82b83 | |
parent | c30e0842b152daa2dfb15bc642bb4d296016d4ac [diff] |
pxe: Use strlcpy() instead of strcpy() in label_boot() The intention here is to nul-terminate the result string, so use the correct function for that. Signed-off-by: Simon Glass <sjg@chromium.org>