hi Jonathan:
Thank you very much
Best regards
--- Hao
On Fri, 2023-04-21 at 14:14 +0100, Jonathan Cameron wrote:
> On Thu, 13 Apr 2023 20:23:58 +0800
> Hao Zeng wrote:
>
> > Open file descriptor not closed in error paths. Fix by replace
> > open coded handling of read of whole file into a buf
On Thu, 13 Apr 2023 20:23:58 +0800
Hao Zeng wrote:
> Open file descriptor not closed in error paths. Fix by replace
> open coded handling of read of whole file into a buffer with
> g_file_get_contents()
>
> Fixes: aba578bdac ("hw/cxl: CDAT Data Object Exchange implementation")
> Signed-off-by: Z
Open file descriptor not closed in error paths. Fix by replace
open coded handling of read of whole file into a buffer with
g_file_get_contents()
Fixes: aba578bdac ("hw/cxl: CDAT Data Object Exchange implementation")
Signed-off-by: Zeng Hao
Suggested-by: Philippe Mathieu-Daudé
Suggested-by: Pe