In ScopedString::append va_list ArgsCopy is created but never cleanuped
which can lead to undefined behaviour, like stack corruption.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Differential D92383
[scudo][standalone] Add missing va_end() in ScopedString::append xNombre on Dec 1 2020, 4:31 AM. Authored by
Details In ScopedString::append va_list ArgsCopy is created but never cleanuped
Diff Detail
|