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

2025-07-16 Thread jackysliu
On Tue, Jul 15 2025 12:44:40 +0200 Krzysztof Kozlowski wrote: >You should disclose that you used some AI tool for that... and that >other report(s) was really fake finding. People should know you >generated it with AI, so they could make informed decision whether to >even allocate time here. Alt

Re: [PATCH] scsi:bfa: Double-free vulnerability fix

2025-07-16 Thread jackysliu
On Tue, Jul 15 2025 12:45:00 +0200 Krzysztof Kozlowski wrote: >You should disclose that you used some AI tool for that... and that >other report(s) was really fake finding. People should know you >generated it with AI, so they could make informed decision whether to >even allocate time here. Alth

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

2025-07-04 Thread jackysliu
From: jackysliu 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 subsequent error

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

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

2025-07-03 Thread jackysliu
uct() is called, there's no NULL check before dereferencing the perf_trace member (dc->ctx->perf_trace), causing a kernel null pointer dereference crash Signed-off-by: jackysliu --- drivers/gpu/drm/amd/display/dc/core/dc.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/