DragonFly BSD
DragonFly commits List (threaded) for 2004-04
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

cvs commit: src/sys/kern uipc_mbuf2.c


From: Joerg Sonnenberger <joerg@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Tue, 20 Apr 2004 00:35:22 -0700 (PDT)

joerg       2004/04/20 00:35:22 PDT

DragonFly src repository

  Modified files:
    sys/kern             uipc_mbuf2.c 
  Log:
  m_tag_alloc illegally passed the mbuf flags to malloc, hitting the
  diagnostic panic there. Do the same as the other mbuf allocation
  routines and check for M_WAIT explicitly.
  
  Reported-by: Richard Nyberg <rnyberg@xxxxxxxx>
  
  Revision  Changes    Path
  1.5       +2 -1      src/sys/kern/uipc_mbuf2.c


http://www.dragonflybsd.org/cvsweb/src/sys/kern/uipc_mbuf2.c.diff?r1=1.4&r2=1.5&f=h



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]