Ben Kelly
da0b9110fc
uclibc++: patch bugfix erase() on derived __base_associative
...
When calling erase() on a containers derived from __base_associative
(e.g. multimap) and providing a pair of iterators a segfault will
occur.
Example code to reproduce:
typedef std::multimap<int, int> testmap;
testmap t;
t.insert(std::pair<int, int>(1, 1));
t.insert(std::pair<int, int>(2, 1));
t.insert(std::pair<int, int>(3, 1));
t.erase(t.begin(), t.end());
Signed-off-by: Ben Kelly <ben@benjii.net>
2017-02-09 12:26:55 +01:00
..
2016-12-16 22:39:22 +01:00
2017-01-10 00:10:15 +01:00
2017-01-03 14:32:35 +01:00
2017-01-10 22:15:37 +01:00
2017-01-19 00:05:10 +01:00
2017-01-03 14:24:33 +01:00
2016-12-16 22:39:22 +01:00
2016-12-16 22:39:22 +01:00
2016-12-16 22:39:22 +01:00
2017-01-10 22:15:37 +01:00
2016-12-16 22:39:22 +01:00
2016-12-16 22:39:22 +01:00
2016-12-16 22:39:22 +01:00
2016-12-16 22:39:22 +01:00
2016-12-16 22:39:22 +01:00
2016-12-16 22:39:22 +01:00
2016-12-16 22:39:22 +01:00
2016-12-22 16:42:21 +01:00
2016-12-16 22:39:22 +01:00
2016-12-22 16:42:21 +01:00
2017-01-10 08:26:42 +01:00
2016-12-20 09:35:36 +01:00
2016-12-24 11:59:42 +01:00
2016-12-16 22:39:22 +01:00
2016-12-16 22:39:22 +01:00
2016-12-22 16:42:21 +01:00
2017-01-22 00:40:38 +01:00
2017-02-04 10:19:15 +01:00
2016-12-16 22:39:22 +01:00
2017-01-03 14:24:33 +01:00
2016-12-16 22:39:22 +01:00
2016-12-16 22:39:22 +01:00
2017-01-16 11:41:54 +01:00
2017-01-14 18:58:44 +01:00
2016-12-16 22:39:22 +01:00
2017-01-27 23:38:17 +01:00
2016-12-16 22:39:22 +01:00
2016-12-16 22:39:22 +01:00
2017-01-29 11:51:02 -08:00
2017-02-09 12:26:55 +01:00
2017-01-02 21:06:13 +01:00
2017-01-09 14:35:09 +01:00
2017-01-16 19:52:07 +01:00