envoyproxy/envoy

memory safety: audit use of static variables

Open

#11,130 建立於 2020年5月10日

在 GitHub 查看
 (5 留言) (0 反應) (1 負責人)C++ (5,373 fork)batch import
help wantedtech debt

倉庫指標

Star
 (27,997 star)
PR 合併指標
 (平均合併 8天) (30 天內合併 378 個 PR)

描述

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.

貢獻者指南