cvs commit: src/sys/kern uipc_mbuf.c

Sam Leffler sam at FreeBSD.org
Thu Feb 24 00:40:33 GMT 2005


sam         2005-02-24 00:40:33 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             uipc_mbuf.c 
  Log:
  change m_adj to reclaim unused mbufs instead of zero'ing m_len
  when trim'ing space off the back of a chain; this is indirect
  solution to a potential null ptr deref
  
  Noticed by:     Coverity Prevent analysis tool (null ptr deref)
  Reviewed by:    dg, rwatson
  
  Revision  Changes    Path
  1.143     +4 -2      src/sys/kern/uipc_mbuf.c


More information about the cvs-all mailing list