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
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
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