freebsd-dev/sys/dev/vt
Ed Maste 2efe3be95e vt: avoid overrun when stride is not a multiple of bytes per pixel
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
2020-04-04 00:31:30 +00:00
..
colors
font
hw vt: avoid overrun when stride is not a multiple of bytes per pixel 2020-04-04 00:31:30 +00:00
logo Update Conrad Meyer's email 2019-10-17 16:38:44 +00:00
vt_buf.c vt: use colors from terminal emulator 2019-09-25 13:24:31 +00:00
vt_consolectl.c
vt_core.c Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many) 2020-02-26 14:26:36 +00:00
vt_cpulogos.c Update Conrad Meyer's email 2019-10-17 16:38:44 +00:00
vt_font.c vt: remove comment that is not true since r259680 2019-10-17 13:08:50 +00:00
vt_sysmouse.c Extract eventfilter declarations to sys/_eventfilter.h 2019-05-20 00:38:23 +00:00
vt.h vt: store a pointer to the keyboard instead of index 2019-12-20 17:15:09 +00:00