[Mono-bugs] [Bug 470568] mono_thread_current() called after TlsFree(current_object_key)

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Thu May 21 11:37:04 EDT 2009


http://bugzilla.novell.com/show_bug.cgi?id=470568

User rkumpera at novell.com added comment
http://bugzilla.novell.com/show_bug.cgi?id=470568#c4





--- Comment #4 from Rodrigo Kumpera <rkumpera at novell.com>  2009-05-21 09:37:03 MDT ---
An update, the whole issue is that we always have been pretty lenient with
accessing freed tls data due to how every OS implements it.

Most OSs have a fixed block of memory above the thread stack and
reading/storing from freed/non allocated slots will work fine.

Fixing this will be quite tedious and until we hit an OS which reject such
thing it doesn't make much sense to spend time on it.

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the mono-bugs mailing list