rrs         2006-12-21 19:58:04 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             uipc_mbuf.c 
  Log:
  The prepend function did not handle non-pkthdr's correctly.
  It always called MH_ALIGN for small lengths being
  prepended (less than MHLEN). This meant that if you did
  a prepend on a non M_PKTHDR the system would panic with
  the KASSERT in MH_ALIGN. Instead we are not aware of
  this and do a MH_ALIGN or M_ALIGN as appropriate.
  
  Reviewed by:    andre
  Approved by:    gnn
  
  Revision  Changes    Path
  1.170     +7 -2      src/sys/kern/uipc_mbuf.c
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to