commit | 1d1cee127aebc6ca25207435ddc6ae5d9bb90d41 | [log] [tgz] |
---|---|---|
author | Jason Evans <je@fb.com> | Mon Oct 21 15:04:12 2013 -0700 |
committer | Jason Evans <je@fb.com> | Mon Oct 21 15:04:12 2013 -0700 |
tree | f761394e43313dae5dd1b065a8c4fd971bed5d4d | |
parent | e2985a23819670866c041ba07964099eeb9e0e07 [diff] |
Add a missing mutex unlock in malloc_init_hard() error path. Add a missing mutex unlock in a malloc_init_hard() error path (failed mutex initialization). In practice this bug was very unlikely to ever trigger, but if it did, application deadlock would likely result. Reported by Pat Lynch.