|
|
|
|
|
by ori_b
5516 days ago
|
|
How many programs are there that depend on SIGNED overflow wrapping around to negative? I can't think of very many - the only places I've seen potential signed overflow that wasn't a bug was when people were checking for overflow. In those cases, just use unsigned math to do the checks. |
|