Fix unsigned indexing with negative value on EnC (#72255)
authorJakob Botsch Nielsen <Jakob.botsch.nielsen@gmail.com>
Fri, 15 Jul 2022 18:46:26 +0000 (20:46 +0200)
committerGitHub <noreply@github.com>
Fri, 15 Jul 2022 18:46:26 +0000 (14:46 -0400)
commit80adff83650ca249ff8cf7f7b13b9f984a3561ea
tree7e902f13505b1bcab3688a698e62120f8201b1ef
parent46bf30eb1ef170092ea8ff8575e8f92ac898c6cc
Fix unsigned indexing with negative value on EnC (#72255)

FixContextForEnC was treating an index that may be negative as an
unsigned value. This would crash the runtime during EnC when running as
64-bit.

Fix #70834
src/coreclr/vm/eetwain.cpp