Files
clang-p2996/llvm/utils/TableGen/VarLenCodeEmitterGen.cpp
Tomáš Zeman 5a285bd325 [LLVM][TableGen] Read from uninitialised variable (#66889)
Fixing an issue found in a UBsan build. When defining a variable-length
encoding with no operands or slices, the HasDynamicSegment member was
read without being initialised.
2023-09-25 10:45:47 +02:00

18 KiB