[Issue 19164] malloc may be considered pure when failure results in program exit (no need to reset errno)

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Nov 18 06:19:32 UTC 2018


https://issues.dlang.org/show_bug.cgi?id=19164

--- Comment #1 from github-bugzilla at puremagic.com ---
Commits pushed to master at https://github.com/dlang/phobos

https://github.com/dlang/phobos/commit/dcca23edcac64fc8505645dcfb71dcd0e7d5c77e
Fix Issue 19164 - malloc may be considered pure when failure results in program
exit (no need to reset errno)

https://github.com/dlang/phobos/commit/4f3db522d66a018caec69812ed9e19f89dad2679
Merge pull request #6660 from n8sh/issue-19164

Fix Issue 19164 - malloc may be considered pure when failure results in program
exit (no need to reset errno)

--


More information about the Digitalmars-d-bugs mailing list