This is definitely outside the scope of my knowledge, but if you dereference a null pointer, won't you get an illegal memory access? Undefined behavior, at least colloquially, is about dereferencing a pointer to memory…
This is definitely outside the scope of my knowledge, but if you dereference a null pointer, won't you get an illegal memory access? Undefined behavior, at least colloquially, is about dereferencing a pointer to memory…