Minor bug in kern_sysctl.c on stable

Matthew Dillon dillon at apollo.backplane.com
Sun Nov 23 14:15:50 PST 2003


    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 at backplane.com>


More information about the freebsd-hackers mailing list