[Issue 8061] std.algorithm.joiner breaks when used with InputRangeObject
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Mon Dec 24 20:21:57 PST 2012
http://d.puremagic.com/issues/show_bug.cgi?id=8061
Walter Bright <bugzilla at digitalmars.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |bugzilla at digitalmars.com
--- Comment #13 from Walter Bright <bugzilla at 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: -------
More information about the Digitalmars-d-bugs
mailing list