summaryrefslogtreecommitdiff
path: root/lldb/test/API/functionalities/plugins/python_os_plugin/TestPythonOSPlugin.py
diff options
context:
space:
mode:
authorBalazs Benics <benicsbalazs@gmail.com>2024-07-01 17:33:44 +0200
committerGitHub <noreply@github.com>2024-07-01 17:33:44 +0200
commit2e81f7db1f1c161a1683bcad55e0c04677a17a9d (patch)
treeb379e512400a11fb40a6254046f9cc5daa9839af /lldb/test/API/functionalities/plugins/python_os_plugin/TestPythonOSPlugin.py
parentae570d82e8c021f45209830db8c9c7bb79bed394 (diff)
[analyzer] Fix crash in Stream checker when using void pointers (#97199)
We can get zero type size (thus div by zero crash) if the region is for a 'void*' pointer. In this patch, let's just override the void type with a char type to avoid the crash. Fixes https://github.com/llvm/llvm-project/pull/93408#issuecomment-2189766510
Diffstat (limited to 'lldb/test/API/functionalities/plugins/python_os_plugin/TestPythonOSPlugin.py')
0 files changed, 0 insertions, 0 deletions