summaryrefslogtreecommitdiff
path: root/target/linux/ar71xx
diff options
context:
space:
mode:
authorBen Kelly <ben@benjii.net>2017-02-07 10:56:47 +0200
committerJo-Philipp Wich <jo@mein.io>2017-03-01 20:37:36 +0100
commite1e9d27655bd0fd93dd09f3de907a03c96c59f55 (patch)
tree5e82be3793e02ed55bd2363e32b51d312faf1224 /target/linux/ar71xx
parente19fbd32974dec3f01b8882413977aff0c7446c1 (diff)
downloadmtk-20170518-e1e9d27655bd0fd93dd09f3de907a03c96c59f55.zip
mtk-20170518-e1e9d27655bd0fd93dd09f3de907a03c96c59f55.tar.gz
mtk-20170518-e1e9d27655bd0fd93dd09f3de907a03c96c59f55.tar.bz2
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>
Diffstat (limited to 'target/linux/ar71xx')
0 files changed, 0 insertions, 0 deletions