DescriptionDBC: Fix smi shl with large (>word-size) shift counts
Insert check to guard against large shift counts.
Integer shifts with shift counts greater or equal than the number
of bits per word are undefined behavior in C/C++.
Fixes #27474.
R=vegorov@google.com
Committed: https://github.com/dart-lang/sdk/commit/6fa4a54bba4c69bbd5fc15bc3ec50e4e8812776b
Patch Set 1 #Patch Set 2 : better fix #Patch Set 3 : update co19 test status #
Messages
Total messages: 6 (2 generated)
|