[Lldb-commits] [PATCH] D57781: Fix strlen() of unbound array undefined behavior

2019-02-06 Thread Jan Kratochvil via Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL353280: Fix strlen() of unbound array undefined behavior (authored by jankratochvil, committed by ). Herald added a project: LLVM. Herald added a subscriber: llvm-commits. Changed prior to commit: https

[Lldb-commits] [PATCH] D57781: Fix strlen() of unbound array undefined behavior

2019-02-05 Thread Adrian Prantl via Phabricator via lldb-commits
aprantl accepted this revision. aprantl added a comment. This revision is now accepted and ready to land. Thanks! Repository: rLLDB LLDB CHANGES SINCE LAST ACTION https://reviews.llvm.org/D57781/new/ https://reviews.llvm.org/D57781 ___ lldb-co

[Lldb-commits] [PATCH] D57781: Fix strlen() of unbound array undefined behavior

2019-02-05 Thread Jan Kratochvil via Phabricator via lldb-commits
jankratochvil created this revision. jankratochvil added a project: LLDB. Herald added subscribers: abidh, aprantl. LLDB testsuite fails when built by GCC8 on: LLDB :: SymbolFile/DWARF/find-basic-namespace.cpp This is because this code in LLDB codebase has undefined behavior: #include #i