[all-commits] [llvm/llvm-project] 55c2b2: [lldb] Ensure that TestMemoryCache.py reads alloca...
Igor Kudrin via All-commits
all-commits at lists.llvm.org
Fri Aug 1 12:52:20 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 55c2b273ea5d3b949c6431d429a4da20612d9808
https://github.com/llvm/llvm-project/commit/55c2b273ea5d3b949c6431d429a4da20612d9808
Author: Igor Kudrin <ikudrin at accesssoftek.com>
Date: 2025-08-01 (Fri, 01 Aug 2025)
Changed paths:
M lldb/test/API/functionalities/memory/cache/main.cpp
Log Message:
-----------
[lldb] Ensure that TestMemoryCache.py reads allocated memory (#151635)
The test reads 400 bytes of memory above the local variable. If the
stack is shallow, this can reach non-allocated space, resulting in a
test failure. The patch fixes the issue by reserving enough space in
the upper stack frame.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list