List Question
20 TechQA 2024-03-14T01:11:46.470000Accessing packed field in Rust and Compiler recommendation
48 views
Asked by Arjun
Safely passing arrays in C
250 views
Asked by ealker
Does `-fsanitize=bounds-strict` check anything that `-fsanitize=address` does not?
254 views
Asked by MWB
Force a std::Vec's capacity to shrink to equal length exactly
613 views
Asked by tedtanner
Rust: can unsafe methods of safe traits be called soundly, even conditionally?
418 views
Asked by gksato
Why can't we have a safe ISA?
159 views
Asked by yhgu2000
What is an efficient equivalent in C# for Span<Span<T>>, which does not exist?
393 views
Asked by Sean Werkema
How to judge whether the incoming buffer is valid in C++?
341 views
Asked by 北冥有鱼
Best way to copy bits from a signed to an unsigned variable of same size in C#
99 views
Asked by knutk
Arbitrary write vulnerability without buffer overflow
573 views
Asked by Michele Grisafi
why is there a memory confiicting in single thread swift?
251 views
Asked by briefy
Is safe recursion possible in C?
465 views
Asked by lemonhuman
Does Rust code, statically linked to a C program, gain any beneficial safety properties as a result?
167 views
Asked by Masutatsu
Is there a safe alternative to replace the unsafe slice::from_raw_parts for raw pointers?
600 views
Asked by daybreak
Is Python memory-safe?
6.3k views
Asked by qedk
Why must be structure initialized in rust?
2.3k views
Asked by earlgray283
How do I set a static lifetime to a returned tuple in Rust?
1.1k views
Asked by crockpotveggies
Why does a function have long-term write access to all of its in-out parameters?
150 views
Asked by Shawn 736
Are local variables in Swift implicitly initialised to nil when used with UnsafeMutablePointer?
30 views
Asked by Kartick Vaddadi