cvs commit: src/sys/sys mbuf.h

Mike Silbersack silby at FreeBSD.org
Thu May 8 19:15:54 PDT 2003


silby       2003/05/08 19:15:52 PDT

  FreeBSD src repository

  Modified files:
    sys/sys              mbuf.h 
  Log:
  Redefine M_FREELIST to be 0x8000; 0x4000 conflicted with two other
  uses of m_flags in the kernel.  (A future commit will move all
  private m_flags users here so they're obvious without a great
  deal of searching.)
  
  This should fix the mbuf double-free panics those using ppp or
  ipfw reset rules have been seeing since the double-free detection
  code went in.
  
  Revision  Changes    Path
  1.122     +1 -1      src/sys/sys/mbuf.h


More information about the cvs-src mailing list