freebsd-skq/sys/i386/isa/pcvt
Archie Cobbs 2127f26023 Examine all occurrences of sprintf(), strcat(), and str[n]cpy()
for possible buffer overflow problems. Replaced most sprintf()'s
with snprintf(); for others cases, added terminating NUL bytes where
appropriate, replaced constants like "16" with sizeof(), etc.

These changes include several bug fixes, but most changes are for
maintainability's sake. Any instance where it wasn't "immediately
obvious" that a buffer overflow could not occur was made safer.

Reviewed by:	Bruce Evans <bde@zeta.org.au>
Reviewed by:	Matthew Dillon <dillon@apollo.backplane.com>
Reviewed by:	Mike Spengler <mks@networkcs.com>
1998-12-04 22:54:57 +00:00
..
pcvt_conf.h Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108. 1998-04-17 22:37:19 +00:00
pcvt_drv.c * Fix a couple of places in the device pager where an address was 1998-11-08 12:39:07 +00:00
pcvt_ext.c
pcvt_hdr.h Initialize isa_devtab entries for interrupt handlers in individual 1998-10-22 05:58:45 +00:00
pcvt_kbd.c Support compiling with `gcc -ansi'. 1998-04-15 17:47:40 +00:00
pcvt_kbd.h
pcvt_out.c Correct handling of ASCII DEL (0x7F). 1998-08-19 03:39:40 +00:00
pcvt_sup.c Examine all occurrences of sprintf(), strcat(), and str[n]cpy() 1998-12-04 22:54:57 +00:00
pcvt_tbl.h Correct glyph displayed by PCVT in ISO Latin-1 mode. 1998-08-19 03:07:16 +00:00
pcvt_vtf.c Correct sleep priority. 1998-06-02 05:39:13 +00:00