-
Notifications
You must be signed in to change notification settings - Fork 1.1k
support swapcontext #189
Copy link
Copy link
Closed
Description
Originally reported on Google Code with ID 189
AddressSanitizer does not fully support swapcontext.
Sometimes, swapcontext causes the entire shadow region (16T)
to be written by asan-internal routines (e.g. __asan_handle_no_return)
because the location of the stack changes w/o asan noticing it.
This may cause the machine to die or hang for a long time.
I am not at all sure if asan can fully support swapcontext,
but we at least should collect more test cases.
Reported by konstantin.s.serebryany on 2013-05-22 07:40:59
Reactions are currently unavailable