http://d.puremagic.com/issues/show_bug.cgi?id=8061


Walter Bright <bugzi...@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugzi...@digitalmars.com


--- Comment #13 from Walter Bright <bugzi...@digitalmars.com> 2012-12-24 
20:21:52 PST ---
There was also this memory corruption bug I just fixed.

https://github.com/D-Programming-Language/phobos/commit/ef0bed7d157afe5be5a69e17d5f30ffd309be527

The problem was an interior pointer to the [128] array, which, when the struct
got copied, resulted in a pointer to a stack object that went out of scope.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------

Reply via email to