summaryrefslogtreecommitdiff
path: root/crossgen.cmake
diff options
context:
space:
mode:
authorDong-Heon Jung <dheon.jung@samsung.com>2019-12-24 04:11:43 +0900
committerGleb Balykov <g.balykov@samsung.com>2020-03-25 15:29:41 +0300
commit6edd12dd279de29d2dd781ba2b489eff7f6f889d (patch)
tree28d8ecb9e7282dcc97db40e6c1fc423b008ffac1 /crossgen.cmake
parent3741242c09ceb4695ba27938f34ff19d90280b49 (diff)
downloadcoreclr-6edd12dd279de29d2dd781ba2b489eff7f6f889d.tar.gz
coreclr-6edd12dd279de29d2dd781ba2b489eff7f6f889d.tar.bz2
coreclr-6edd12dd279de29d2dd781ba2b489eff7f6f889d.zip
Change bIsFree check in DacValidateMethodTable (#1086)
Some commands of SOS validate a method table in DacValidateMethodTable. In the function, it checks whether a method table is FreeObjectMethodTable or not with GetClass() value. However, GetClass() should not be NULL. (There is an assert in GetClass()) In this patch, it compares pMT address with g_pFreeObjectMethodTable address only.
Diffstat (limited to 'crossgen.cmake')
0 files changed, 0 insertions, 0 deletions