Y
Hacker News
new
|
ask
|
show
|
jobs
by
daenz
1816 days ago
Sounds like a footgun to me
1 comments
bonzini
1815 days ago
It means for example that a bitmap is the same no matter if its code accesses it in groups of 8/16/32/64 bits.
link
daenz
1815 days ago
I get it, but it also means values will appear to be correct, instead of obviously wrong, if the data is cast without concern for the value range. Then one day someone enters a value and exceeds that range and BOOM
link