September 28, 2012 [phobos] [D-Programming-Language/phobos] a84271: fix Issue 8694 - (Un)Compress may cause an Invalid... | ||||
---|---|---|---|---|
| ||||
Attachments:
| Branch: refs/heads/master Home: https://github.com/D-Programming-Language/phobos Commit: a84271845b8ac247be1a462c3020e8a974ff78c3 https://github.com/D-Programming-Language/phobos/commit/a84271845b8ac247be1a462c3020e8a974ff78c3 Author: Sönke Ludwig <sludwig@rejectedsoftware.com> Date: 2012-09-19 (Wed, 19 Sep 2012) Changed paths: M std/zlib.d Log Message: ----------- fix Issue 8694 - (Un)Compress may cause an InvalidMemoryOperationError The calls to error() are removed from the finalizers to avoid memory allocations there. The result does not matter at this point anyway since nothing can be done about it. Commit: b05b81859610e31b679de6e8cc2001fc14fe5af5 https://github.com/D-Programming-Language/phobos/commit/b05b81859610e31b679de6e8cc2001fc14fe5af5 Author: Andrei Alexandrescu <andrei@erdani.com> Date: 2012-09-28 (Fri, 28 Sep 2012) Changed paths: M std/zlib.d Log Message: ----------- Merge pull request #806 from s-ludwig/patch-1 Fix for issue 8694, (Un)Compress may cause an InvalidMemoryOperationError Compare: https://github.com/D-Programming-Language/phobos/compare/d94803416b68...b05b81859610 |
Copyright © 1999-2021 by the D Language Foundation