Date: Wed, 01 May 1996 22:38:38 -0700 From: David Greenman <davidg@Root.COM> To: Bill Fenner <fenner@freefall.freebsd.org> Cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-sys@freefall.freebsd.org Subject: Re: cvs commit: src/sys/netinet tcp_input.c udp_usrreq.c Message-ID: <199605020538.WAA11311@Root.COM> In-Reply-To: Your message of "Wed, 01 May 1996 22:31:15 PDT." <199605020531.WAA18645@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
>fenner 96/05/01 22:31:14 > > Modified: sys/netinet tcp_input.c udp_usrreq.c > Log: > Size temp var correctly; buf[4*sizeof "123"] is not long enough > to store "192.252.119.189\0". Hmmm. 4 * sizeof("123") is 16, and that's what your example above needs. Am I missing something? -DG David Greenman Core-team/Principal Architect, The FreeBSD Project
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199605020538.WAA11311>