List Question
20 TechQA 2013-11-29T23:45:24.280000Using sysctl(3) to write safe, portable code: good idea?
412 views
Asked by christiank
Preferred Way of Building Strings in D
220 views
Asked by Nordlöw
Does Rust code, statically linked to a C program, gain any beneficial safety properties as a result?
167 views
Asked by Masutatsu
How to judge whether the incoming buffer is valid in C++?
341 views
Asked by 北冥有鱼
What is an efficient equivalent in C# for Span<Span<T>>, which does not exist?
393 views
Asked by Sean Werkema
Force a std::Vec's capacity to shrink to equal length exactly
613 views
Asked by tedtanner
Ownership tracking in Rust: Difference between Box<T> (heap) and T (stack)
952 views
Asked by domin
Is there a C++ warning for returning a reference into a temporary?
523 views
Asked by Ben
Quickchecking a nasty foreign function in Haskell(GHC)
293 views
Asked by aleator
Buffer overflow works in gdb but not without it
60.1k views
Asked by thaweatherman
Is Python type safe?
32.6k views
Asked by user8664060
What is the scope of the returned value in Rust?
622 views
Asked by AudioBubble
What does it take to write memory safe C++ applications?
14.2k views
Asked by Jesus H
Safely passing arrays in C
250 views
Asked by ealker
Is Python memory-safe?
6.3k views
Asked by qedk
How can I manually zero out memory?
901 views
Asked by David Biga
Entry Point for CFI implementation in clang/llvm?
403 views
Asked by Forty2
Does `-fsanitize=bounds-strict` check anything that `-fsanitize=address` does not?
254 views
Asked by MWB
Memory safety of “+=” operator in Swift
1k views
Asked by Antonia Zhang
How do I set a static lifetime to a returned tuple in Rust?
1.1k views
Asked by crockpotveggies