On Fri, 30 Oct 2020 at 10:23, AlexChen <alex.c...@huawei.com> wrote: > > In omap_lcd_interrupts(), the pointer omap_lcd is dereferenced before > being check if it is valid, which may lead to NULL pointer dereference. > So move the assignment to surface after checking that the omap_lcd is valid. > > Reported-by: Euler Robot <euler.ro...@huawei.com> > Signed-off-by: Alex Chen <alex.c...@huawei.com> > --- > hw/display/omap_lcdc.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-)
Applied to target-arm.next, thanks. -- PMM