Typical security issues in C++: why the GC isn't your enemy

Walter Bright newshound2 at digitalmars.com
Fri Dec 9 02:11:13 UTC 2022


On 12/5/2022 8:35 PM, Siarhei Siamashka wrote:
> Many of the integer overflow bugs are caught by the C++ compiler via UBSAN 
> during the development and never reach the end users.

While that is a good option to have on the compiler, it will only never reach 
the end users if there is a test case that would trigger an overflow.



More information about the Digitalmars-d mailing list