|
|
|
|
|
by dezgeg
4202 days ago
|
|
Valgrind doesn't do integer overflow checking. In general, it's not even possible to add such checks via binary translation, as on two's complement systems most unsigned and signed operations are compiled to the same machine instruction. |
|