How does the validity of pointers interacts with uninitialized pointer value?
I have seen that in the C or C++ abstract machine, the mere act of forming a point to an invalid point in memory is undefined behavior.
I have seen that in the C or C++ abstract machine, the mere act of forming a point to an invalid point in memory is undefined behavior.