Chrome: 70% of all security related bugs are memory issues
Walter Bright
newshound2 at digitalmars.com
Mon May 25 01:35:07 UTC 2020
On 5/23/2020 11:33 AM, Adam D. Ruppe wrote:
> On Saturday, 23 May 2020 at 17:34:21 UTC, aberba wrote:
>> Yeah,
>> https://www.zdnet.com/article/chrome-70-of-all-security-bugs-are-memory-safety-issues/
>>
>
> Garbage collection and array bounds checks fixes the majority of those with no
> special effort, so I am sure the numbers are different for most D programs.
It doesn't fix use-after-free. Enter @live functions.
More information about the Digitalmars-d
mailing list