|
|
|
|
|
by DonaldPShimoda
1106 days ago
|
|
> the average C programmer can't spot UBs before they cause a problem No, the average C programmer probably can spot some UBs, but I think there are many more undefined behaviors than most C programmers realize. John Regehr wrote a series of blog posts about some of the trickier UBs, starting here: https://blog.regehr.org/archives/213 |
|
I dunno how I made that mistake even after copy/pasting, but I did, so I apologize for that.