Article: Finding memory bugs in D code with AddressSanitizer

Martin Nowak code+news.digitalmars at dawg.eu
Wed Jan 3 23:16:45 UTC 2018


On 12/25/2017 06:03 PM, Johan Engelen wrote:
> I've been writing this article since August, and finally found some time
> to finish it:
> 
> http://johanengelen.github.io/ldc/2017/12/25/LDC-and-AddressSanitizer.html

Just built dmd with AddressSanitizer and ran dmd's, druntime's, and
phobos' test-suite.

https://issues.dlang.org/show_bug.cgi?id=18189
https://issues.dlang.org/show_bug.cgi?id=18190

Nothing in the D part, not too surprising given dmd's approach to memory
management though ;).

-Martin


More information about the Digitalmars-d-announce mailing list