[PATCH] Logo crash

From: Geert Uytterhoeven (geert@linux-m68k.org)
Date: Sun Jan 05 2003 - 11:47:35 EST


The local variable palette_cmap.transp is not initialized, so it can contain
garbage, causing a crash during logo drawing.

--- linux-2.5.54/drivers/video/fbmem.c Thu Jan 2 12:54:58 2003
+++ linux-m68k-2.5.54/drivers/video/fbmem.c Sun Jan 5 17:22:57 2003
@@ -386,6 +386,7 @@
         palette_cmap.red = palette_red;
         palette_cmap.green = palette_green;
         palette_cmap.blue = palette_blue;
+ palette_cmap.transp = 0;
 
         for (i = 0; i < LINUX_LOGO_COLORS; i += n) {
                 n = LINUX_LOGO_COLORS - i;

Gr{oetje,eeting}s,

                                                Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Tue Jan 07 2003 - 22:00:28 EST