Thread overview
[Issue 19252] Templated format with variable width allocates 2GB of RAM per call.
Sep 19, 2018
FeepingCreature
September 19, 2018
https://issues.dlang.org/show_bug.cgi?id=19252

FeepingCreature <default_357-line@yahoo.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|major                       |regression

--
October 06, 2018
https://issues.dlang.org/show_bug.cgi?id=19252

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

https://github.com/dlang/phobos/commit/c156f4ad95c2053ebcd2e6ced9d37ce5af8cc470 Fix issue 19252: avoid ridiculous format length overestimate; dynamic-width strings should estimate width 0, not int.max

https://github.com/dlang/phobos/commit/f12924e8e21cc2c0ef9a54178611c242a4aa8178 Merge pull request #6713 from FeepingCreature/fix/avoid-ludicrous-overallocation

Fix issue 19252: avoid ludicrous format length overestimate

--
October 06, 2018
https://issues.dlang.org/show_bug.cgi?id=19252

github-bugzilla@puremagic.com changed:

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

--