Closed
Description
clr-loader/netfx_loader/ClrLoader.cs
Line 32 in e512c7a
It's not necessary to use
pinned
, there nowhere used its original structure.
clr-loader/netfx_loader/ClrLoader.cs
Line 66 in e512c7a
deleg
is a local variable, once the method returned, it might be collected by GC, after that, the pinter is a dangling one.Metadata
Metadata
Assignees
Labels
No labels