This is an archive of the discontinued LLVM Phabricator instance.

[lldb][test] LogTest: Fix stack overflow
ClosedPublic

Authored by Michael137 on Jun 8 2023, 8:59 AM.

Details

Summary

The expected function name requires 18 bytes of storage.

Caught by the public ASAN buildbot

Diff Detail

Event Timeline

Michael137 created this revision.Jun 8 2023, 8:59 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 8 2023, 8:59 AM
Michael137 requested review of this revision.Jun 8 2023, 8:59 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 8 2023, 8:59 AM
JDevlieghere accepted this revision.Jun 8 2023, 9:08 AM

Thanks!

This revision is now accepted and ready to land.Jun 8 2023, 9:08 AM
This revision was automatically updated to reflect the committed changes.