diff options
| author | Sterling-Augustine <saugustine@google.com> | 2025-10-27 14:39:46 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-27 14:39:46 -0700 |
| commit | 7d1538cd3db3e228459e483ce9cdeb7fa4ae5e00 (patch) | |
| tree | 4bff517ba0f45cc9cee406da4733bad4e18ea056 /lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp | |
| parent | 1c837ecaa067840b06a97e7e1f13e54bf64e03cf (diff) | |
| download | llvm-7d1538cd3db3e228459e483ce9cdeb7fa4ae5e00.zip llvm-7d1538cd3db3e228459e483ce9cdeb7fa4ae5e00.tar.gz llvm-7d1538cd3db3e228459e483ce9cdeb7fa4ae5e00.tar.bz2 | |
Move LIBC_CONF_STRING_UNSAFE_WIDE_READ to top-level libc-configuration (#165046)
This options sets a compile option when building sources inside the
string directory, and this option affects string_utils.h. But
string_utils.h is #included from more places than just the string
directory (such as from __support/CPP/string.h), leading to both
narrow-reads in those cases, but more seriously, ODR violations when the
two different string_length implementations are included int he same
program.
Having this option at the top level avoids this problem.
Diffstat (limited to 'lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp')
0 files changed, 0 insertions, 0 deletions
