[lldb][test] LogTest: Fix stack overflow
authorMichael Buch <michaelbuch12@gmail.com>
Thu, 8 Jun 2023 15:58:58 +0000 (16:58 +0100)
committerMichael Buch <michaelbuch12@gmail.com>
Thu, 8 Jun 2023 16:10:32 +0000 (17:10 +0100)
commit9c4c67a682f9d9b2cca183fcb9533bf709ffa723
tree7a2b0998330e1ff4ad4259d9e53a86bed7444ef7
parentcd18efb61d759405956dbd30e4b5f2720d8e1783
[lldb][test] LogTest: Fix stack overflow

The expected function name requires 18 bytes of storage.

Caught by the public ASAN buildbot

Differential Revision: https://reviews.llvm.org/D152454
lldb/unittests/Utility/LogTest.cpp