Hacker News new | ask | show | jobs
by orlp 1072 days ago
If we go by the absolute strictest interpretation of the C standard, yes, the above is UB.

But in practice no one has page boundaries that cross word boundaries, and I align to a word boundary before doing the word-by-word loop.

1 comments

good point of course!