cvs commit: src/sys/arm/arm pmap.c

Brian Fundakowski Feldman green at FreeBSD.org
Wed Jul 21 08:21:11 PDT 2004


On Wed, Jul 21, 2004 at 03:18:45PM +0000, Olivier Houchard wrote:
> cognet      2004-07-21 15:18:45 UTC
> 
>   FreeBSD src repository
> 
>   Modified files:
>     sys/arm/arm          pmap.c 
>   Log:
>   Do not use NULL as a malloc type for contigmalloc().

My fault for not finding that there were two consumers that abused
the contigmalloc(9) API.  If there are any bad or mismatched
contigmalloc()/contigfree() malloc_type arguments, they will now
be noticed as with malloc()/free().

-- 
Brian Fundakowski Feldman                           \'[ FreeBSD ]''''''''''\
  <> green at FreeBSD.org                               \  The Power to Serve! \
 Opinions expressed are my own.                       \,,,,,,,,,,,,,,,,,,,,,,\


More information about the cvs-all mailing list