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

Nick Treleaven nick at geany.org
Mon Dec 12 13:10:21 UTC 2022


On Monday, 12 December 2022 at 13:08:10 UTC, Siarhei Siamashka 
wrote:
> On Monday, 12 December 2022 at 12:57:54 UTC, Nick Treleaven 
> wrote:
>> On Monday, 12 December 2022 at 11:07:00 UTC, Siarhei Siamashka 
>> wrote:
>>> Bounds checking is not done in @safe and @trusted code in 
>>> "-release" builds.
>>
>> False. Compile this with `-release`:
>
> Is it really difficult to see that this was a typo given the 
> context? You need to read it as @system and @trusted code.

OK, I realized you may have meant that after posting. (Also I 
wasn't expecting markdown to make the first line of the backtrace 
so big!).


More information about the Digitalmars-d mailing list