Skip to content
Commit 5f7140b0 authored by Jason Evans's avatar Jason Evans
Browse files

Make prof_tctx accesses atomic.

Although exceedingly unlikely, it appears that writes to the prof_tctx
field of arena_chunk_map_misc_t could be reordered such that a stale
value could be read during deallocation, with profiler metadata
corruption and invalid pointer dereferences being the most likely
effects.
parent 88fef7ce
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment