freebsd-dev/usr.sbin/lpr/lpd
Matthew Dillon b2dc65a8d3 Type-o, change from[...] = 0 to fromb[...] = 0. The incorrect buffer
was having its last element zero'd.  It turns out not to be a security
    hole or to have any real effect on the code because 'from' was previously
    pointing to a buffer of the same size as 'fromb', and the last
    element in fromb is already 0 anyway due to the use of sizeof(fromb)-1
    in the strncpy() call.  But I'm not pressing my luck so only the type-o
    is being fixed.
2000-01-25 01:51:21 +00:00
..
extern.h $Id$ -> $FreeBSD$ 1999-08-28 01:35:59 +00:00
lpd.8 Add support for pr's locale 1999-11-30 16:15:22 +00:00
lpd.c Type-o, change from[...] = 0 to fromb[...] = 0. The incorrect buffer 2000-01-25 01:51:21 +00:00
lpdchar.c $Id$ -> $FreeBSD$ 1999-08-28 01:35:59 +00:00
Makefile $Id$ -> $FreeBSD$ 1999-08-28 01:35:59 +00:00
modes.c $Id$ -> $FreeBSD$ 1999-08-28 01:35:59 +00:00
printjob.c Add support for pr's locale 1999-11-30 16:15:22 +00:00
recvjob.c $Id$ -> $FreeBSD$ 1999-08-28 01:35:59 +00:00