[all-commits] [llvm/llvm-project] 9c4c67: [lldb][test] LogTest: Fix stack overflow

Michael Buch via All-commits all-commits at lists.llvm.org
Thu Jun 8 09:10:48 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 9c4c67a682f9d9b2cca183fcb9533bf709ffa723
      https://github.com/llvm/llvm-project/commit/9c4c67a682f9d9b2cca183fcb9533bf709ffa723
  Author: Michael Buch <michaelbuch12 at gmail.com>
  Date:   2023-06-08 (Thu, 08 Jun 2023)

  Changed paths:
    M lldb/unittests/Utility/LogTest.cpp

  Log Message:
  -----------
  [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




More information about the All-commits mailing list