From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Wed, 26 Sep 2018 20:58:13 +0200 Subject: [U-Boot] [PATCH 1/1] dm: video: check bounds for column and row In-Reply-To: <20180919171514.15540-1-xypron.glpk@gmx.de> References: <20180919171514.15540-1-xypron.glpk@gmx.de> Message-ID: <20180926205813.579811dd@crub> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Wed, 19 Sep 2018 19:15:14 +0200 Heinrich Schuchardt xypron.glpk at gmx.de wrote: > CSI H can be used to position the cursor. The calling application may > specify a location that is beyond the limits of the screen. This may > lead to an illegal memory access. > > Signed-off-by: Heinrich Schuchardt > --- > drivers/video/vidconsole-uclass.c | 8 ++++++++ > 1 file changed, 8 insertions(+) Applied to u-boot-video/master, thanks! -- Anatolij