2efe3be95e
The reporter is developing a frame buffer driver for hardware using 3 bytes per pixel, but a stride that's a multiple of 256. Previously this resulted in writing beyond the end of each stride. On the last row this attempted to write past the end of the frame buffer, triggering the assertion in vt_fb_mem_wr1(). PR: 243533 MFC after: 2 weeks Submitted by: Thomas Skibo |
||
---|---|---|
.. | ||
colors | ||
font | ||
hw | ||
logo | ||
vt_buf.c | ||
vt_consolectl.c | ||
vt_core.c | ||
vt_cpulogos.c | ||
vt_font.c | ||
vt_sysmouse.c | ||
vt.h |