Minor bug in kern_sysctl.c on stable

From: Matthew Dillon (dillon_at_apollo.backplane.com)
Date: 11/23/03

  • Next message: Michael E. Mercer: "USB Question: unable to open /dev/ugen0 more than once"
    Date: Sun, 23 Nov 2003 14:15:49 -0800 (PST)
    To: freebsd-hackers@freebsd.org
    
    

        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>
    _______________________________________________
    freebsd-hackers@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
    To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org"


  • Next message: Michael E. Mercer: "USB Question: unable to open /dev/ugen0 more than once"