Skip to content
  1. Oct 17, 2012
  2. Oct 16, 2012
  3. May 24, 2012
  4. May 16, 2012
  5. May 15, 2012
  6. May 12, 2012
  7. May 11, 2012
    • Jason Evans's avatar
      Fix large calloc() zeroing bugs. · d8ceef6c
      Jason Evans authored
      Refactor code such that arena_mapbits_{large,small}_set() always
      preserves the unzeroed flag, and manually manipulate the unzeroed flag
      in the one case where it actually gets reset (in arena_chunk_purge()).
      This fixes unzeroed preservation bugs in arena_run_split() and
      arena_ralloc_large_grow().  These bugs caused large calloc() to return
      non-zeroed memory under some circumstances.
      d8ceef6c
  8. Apr 25, 2012
  9. Apr 23, 2012
  10. Apr 21, 2012
    • Jason Evans's avatar
      Fix a memory corruption bug in chunk_alloc_dss(). · 8f0e0eb1
      Jason Evans authored
      Fix a memory corruption bug in chunk_alloc_dss() that was due to
      claiming newly allocated memory is zeroed.
      
      Reverse order of preference between mmap() and sbrk() to prefer mmap().
      
      Clean up management of 'zero' parameter in chunk_alloc*().
      8f0e0eb1
  11. Apr 20, 2012
  12. Apr 18, 2012
  13. Apr 17, 2012
  14. Nov 15, 2011
  15. Nov 06, 2011
  16. Sep 01, 2011
  17. Jul 31, 2011
  18. Apr 01, 2011
  19. Mar 31, 2011
  20. Mar 22, 2011
  21. Mar 15, 2011
  22. Mar 02, 2011
  23. Feb 08, 2011
  24. Feb 01, 2011
  25. Dec 04, 2010
  26. Oct 30, 2010
  27. Oct 25, 2010