| wsdisplay.c | 1497 	u_int fontsz;  local in function:wsdisplay_cfg_ioctl 1543 		fontsz = d->fontheight * d->stride * d->numchars;
 1544 		if (fontsz > WSDISPLAY_MAXFONTSZ) {
 1549 		tbuf = malloc(fontsz, M_DEVBUF, M_WAITOK);
 1550 		error = copyin(d->data, tbuf, fontsz);
 
 |