[Bug libstdc++/88037] std::string pretty printer causes "virtual memory exhausted" when used on uninitialized data

2018-11-15 Thread walther at indel dot ch
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88037 --- Comment #3 from Christian Walther --- > It's possible somebody really wants to print the whole of their huge string > (and has the memory to make it work). Fair point. I figured that someone wanting to read a legitimately huge string would r

[Bug libstdc++/88037] New: std::string pretty printer causes "virtual memory exhausted" when used on uninitialized data

2018-11-15 Thread walther at indel dot ch
NCONFIRMED Severity: normal Priority: P3 Component: libstdc++ Assignee: unassigned at gcc dot gnu.org Reporter: walther at indel dot ch Target Milestone: --- The Python pretty printer for std::string places no limit on the printed string length, which