[Bug 200138] [PATCH] Fixed sthread-specific array allocation conflict incurred in libthr by some foreign malloc libraries

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue May 12 09:54:28 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200138

--- Comment #6 from yuri at rawbw.com ---
There is the recursion going on. calloc calls _pthread_setspecific again, and
after its return it is already allocated.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-threads mailing list