CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected] 2009/02/09 14:36:10

Modified files:
        sys/kern       : uipc_mbuf.c 

Log message:
Don't panic if m_copyback() is working on a M_READONLY() mbuf. The old version
did not care either and with this packets from drivers with external buffers
(e.g. wpi(4)) would trigger this panic through pf(4).
Found the hard way by Tim van der Molen tbvdm (at) xs4all (dot) nl

Reply via email to