envoyproxy/envoy
Ver no GitHubmemory safety: audit use of static variables
Open
#11.130 aberto em 10 de mai. de 2020
help wantedtech debt
Métricas do repositório
- Stars
- (27.997 stars)
- Métricas de merge de PR
- (Mesclagem média 8d) (378 fundiu PRs em 30d)
Description
We should audit the use of static variables in the codebase to prevent static initialization/deinitialization order problems internally, and for dependent projects.
The codebase already defines a construct on first use macro. We should audit other static variables that should be migrated, and enforce the pattern via code linting.