|
|
|
|
|
by astrange
1200 days ago
|
|
There is a mode of UBSan that would catch it, but I don't think you could run it on SHA code because that uses unsigned overflow for the hash. Basically, this is why you shouldn't use unsigned types unless you explicitly want them to overflow. |
|