Why I can\'t dereference a null pointer? That is, why I can\'t read/write memory which address is simply 0?
Does the base pointer of my process have a different addr
A pointer having a value of NULL should be thought of as something that "points to nothing", instead of something that points to some memory address corresponding to 0.