-
- Downloads
Elf: Fix also _module_index_list
Fix also concurrent use of _module_index_list (for the per-module TLS). Use a new mutex _module_index_list mutex to protect it. We could probably have done something with the RCU instead, but just adding a new mutex is a lot easier. Signed-off-by:Nadav Har'El <nyh@cloudius-systems.com> Signed-off-by:
Pekka Enberg <penberg@cloudius-systems.com>
Please register or sign in to comment