This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/81891] [5/6/7 Regression] heap-use-after-free if inserting element in std::unordered_map(InputIt, InputIt) throws
- From: "redi at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Fri, 18 Aug 2017 18:04:56 +0000
- Subject: [Bug libstdc++/81891] [5/6/7 Regression] heap-use-after-free if inserting element in std::unordered_map(InputIt, InputIt) throws
- Auto-submitted: auto-generated
- References: <bug-81891-4@http.gcc.gnu.org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81891
Jonathan Wakely <redi at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Known to work| |8.0
Target Milestone|--- |5.5
Summary|[5/6/7/8 Regression] |[5/6/7 Regression]
|heap-use-after-free if |heap-use-after-free if
|inserting element in |inserting element in
|std::unordered_map(InputIt, |std::unordered_map(InputIt,
|InputIt) throws |InputIt) throws
Known to fail|8.0 |
--- Comment #5 from Jonathan Wakely <redi at gcc dot gnu.org> ---
Fixed on trunk so far.