Re: [PATCH v2] drm: fix off-by-one in logger

2018-05-24 Thread Norbert Manthey
Dear all, I just noticed that replying to my earlier email thread failed, and that I thereby created a new thread. The original thread is the following one: https://lkml.org/lkml/2018/2/16/274 I am sorry for the confusion! Best, Norbert On 05/23/2018 08:22 AM, Norbert Manthey wrote: >

[PATCH v2] drm: fix off-by-one in logger

2018-05-23 Thread Norbert Manthey
2nd parameter Signed-off-by: Norbert Manthey --- drivers/gpu/drm/amd/display/dc/basics/logger.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/amd/display/dc/basics/logger.c b/drivers/gpu/drm/amd/display/dc/basics/logger.c index 31bee05..6ba8d0c 100644

[PATCH] drm: fix off-by-one in logger

2018-02-16 Thread Norbert Manthey
/dc/basics/logger.c:348:4 detected read beyond size of object passed as 2nd parameter Signed-off-by: Norbert Manthey Cc: Alex Deucher Cc: "Christian König" Cc: "David (ChunMing) Zhou" Cc: David Airlie Cc: Harry Wentland Cc: Tony Cheng Cc: Yongqiang Sun Cc: Aric Cyr