[all-commits] [llvm/llvm-project] 2470cf: [lldb] Disallow left shifts of negative values in ...
Adrian Prantl via All-commits
all-commits at lists.llvm.org
Wed Dec 11 14:16:46 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2470cfab63ac14df02dc6df686fcae7b1a4eb84f
https://github.com/llvm/llvm-project/commit/2470cfab63ac14df02dc6df686fcae7b1a4eb84f
Author: Adrian Prantl <aprantl at apple.com>
Date: 2024-12-11 (Wed, 11 Dec 2024)
Changed paths:
M lldb/source/DataFormatters/FormatterBytecode.cpp
M lldb/unittests/DataFormatter/FormatterBytecodeTest.cpp
Log Message:
-----------
[lldb] Disallow left shifts of negative values in the interpreter (#119620)
This trips UBSAN and probably isn't partiuclarly useful either.
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