KayLeadfoot@fedia.io to Programmer Humor@programming.dev · 11 months agoHope y'all are having a very NULL QA dayimagemessage-square13linkfedilinkarrow-up1839arrow-down122
arrow-up1817arrow-down1imageHope y'all are having a very NULL QA dayKayLeadfoot@fedia.io to Programmer Humor@programming.dev · 11 months agomessage-square13linkfedilink
minus-squarecsm10495@sh.itjust.workslinkfedilinkEnglisharrow-up3·11 months agoFor something end-user facing: I could understand this argument. In this case they were more or less just calling a C function that had an unsigned long long as the parameter they were setting negative. The whole ‘bug’ was that the other side of the function call was seeing a positive number no matter what. The real situation was a bit more complicated, but that’s the gist.
For something end-user facing: I could understand this argument.
In this case they were more or less just calling a C function that had an unsigned long long as the parameter they were setting negative.
The whole ‘bug’ was that the other side of the function call was seeing a positive number no matter what.
The real situation was a bit more complicated, but that’s the gist.