fl42v@lemmy.ml to Programmer Humor@programming.dev · 7 months agoYou can certainly change it. But should you?lemmy.mlimagemessage-square24fedilinkarrow-up10arrow-down10
arrow-up10arrow-down1imageYou can certainly change it. But should you?lemmy.mlfl42v@lemmy.ml to Programmer Humor@programming.dev · 7 months agomessage-square24fedilink
minus-squareSuzune@ani.sociallinkfedilinkarrow-up1·edit-27 months agoWhen 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).
minus-squareScoopta@programming.devlinkfedilinkarrow-up1·7 months agoIn amd64/x86 kernel space you can dereference null as well. My hobby kernel keeps critical kernel structures there XD.
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 oftenNULL
in C).In amd64/x86 kernel space you can dereference null as well. My hobby kernel keeps critical kernel structures there XD.