malloc and buffer overflow attacks

Elronnd elronnd at elronnd.net
Sat Jan 1 07:57:49 UTC 2022


On Saturday, 1 January 2022 at 01:44:42 UTC, Era Scarecrow wrote:
> Makes me wish access to the raw multiplication result and carry 
> flags may have been useful here in some way, although the 
> language might not have liked it.

You can check carry using core.checkedint 
(https://dlang.org/phobos/core_checkedint.html).


More information about the Digitalmars-d mailing list