RE:[PATCH] drm/amd/display:fix a Null pointer dereference vulnerability

2025-07-04 Thread jackysliu
On 2025-07-03 11:15, Harry Wentland wrote >Thanks for your patch. > >Please run and fix this checkpatch.pl warning: > >WARNING: From:/Signed-off-by: email address mismatch: 'From: jackysliu ><1972843...@qq.com>' != 'Signed-off-by: jackysliu ' >I would prefer to simply wrap the dc->ctx->logger and

Re: [PATCH] drm/amd/display:fix a Null pointer dereference vulnerability

2025-07-03 Thread Harry Wentland
On 2025-07-02 23:39, jackysliu wrote: > A null pointer dereference vulnerability exists in the AMD display driver's > (DC module) cleanup function dc_destruct(). > When display control context (dc->ctx) construction fails > (due to memory allocation failure), this pointer remains NULL. > During