aboutsummaryrefslogtreecommitdiffstats
path: root/package/libs/uclibc++/patches
Commit message (Collapse)AuthorAgeFilesLines
* uclibc++: patch bugfix erase() on derived __base_associativeBen Kelly2017-02-091-0/+40
| | | | | | | | | | | | | | | | | 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>
* uclibc++: fix build with gcc 6.1.0, which defaults to using C++14 ABIFelix Fietkau2016-07-151-0/+20
| | | | Signed-off-by: Felix Fietkau <nbd@nbd.name>
* uclibc++: add a patch to fix memory corruption issues on exceptionsFelix Fietkau2016-03-051-0/+114
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 48928
* uclibc++: fix build with gcc 5.2Felix Fietkau2015-09-031-0/+22
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 46777
* uclibc++: honor ldflags, disable SSPSteven Barth2015-06-191-0/+23
| | | | | | Signed-off-by: Steven Barth <steven@midlink.org> SVN-Revision: 46066
* move library packages to package/libs/Felix Fietkau2012-10-082-0/+49
SVN-Revision: 33657