video: bmp: Fix video_display_rle8_bitmap()
authorPatrice Chotard <patrice.chotard@st.com>
Wed, 20 Nov 2019 13:11:16 +0000 (14:11 +0100)
committerAnatolij Gustschin <agust@denx.de>
Fri, 6 Dec 2019 08:07:45 +0000 (09:07 +0100)
commitca2c6945b9e158716138b9d138c72676e719bd8e
tree35e9e87e8b93675d8a9026071b77d3b5cbffaa6b
parent1ebf2855b486f7ff6dcac1ab953abbf68462ecad
video: bmp: Fix video_display_rle8_bitmap()

In case the BMP size is bigger than the frame buffer, don't use
the BMP's width and height in video_display_rle8_bitmap, but the
one's checked in video_bmp_display() as parameters to
video_display_rle8_bitmap().

Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
CC: Yannick Fertré <yannick.fertre@st.com>
drivers/video/video_bmp.c