Uh oh!
There was an error while loading. Please reload this page.
Fix crash when pTargetMD is null - #110650
Conversation
Tagging subscribers to this area: @tommcdon |
thaystg
commented
Dec 12, 2024
/backport to release/8.0-staging |
thaystg
commented
Dec 12, 2024
/backport to release/9.0-staging |
Started backporting to release/8.0-staging: https://github.com/dotnet/runtime/actions/runs/12297696742 |
Started backporting to release/9.0-staging: https://github.com/dotnet/runtime/actions/runs/12297698622 |
mikelle-rogers
commented
Dec 12, 2024
I don't know if that is the needed fix. After investigating last night, I found that before the change, my code went through the first branch in I will test it, and let you know what happens, and if I think we need to have some more investigation/discussion regarding this issue. |
pTargetMD can be null here, so checking pTargetMD before accessing it.
Side effect of: #110334