Heartbleed and static analysis

Walter Bright newshound2 at digitalmars.com
Sun Apr 13 09:27:17 PDT 2014


On 4/13/2014 4:04 AM, Michel Fortin wrote:
> Interesting. As far as I know, the D GC is also a wrapper around malloc, and it
> will not return memory using free when an object is deallocated. That rant could
> also apply to D.

You're right in that a malloc debugger would be ineffective when the D GC is 
used. But the D GC offers its own memory debugging features. They can be turned 
on with version identifiers in the GC source.



More information about the Digitalmars-d mailing list