Files
jemalloc/src
Chris Pride 20a8c78bfe Fix a crashing case where arena_chunk_init_hard returns NULL.
This happens when it fails to allocate a new chunk. Which
arena_chunk_alloc then passes into arena_avail_insert without any
checks. This then causes a crash when arena_avail_insert tries
to check chunk->ndirty.

This was introduced by the refactoring of arena_chunk_alloc
which previously would have returned NULL immediately after
calling chunk_alloc. This is now the return from
arena_chunk_init_hard so we need to check that return, and
not continue if it was NULL.
2014-03-25 22:36:05 -07:00
..
2013-01-31 17:02:53 -08:00
2013-12-08 22:28:27 -08:00
2013-12-03 21:49:36 -08:00
2013-12-08 20:52:21 -08:00
2013-12-10 14:35:34 -08:00
2014-01-21 14:59:13 -08:00
2013-12-08 22:28:27 -08:00
2014-01-17 15:40:52 -08:00
2013-12-17 15:19:12 -08:00
2013-12-08 22:28:27 -08:00
2013-12-12 22:35:52 -08:00
2013-12-12 22:35:52 -08:00
2014-01-22 09:00:27 -08:00