• Suzune
    link
    fedilink
    21
    edit-2
    6 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).

    • @[email protected]
      link
      fedilink
      146 months ago

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

    • @[email protected]
      link
      fedilink
      1
      edit-2
      6 months ago

      I was thinking about telling them how in embedded systems it’s a good practice to allocate the memory by hand, having in mind the backlog, but yours will come first