From owner-cvs-sys Wed May 1 22:38:42 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA20197 for cvs-sys-outgoing; Wed, 1 May 1996 22:38:42 -0700 (PDT) Received: from Root.COM (implode.Root.COM [198.145.90.17]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id WAA20187 Wed, 1 May 1996 22:38:39 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by Root.COM (8.7.5/8.6.5) with SMTP id WAA11311; Wed, 1 May 1996 22:38:38 -0700 (PDT) Message-Id: <199605020538.WAA11311@Root.COM> X-Authentication-Warning: implode.Root.COM: Host localhost [127.0.0.1] didn't use HELO protocol To: Bill Fenner 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 In-reply-to: Your message of "Wed, 01 May 1996 22:31:15 PDT." <199605020531.WAA18645@freefall.freebsd.org> From: David Greenman Reply-To: davidg@Root.COM Date: Wed, 01 May 1996 22:38:38 -0700 Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >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