commit | 962a2979e353f876f3725417179f201e671d9dbb | [log] [tgz] |
---|---|---|
author | Jason Evans <jasone@canonware.com> | Thu Oct 20 23:59:12 2016 -0700 |
committer | Jason Evans <jasone@canonware.com> | Fri Oct 21 00:27:37 2016 -0700 |
tree | 98aeb435be3ac4ed68321c1badc1814fc40bde68 | |
parent | e2bcf037d445a84a71c7997670819ebd0a893b4a [diff] |
Do not (recursively) allocate within tsd_fetch(). Refactor tsd so that tsdn_fetch() does not trigger allocation, since allocation could cause infinite recursion. This resolves #458.