Re: [edk2-devel] [PATCH 02/14] DynamicTablesPkg: Add PrintString to CmObjParser

2022-10-26 Thread Sami Mujawar
Hi Pierre, Thank you for this patch. Reviewed-by: Sami Mujawar Regards, Sami Mujawar On 10/10/2022 10:20 am, pierre.gond...@arm.com wrote: From: Pierre Gondois Add a PrintString to print strings in the CmObjParser. String must be NULL terminated and no buffer overrun check is done by this

[edk2-devel] [PATCH 02/14] DynamicTablesPkg: Add PrintString to CmObjParser

2022-10-10 Thread PierreGondois
From: Pierre Gondois Add a PrintString to print strings in the CmObjParser. String must be NULL terminated and no buffer overrun check is done by this function. Signed-off-by: Pierre Gondois --- .../ConfigurationManagerObjectParser.c| 26 +++ 1 file changed, 26 insertio