Re: [PATCH 3/3] cmd: pxe: use strdup to copy config

2022-12-13 Thread Tom Rini
On Tue, Dec 13, 2022 at 10:03:17AM +0100, Quentin Schulz wrote: > Hi Tom, > > On 12/12/22 22:34, Tom Rini wrote: > > On Fri, Oct 28, 2022 at 11:01:20AM +0200, Patrick Delaunay wrote: > > > > > Replace malloc and strcpy by strdup in > > > function parse_label_kernel. > > > > > > Signed-off-by: Pa

Re: [PATCH 3/3] cmd: pxe: use strdup to copy config

2022-12-13 Thread Quentin Schulz
Hi Tom, On 12/12/22 22:34, Tom Rini wrote: On Fri, Oct 28, 2022 at 11:01:20AM +0200, Patrick Delaunay wrote: Replace malloc and strcpy by strdup in function parse_label_kernel. Signed-off-by: Patrick Delaunay Reviewed-by: Neil Armstrong Applied to u-boot/next, thanks! I believe this wa

Re: [PATCH 3/3] cmd: pxe: use strdup to copy config

2022-12-12 Thread Tom Rini
On Fri, Oct 28, 2022 at 11:01:20AM +0200, Patrick Delaunay wrote: > Replace malloc and strcpy by strdup in > function parse_label_kernel. > > Signed-off-by: Patrick Delaunay > Reviewed-by: Neil Armstrong Applied to u-boot/next, thanks! -- Tom signature.asc Description: PGP signature

Re: [PATCH 3/3] cmd: pxe: use strdup to copy config

2022-10-28 Thread Neil Armstrong
On 28/10/2022 11:01, Patrick Delaunay wrote: Replace malloc and strcpy by strdup in function parse_label_kernel. Signed-off-by: Patrick Delaunay --- boot/pxe_utils.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/boot/pxe_utils.c b/boot/pxe_utils.c index 756b201eda91.

[PATCH 3/3] cmd: pxe: use strdup to copy config

2022-10-28 Thread Patrick Delaunay
Replace malloc and strcpy by strdup in function parse_label_kernel. Signed-off-by: Patrick Delaunay --- boot/pxe_utils.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/boot/pxe_utils.c b/boot/pxe_utils.c index 756b201eda91..84e63c5cb85f 100644 --- a/boot/pxe_utils.c +++ b