AddressSanitizer and the GC

Johan Engelen via Digitalmars-d digitalmars-d at puremagic.com
Fri Jul 21 14:14:37 PDT 2017


On Friday, 21 July 2017 at 20:56:02 UTC, Walter Bright wrote:
> On 7/21/2017 12:06 PM, Johan Engelen wrote:
>>    I've added AddressSanitizer [1] support to LDC, and it is 
>> able to nicely catch bugs like this one:
>
> If anyone is game, it would be cool to do an LLVM compile of 
> DMD so AddressSanitizer can look for bugs in DMD itself.

Yep, I've got fuzzing to work too, so... expect nice blogs 
"soon". ;-)

(btw, the work is because of wanting fuzz testing at Weka, so 
that's my stress test for this work)


More information about the Digitalmars-d mailing list