Search code examples
C# Returning a pointer created with stackalloc inside a function...

c#pointersunsafestackalloc

Read More
Cannot take the address of, get the size of, or declare a pointer to a managed type...

c#pointersunsafe

Read More
Crash when redirecting stdout to stderr for a second time...

ruststdoutstderrunsafe

Read More
Converting decimal array to byte array and vice-versa in C#...

c#arraysdecimalunsafe

Read More
Why is using a pointer for a for loop more performant in this case?...

c#performancepointersunsafeunsafe-pointers

Read More
Unsafe Image manipulation causing program exit...

c#unsafe

Read More
Throwing an Exception using Unsafe.getUnsafe().throwException...

javaexceptionunsafe

Read More
Error 1 Cannot implicitly convert type 'int**' to 'int*'. An explicit conversion exi...

c#pointersunsafeaddressof

Read More
Panic using unsafe.Pointer in Go...

pointersgosliceunsafe

Read More
Unsafe Image Processing in Python like LockBits in C#...

c#pythonimageimage-processingunsafe

Read More
Why doesn't the VS 2015 debug visualizer work on this unsafe struct?...

c#visual-studiodebuggingstructunsafe

Read More
What's the best way to convert a [[T; 4]; 3] into a [T; 12]?...

multidimensional-arrayrustunsafe

Read More
Not clear unsafe code in draw pixel method...

c#pointersbitmapunsafewriteablebitmap

Read More
How to convert Char[] or String to Char* for initialize SecureString in C#?...

c#pointersunsafe

Read More
How can I detect that a .NET assembly I am loading contains unsafe code?...

c#.netdllcilunsafe

Read More
How can i overcome "unsafe" error?...

c++compiler-errorsunsafestrcpy

Read More
how to deserialize an instance of "Serialization" without the implementation class on the ...

javaserializationclassloaderclassnotfoundexceptionunsafe

Read More
Is there a faster way to loop over an array in safe mode...

c#arrayspointersunsafe

Read More
Define multiple classes at runtime using Unsafe.defineClass...

javainstrumentationunsafeverifyerrorjvm-bytecode

Read More
Getting garbage values while implementing linked list using structs in C# (unsafe construct)...

c#structunsafe

Read More
How do you create a ?Sized type from a raw pointer?...

pointersrustunsafe

Read More
How to call unsafe code from ASP.NET xproj...

c#asp.netmsbuildasp.net-coreunsafe

Read More
Copy a struct to a specific memory location in Rust...

rustunsafelow-levelmemmoveraw-pointer

Read More
Is there a "preprocessor" symbol corresponding to the /unsafe flag?...

c#wpfc-preprocessorunsafe

Read More
Avoid array initialization in Java...

javaarraysunsafe

Read More
C#: What's the behavior of the fixed statement on empty strings?...

c#stringmonoclrunsafe

Read More
Is there a good way to destroy caller's stack in C++?...

c++securitycallstackunsafe

Read More
Java Unsafe.storeFence() documentation wrong?...

javamultithreadingunsafememory-fences

Read More
C# interop: bad interaction between fixed and MarshalAs...

c#interopmarshallingunsafe

Read More
new ArrayList() as an argument to a map.put() is an unsafe operation?...

javaarraylistnew-operatorunsafe

Read More
BackNext