Date: Fri, 30 Jun 2000 09:51:13 -0400 (EDT) From: David Gilbert <dgilbert@velocet.ca> To: freebsd-stable@freebsd.org Subject: Re: dc19 fructration. Message-ID: <14684.42449.103888.380937@trooper.velocet.net> In-Reply-To: <200006300024.KAA01770@lightning.itga.com.au> References: <200006300024.KAA01770@lightning.itga.com.au>
next in thread | previous in thread | raw e-mail | index | archive | help
Solved. PR 19603. Probably should be MFC'd all over the place. I'm not 100% satisfied with the patch. I don't understand the operation of SYSCTL_STRUCT() enough to make it allocatate things dynamically --- it probably should. As evidenced by the printf(), it knows the number of interfaces it's got right before it bzero()'s the block to initialize it. The biggest insult was that BDG_MAX_PORTS was defined ... and used elsewhere in the code, but that a static 16 entries was allocated in the status struct (and not range checked anywhere). Dave. -- ============================================================================ |David Gilbert, Velocet Communications. | Two things can only be | |Mail: dgilbert@velocet.net | equal if and only if they | |http://www.velocet.net/~dgilbert | are precisely opposite. | =========================================================GLO================ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?14684.42449.103888.380937>