On Thu, May 02, 2019 at 03:01:31AM +0200, Kamil Rytarowski wrote: > We forbid NULL pointer dereference on modern ports. It was certainly > used by PDP-11 as there was a special zeroed mask in 0x0 and > dereferencing NULL pointer was returning zero.
No, we forbid NULL pointer dereferences on shared address space. Whether such a port is modern is completely irrelevant. Joerg