Search code examples
Does unsafe code go out of bounds when incrementing a pointer to an array while iterating through th...

c#unsafe

Read More
Why does transmuting a f64 into u64 and then back into f64 result in a different value?...

hashrustkeyunsafe

Read More
Stack of references in unsafe Rust, but ensuring that the unsafeness does not leak out of the stack?...

recursionruststacklifetimeunsafe

Read More
Calculate average of images using pointers...

c#image-processingunsafe

Read More
How can I get pointers to a variable number of arrays in unsafe C# code...

c#unsafe

Read More
Unchecked or unsafe operations without using annotation...

javagenericscomparatorcomparableunsafe

Read More
ILGenerator: How to use unmanaged pointers? (I get a VerificationException)...

c#pointersunsafedynamicmethodilgenerator

Read More
Rust WINAPI outputting HMODULE value...

winapirustinteropunsafeabi

Read More
Why does `*mut T` implement `Unwindsafe` but `&mut T` doesn't?...

rustunsafestack-unwindingraw-pointer

Read More
C#: convert generic pointer to array...

c#arraysunsafe

Read More
Java 8 Unsafe: xxxFence() instructions...

javaconcurrencyjava-8unsafememory-fences

Read More
Why does the second call to my FFI function fail to match the string comparison?...

rustffiunsafe

Read More
Android: uses unchecked or unsafe operations...

javaandroidunsafeunchecked

Read More
Should you use pointers (unsafe code) in C#?...

c#.netpointerscoding-styleunsafe

Read More
Removal of sun.misc.Unsafe in Java 9 will break Spring, Hibernate...

javaspringjava-9unsafe

Read More
Understanding unmanaged keyword in C#...

c#unmanagedunsafe

Read More
Unsafe structs in C#...

c#pointersstructunsafe

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

c#unsafe

Read More
Does std::ptr::write transfer the "uninitialized-ness" of the bytes it writes?...

rustinitializationundefined-behaviorunsafe

Read More
Spark SQL: Why two jobs for one query?...

apache-sparkapache-spark-sqlunsafeparquet

Read More
Unsafe compareAndSwapInt vs synchronize...

javaconcurrencyjava.util.concurrentunsafe

Read More
Unity3D Unsafe code requires the `unsafe' command line option to be specified...

c#dllunity-game-engineunsafe

Read More
Implementing IEnumerator<T> for Fixed Arrays...

c#fixedunsafeienumerator

Read More
Unsafe character in password rest api false...

laravelrestapiionic-frameworkunsafe

Read More
How to run unsafe code in "visual studio code"?...

c#visual-studio-codeunsafe

Read More
Unsafe's method compareAndSwapObject mechanism...

javaconcurrencyjvmunsafe

Read More
Is sun.misc.Unsafe thread safe?...

javaunsafe

Read More
Why are there different results with these two ways to get the boolean?...

javajvmunsafe

Read More
How can I guarantee that a type that doesn't implement Sync can actually be safely shared betwee...

thread-safetyrustunsafe

Read More
Is it safe to clone a type-erased Arc via raw pointer?...

rustunsafetype-erasureraw-pointer

Read More
BackNext