cvs commit: src/sys/dev/mpt mpt.c

Scott Long scottl at FreeBSD.org
Fri Oct 7 22:16:46 PDT 2005


scottl      2005-10-08 05:16:45 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/mpt          mpt.c 
  Log:
  Remove a couple of explicit memset(0) ops that were zeroing past the end of
  an allocation.  This fixes the malloc 'use after free' panic on boot that
  many were seeing.  It doesn't solve the problem of the allocations being
  cached and then written past their bounds later.  That will take more work.
  
  Submitted by: kan
  
  Revision  Changes    Path
  1.14      +2 -4      src/sys/dev/mpt/mpt.c


More information about the cvs-src mailing list