llvm-project
9a32f283 - [clang][bytecode] Fix a problem with array size limits (#109383)

Commit
1 year ago
[clang][bytecode] Fix a problem with array size limits (#109383) Descriptor::MaxArrayElemBytes is an unsigned value, which might overflow the SizeT we have in CheckArraySize.
Author
Parents
Loading