cvs commit: src/lib/libc/stdlib malloc.c
    Jason Evans 
    jasone at FreeBSD.org
       
    Fri Sep  8 10:52:55 PDT 2006
    
    
  
jasone      2006-09-08 17:52:15 UTC
  FreeBSD src repository
  Modified files:
    lib/libc/stdlib      malloc.c 
  Log:
  Change the way base allocation is done for internal malloc data
  structures, in order to avoid the possibility of attempted recursive
  lock acquisition for chunks_mtx.
  
  Reported by:    Slawa Olhovchenkov <slw at zxy.spb.ru>
  
  Revision  Changes    Path
  1.137     +93 -56    src/lib/libc/stdlib/malloc.c
    
    
More information about the cvs-all
mailing list