Date: Thu, 17 Oct 2002 14:02:02 -0700 (PDT) From: Robert Drehmel <robert@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_intr.c Message-ID: <200210172102.g9HL23xt085708@repoman.freebsd.org>
index | next in thread | raw e-mail
robert 2002/10/17 14:02:02 PDT
Modified files:
sys/kern kern_intr.c
Log:
Instead of (sizeof(source_buffer) - 1) bytes, copy at most
(sizeof(destination_buffer) - 1) bytes into the destination buffer.
This was not harmful because they currently both provide space for
(MAXCOMLEN + 1) bytes.
Revision Changes Path
1.85 +1 -1 src/sys/kern/kern_intr.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200210172102.g9HL23xt085708>
