Y
Hacker News
new
|
ask
|
show
|
jobs
by
turminal
873 days ago
> The first 4 are implementation defined rather than undefined.
Third and fourth are only defined in some implementations.
1 comments
ryao
873 days ago
That is fair for 4, although would explain why it is the case for 3?
link
turminal
872 days ago
If char is signed and ' ' * 13 is bigger than CHAR_MAX, you get UB by signed overflow.
link