We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ebd5dc commit b8dd399Copy full SHA for b8dd399
libc/src/__support/OSUtil/linux/vdso.cpp
@@ -94,9 +94,8 @@ void *get_symbol(VDSOSym sym) {
94
static FutexWordType once_flag = 0;
95
callonce(reinterpret_cast<CallOnceFlag *>(&once_flag), [] {
96
// first clear the symbol table
97
- for (auto &i : symbol_table) {
+ for (auto &i : symbol_table)
98
i = nullptr;
99
- }
100
101
// get the address of the VDSO, protect errno since getauxval may change it
102
int errno_backup = libc_errno;
0 commit comments