-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
stats: fix scope cache consistency issue when scope memory is recyled (…
…#3253) The memory allocator can reuse a memory address immediately, leading to a situation in which TLS references are used for an already destroyed scope. Instead, an incrementing ID is used as the cache key. Fixes #3214 Signed-off-by: Matt Klein <mklein@lyft.com>
- Loading branch information
1 parent
d338e45
commit 02fb980
Showing
2 changed files
with
30 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters