Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in unsafe

C# Casting T where T: struct to an interface without boxing

c# unsafe

Why unsafe context is not required to call C functions from C# program?

c# clr unsafe

How to prevent autoimplementation of Sync

Is it safe to transmute::<&'a Arc<T>, &'a Weak<T>>(…)?

rust unsafe

Return a fixed pointer in C#

c# fixed unsafe

Copying values into a byte array at a specific offset in a safe context

c# arrays copy memcpy unsafe

Does "fixed" get cleaned up properly if an Exception is thrown?

c# .net unsafe

Calling a C++ function from C# - unbalanced stack

c# c++ unmanaged unsafe

Java: How to store and retrieve memory address like in C++

java jvm memory-address unsafe

How to make Apache Tomcat 8.0.41 to allow the pipe character in URL GET request?

tomcat pipe unsafe

Using memory allocated by sun.misc.Unsafe.allocateMemory() in native code

Does F# have address-of & and pointer dereference * functions?

pointers f# inline unsafe byref

Does "fixed" really guarantee anything when passing pointers (ie int[]) to DLLs?

c# dllimport unsafe fixed

Compiling C# unsafe code

Is is safe to create a Rust String using a malloced string?

string rust unsafe

C#: unsafe pointer to empty array is null?

c# pointers unsafe

How to create UnsafeCell<c_void> safely?

rust unsafe

Is it possible to call constructor on existing instance?

java reflection jvm unsafe

Downcasting Rc<A> to Rc<B> if A == B

rust unsafe