[Bug libstdc++/93205] std::discrete_distribution's operator>> causes OOM

2020-02-26 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93205 --- Comment #7 from CVS Commits --- The releases/gcc-8 branch has been updated by Jonathan Wakely : https://gcc.gnu.org/g:f80c40f93f9e8781b14f1a8301467f117fd24051 commit r8-10091-gf80c40f93f9e8781b14f1a8301467f117fd24051 Author: Jonathan Wakely

[Bug libstdc++/93205] std::discrete_distribution's operator>> causes OOM

2020-02-26 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93205 Jonathan Wakely changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug libstdc++/93205] std::discrete_distribution's operator>> causes OOM

2020-02-26 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93205 --- Comment #5 from CVS Commits --- The releases/gcc-9 branch has been updated by Jonathan Wakely : https://gcc.gnu.org/g:a29236a23c03fe08998b81a0ef1f67e7ea185ba3 commit r9-8289-ga29236a23c03fe08998b81a0ef1f67e7ea185ba3 Author: Jonathan Wakely

[Bug libstdc++/93205] std::discrete_distribution's operator>> causes OOM

2020-01-09 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93205 --- Comment #4 from Jonathan Wakely --- Fixed on trunk so far, but I plan to backport it to gcc-8 and gcc-9 too.

[Bug libstdc++/93205] std::discrete_distribution's operator>> causes OOM

2020-01-09 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93205 --- Comment #3 from Jonathan Wakely --- Author: redi Date: Thu Jan 9 16:50:51 2020 New Revision: 280061 URL: https://gcc.gnu.org/viewcvs?rev=280061&root=gcc&view=rev Log: libstdc++: Fix undefined behaviour in random dist serialization (PR93205)

[Bug libstdc++/93205] std::discrete_distribution's operator>> causes OOM

2020-01-09 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93205 Jonathan Wakely changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned

[Bug libstdc++/93205] std::discrete_distribution's operator>> causes OOM

2020-01-08 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93205 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug libstdc++/93205] std::discrete_distribution's operator>> causes OOM

2020-01-08 Thread njormrod at fb dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93205 --- Comment #1 from Nicholas Ormrod --- (This bug was discovered when some empty-istream test code OOMed)