This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository compiler-rt.
from dad832e67 [asan] Disable -Wfortify-source in intentional OOB tests new 9de595b77 [scudo][standalone] Add string utility functions
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: lib/scudo/standalone/CMakeLists.txt | 4 +- lib/scudo/standalone/fuchsia.cc | 11 +- lib/scudo/standalone/linux.cc | 6 +- lib/scudo/standalone/string_utils.cc | 236 +++++++++++++++++++++++++++++ lib/scudo/standalone/string_utils.h | 42 +++++ lib/scudo/standalone/tests/CMakeLists.txt | 1 + lib/scudo/standalone/tests/strings_test.cc | 98 ++++++++++++ 7 files changed, 385 insertions(+), 13 deletions(-) create mode 100644 lib/scudo/standalone/string_utils.cc create mode 100644 lib/scudo/standalone/string_utils.h create mode 100644 lib/scudo/standalone/tests/strings_test.cc