llvm-project
9a32f283
- [clang][bytecode] Fix a problem with array size limits (#109383)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
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.
References
#109383 - [clang][bytecode] Fix a problem with array size limits
Author
tbaederr
Parents
0f235573
Loading