• Suzune@ani.social
      link
      fedilink
      arrow-up
      0
      ·
      edit-2
      3 months ago

      When you program embedded you’ll also dereference NULL pointers at some point.

      More...

      Some platforms can have something interesting at memory address 0x0 (it’s often NULL in C).

      • Scoopta@programming.dev
        link
        fedilink
        arrow-up
        0
        ·
        3 months ago

        In amd64/x86 kernel space you can dereference null as well. My hobby kernel keeps critical kernel structures there XD.