Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Nov 2003 14:15:49 -0800 (PST)
From:      Matthew Dillon <dillon@apollo.backplane.com>
To:        freebsd-hackers@freebsd.org
Subject:   Minor bug in kern_sysctl.c on stable
Message-ID:  <200311232215.hANMFnx8066837@apollo.backplane.com>

next in thread | raw e-mail | index | archive | help
    In kern_sysctl.c I see you guys fixed the OID_AUTO collision with
    static OID's, but you still have to make the minimum OID_AUTO number
    256, not 100 (around line 119 of kern_sysctl.c), or you may conflict
    with static OID's assigned from loadable modules.

    I don't know of any situations that can cause this, but the more complete
    fix still needs to be made to -stable.  -current already sets the 
    minimum to 256 (0x100)

					-Matt
					Matthew Dillon 
					<dillon@backplane.com>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200311232215.hANMFnx8066837>