Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in unsafe
C#: convert generic pointer to array
Oct 31, 2025
c#
arrays
unsafe
What are the possible consequences of using unsafe conversion from []byte to string in go?
Oct 29, 2025
string
pointers
go
unsafe
Why is it considered safe to `mem::forget` Boxes?
Oct 25, 2025
rust
unsafe
Storing Zero-Sized type instance into a null pointer
Oct 25, 2025
pointers
rust
undefined-behavior
unsafe
GetPinnableReference Implementation that Pins Underlying String
Oct 23, 2025
.net
pointers
unsafe
c#-7.3
How Unsafe.AsPointer<T>(ref T value) works?
Oct 20, 2025
c#
pointers
unsafe
How to properly get rid of UNSAFE_componentWillMount
Oct 17, 2025
reactjs
unsafe
C# Casting T where T: struct to an interface without boxing
Oct 17, 2025
c#
unsafe
Why unsafe context is not required to call C functions from C# program?
Oct 16, 2025
c#
clr
unsafe
How to prevent autoimplementation of Sync
Sep 21, 2025
multithreading
struct
rust
traits
unsafe
Is it safe to transmute::<&'a Arc<T>, &'a Weak<T>>(…)?
Sep 20, 2025
rust
unsafe
Return a fixed pointer in C#
Sep 09, 2025
c#
fixed
unsafe
Copying values into a byte array at a specific offset in a safe context
Sep 05, 2025
c#
arrays
copy
memcpy
unsafe
Does "fixed" get cleaned up properly if an Exception is thrown?
Mar 09, 2023
c#
.net
unsafe
Calling a C++ function from C# - unbalanced stack
Jan 24, 2023
c#
c++
unmanaged
unsafe
Java: How to store and retrieve memory address like in C++
Jan 20, 2023
java
jvm
memory-address
unsafe
How to create UnsafeCell<c_void> safely?
Sep 02, 2025
rust
unsafe
Is it possible to call constructor on existing instance?
Sep 02, 2025
java
reflection
jvm
unsafe
Downcasting Rc<A> to Rc<B> if A == B
Sep 02, 2025
rust
unsafe
Older Entries »