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

youSureAboutThat youSureAboutThat at gmail.com
Mon Dec 12 06:23:09 UTC 2022


On Monday, 12 December 2022 at 06:13:20 UTC, youSureAboutThat 
wrote:
>
> // -release will disable runtime boundscheck for code annotated 
> as @trusted and @system
> // however, code annotated with @safe will still have runtime 
> boundscheck enabled.

further clarifying the above:

// -release will disable runtime boundscheck for code annotated 
as @trusted and @system
// and also code not annotated at all (as it defaults to @system)
// However, code annotated with @safe will still have runtime 
boundscheck enabled.



More information about the Digitalmars-d mailing list