Deleted user

Results 129488 comments of Deleted user
trafficstars

Issue needing attention of @Azure/aks-leads

I'd look at it the other way around. Allocate a chunk of native memory and provide it to the CLR as the pointer to the managed byte array. You can...

A few more interesting things: [`pin_ptr`](http://msdn.microsoft.com/en-us/library/1dz8byfh.aspx). `pin_ptr` will allow you to pass a native pointer into a CLR environment without the CLR GC messing with the pointer. This is what...

still the same for me in 7.0 and i dont use custom commands. i didn not modify any options just fresh install

Thanks. It's undesirable to add this to every single play (as any of them could be vulnerable to the issue), but I'll investigate if we can somehow do it globally.