commit | 7c19f91043e86525c54cf339d53bf01c1b726931 | [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 | 698da33e336f0357be31447c53c3922a8ba9ff2f [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>