openwrt/package
Ben Kelly e1e9d27655 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-03-01 20:37:36 +01:00
..
base-files build: add buildbot specific config option for setting defaults 2017-02-15 11:37:13 +01:00
boot uboot-kirkwood: fix goflexhome/net bootcommand 2017-02-19 21:00:19 +01:00
devel Revert "gdb: fix build with gcc 4.1.2 as host compiler" 2017-01-07 19:53:36 +01:00
firmware ath10k-firmware: revert faulty PKG_SOURCE_DATE change from 7cb27b46 2017-03-01 20:37:35 +01:00
kernel leds-apu2: Add PC Engines APU2 LED driver 2017-03-01 20:37:35 +01:00
libs uclibc++: patch bugfix erase() on derived __base_associative 2017-03-01 20:37:36 +01:00
network 6in4: add missing colon when setting default ca_path 2017-03-01 20:37:35 +01:00
system procd: update to latest git HEAD 2017-03-01 12:10:06 +01:00
utils Revert "px5g-standalone: provide px5g via PROVIDES" 2017-02-20 15:17:20 +01:00
Makefile opkg: drop S/MIME support 2017-01-10 13:44:25 +01:00