Thread overview
[Issue 14686] Postblit isn't sometimes called on concatenation
Jun 12, 2015
Kenji Hara
Jul 03, 2015
Vladimir Panteleev
Aug 08, 2015
Kenji Hara
June 12, 2015
https://issues.dlang.org/show_bug.cgi?id=14686

Kenji Hara <k.hara.pg@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #1 from Kenji Hara <k.hara.pg@gmail.com> ---
https://github.com/D-Programming-Language/dmd/pull/4741

--
July 03, 2015
https://issues.dlang.org/show_bug.cgi?id=14686

Vladimir Panteleev <thecybershadow@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |thecybershadow@gmail.com
           Severity|major                       |critical

--- Comment #2 from Vladimir Panteleev <thecybershadow@gmail.com> ---
I just ran into this too - reduced a memory corruption bug for three days. This is a critical issue affecting the memory safety of reference-counted objects.

I verified that the PR fixes my test case. Thanks!

--
August 08, 2015
https://issues.dlang.org/show_bug.cgi?id=14686

--- Comment #3 from Kenji Hara <k.hara.pg@gmail.com> ---
(In reply to Kenji Hara from comment #1)
> https://github.com/D-Programming-Language/dmd/pull/4741

That PR also contains other changes. So I opened one more PR only for this bug.

https://github.com/D-Programming-Language/dmd/pull/4869

--
January 31, 2016
https://issues.dlang.org/show_bug.cgi?id=14686

--- Comment #4 from github-bugzilla@puremagic.com ---
Commits pushed to master at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/795a828fb8d4fff09530ba49c6124e2cf4ff939f fix Issue 14686 - Postblit isn't sometimes called on concatenation

https://github.com/D-Programming-Language/dmd/commit/9b0ea6ea9b86ef032e0551cccae1358f08c695d8 Merge pull request #4869 from 9rnsr/fix14686

Issue 14686 - Postblit isn't sometimes called on concatenation

--
January 31, 2016
https://issues.dlang.org/show_bug.cgi?id=14686

github-bugzilla@puremagic.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--
March 19, 2016
https://issues.dlang.org/show_bug.cgi?id=14686

--- Comment #5 from github-bugzilla@puremagic.com ---
Commits pushed to stable at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/795a828fb8d4fff09530ba49c6124e2cf4ff939f fix Issue 14686 - Postblit isn't sometimes called on concatenation

https://github.com/D-Programming-Language/dmd/commit/9b0ea6ea9b86ef032e0551cccae1358f08c695d8 Merge pull request #4869 from 9rnsr/fix14686

--