Safer Linux Kernel Modules Using the D Programming Language

Siarhei Siamashka siarhei.siamashka at gmail.com
Mon Jan 9 04:31:48 UTC 2023


On Monday, 9 January 2023 at 03:54:32 UTC, Walter Bright wrote:
> Buffer overflows are trivial to have in C, and C has no 
> mechanism to prevent them.

ASAN, Valgrind, Clang Static Analyzer and plenty of other tools 
are the practical mechanisms to prevent buffer overflows. Yes, 
they are not baked into the ISO language standard. But D has no 
ISO language standard at all.


More information about the Digitalmars-d-announce mailing list