Go to file
Jason Evans 2541e1b083 Add a missing mutex unlock in malloc_init_hard().
If multiple threads race to initialize malloc, the loser(s) busy-wait
until initialization is complete.  Add a missing mutex lock so that the
loser(s) properly release the initialization mutex.  Under some
race conditions, this flaw could have caused one or more threads to
become permanently blocked.

Reported by Terrell Magee.
2010-07-22 11:35:59 -07:00
jemalloc Add a missing mutex unlock in malloc_init_hard(). 2010-07-22 11:35:59 -07:00
.gitignore Fix build system problems. 2010-04-07 23:37:35 -07:00