[Issue 14097] root/async.c: use after free

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Thu Feb 12 01:14:10 PST 2015


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

--- Comment #6 from Ketmar Dark <ketmar at ketmar.no-ip.org> ---
yet it is perfectly safe to access `aw->files` there, 'cause we will *never*
access it after it's last item processed.

--


More information about the Digitalmars-d-bugs mailing list