Re: [U-Boot] [PATCH] video: bmp: check coordinates of bitmap

2019-10-25 Thread Heinrich Schuchardt
On 10/25/19 11:21 AM, Yannick Fertré wrote: > If the coordinates are bigger than the size of > the panel then errors appear when calculating axis alignment > and the copy of bitmap is done outside of framebuffer. > > Signed-off-by: Yannick Fertré > --- > drivers/video/video_bmp.c | 13 +++

[U-Boot] [PATCH] video: bmp: check coordinates of bitmap

2019-10-25 Thread Yannick Fertré
If the coordinates are bigger than the size of the panel then errors appear when calculating axis alignment and the copy of bitmap is done outside of framebuffer. Signed-off-by: Yannick Fertré --- drivers/video/video_bmp.c | 13 + 1 file changed, 13 insertions(+) diff --git a/driver