Search code examples
What is the overhead of Rust's Option type?...


performancerustnull-pointer

Read More
Why do compilers not warn about this null dereferencing, even when they detect it?...


c++ccompiler-warningsdereferencenull-pointer

Read More
How does c++ nullptr implementation work?...


c++c++17nullptrnull-pointer

Read More
Is it defined behaviour to compare two null pointers for order...


c++comparisonnull-pointer

Read More
Is dereferencing a volatile null pointer value undefined behavior?...


c++debuggingvolatileaccess-violationnull-pointer

Read More
Strange Behavior Compiler Ignoring NULL Check Unless I Print Something in the if Statement...


cpointersnullnull-pointernull-check

Read More
Is it safe to delete a NULL pointer?...


c++pointersmemory-managementnull-pointerdelete-operator

Read More
Is it guaranteed to be safe to perform memcpy(0,0,0)?...


cmemcpylanguage-lawyernull-pointer

Read More
C23 and memory representation of nullptr...


cnullnull-pointernullptrc23

Read More
An inclusion of a null pointer is making content of another pointer to have a value (most probably g...


cpointersgarbagenull-pointer

Read More
When does invoking a member function through a null pointer result in undefined behavior?...


c++undefined-behaviorlanguage-lawyerstandards-compliancenull-pointer

Read More
Is a non-constant zero integer cast to `void *` still a null pointer?...


clanguage-lawyerstandardsnull-pointernullptr

Read More
Why isn't the keyword false an integer constant expression in gcc C23?...


cgcclanguage-lawyernull-pointerc23

Read More
Why can you assign nullptr to std::string?...


c++stringc++11stdstringnull-pointer

Read More
Can't find @Nullable inside javax.annotation.*...


javaannotationsnullpointerexceptionnullablenull-pointer

Read More
C: NULL > NULL always false?...


cpointersstandardsnull-pointer

Read More
Is &*NULL well-defined in C++?...


c++language-lawyernull-pointer

Read More
Can pointer taken from reference ever be null in well-defined c++?...


c++pointersreferencelanguage-lawyernull-pointer

Read More
Is there an equivalent of __attribute__((nonnull)) in C23?...


clanguage-lawyernull-pointerc23

Read More
Is (int *)0 a null pointer?...


clanguage-lawyernull-pointer

Read More
Defining a Macro having struct argument...


cpointersstructnull-pointer

Read More
Is every null pointer constant a null pointer?...


clanguage-lawyervoid-pointersnull-pointer

Read More
For loop segmentation fault...


csegmentation-faultinitializationnested-loopsnull-pointer

Read More
cpp, "\0" == NULL returns false? How to figure it is null ptr or not?...


c++string-literalsnull-pointer

Read More
Why am I getting an "a.exe has stopped working" error on Visual Studio Code for my linked ...


c++linked-listsingly-linked-listundefined-behaviornull-pointer

Read More
Is there a std:: function which is usable as a predicate (similar to std::is_null_ptr)?...


c++null-pointer

Read More
Is cudaFree(0) guaranteed to do anything?...


cudaidiomsnull-pointer

Read More
Why are there two ways of expressing NULL in C?...


cnulllanguage-lawyernull-pointer

Read More
Potential null pointer dereference or compiler bug?...


c++language-lawyerstatic-castnull-pointer

Read More
Why not call nullptr NULL?...


c++c++11language-designnull-pointernullptr

Read More
BackNext