Also fix an error found with LLVM_USE_SANITIZER=Address.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
- Build Status
Buildable 39292 Build 39308: arc lint + arc unit
Paths
| Differential D68761
Use arrays on stack and avoid use of new and delete operators. ClosedPublic Authored by sivachandra on Oct 9 2019, 10:43 PM.
Details Summary Also fix an error found with LLVM_USE_SANITIZER=Address.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Oct 10 2019, 6:39 AM Closed by commit rG7a6d98325cd7: Use arrays on stack and avoid use of new and delete operators. (authored by sivachandra). · Explain WhyOct 10 2019, 9:08 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 224252 libc/src/string/strcat/strcat_test.cpp
libc/src/string/strcpy/strcpy_test.cpp
|