[Issue 20155] Allocating a struct with dtor on the GC heap can produce false pointers
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sat Sep 7 07:12:50 UTC 2019
https://issues.dlang.org/show_bug.cgi?id=20155
Dlang Bot <dlang-bot at dlang.rocks> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #3 from Dlang Bot <dlang-bot at dlang.rocks> ---
dlang/druntime pull request #2755 "Issue 20155 - Allocating a struct with dtor
on the GC heap can produce false pointers" was merged into master:
- 62da4de999c62d89a1e6360f65f51b062d2b13b3 by Rainer Schuetze:
fix issue 20155 - Allocating a struct with dtor on the GC heap can produce
false pointers
clear padding area not completely zeroed for struct allocations with dtor
https://github.com/dlang/druntime/pull/2755
--
More information about the Digitalmars-d-bugs
mailing list