[Issue 8694] std.zlib.(Un)Compress can cause an _onInvalidMemoryOperationError

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Sep 28 06:40:40 PDT 2012


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



--- Comment #2 from github-bugzilla at puremagic.com 2012-09-28 06:41:13 PDT ---
Commits pushed to master at https://github.com/D-Programming-Language/phobos

https://github.com/D-Programming-Language/phobos/commit/a84271845b8ac247be1a462c3020e8a974ff78c3
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.

https://github.com/D-Programming-Language/phobos/commit/b05b81859610e31b679de6e8cc2001fc14fe5af5
Merge pull request #806 from s-ludwig/patch-1

Fix for issue 8694, (Un)Compress may cause an InvalidMemoryOperationError

-- 
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