]> Git Repo - J-u-boot.git/commit - boot/pxe_utils.c
cmd: pxe: use strdup to copy config
authorPatrick Delaunay <[email protected]>
Fri, 28 Oct 2022 09:01:20 +0000 (11:01 +0200)
committerTom Rini <[email protected]>
Mon, 12 Dec 2022 19:03:12 +0000 (14:03 -0500)
commit51c5c28af59c19407d6602336ac7374dd1432c49
treecb1cdfba39afc3019ae499db72c91fadbdcd6b12
parenta5dacef7380e4414e7fe5831298e31122d24b18d
cmd: pxe: use strdup to copy config

Replace malloc and strcpy by strdup in
function parse_label_kernel.

Signed-off-by: Patrick Delaunay <[email protected]>
Reviewed-by: Neil Armstrong <[email protected]>
boot/pxe_utils.c
This page took 0.042146 seconds and 4 git commands to generate.