openwrt/package
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
..
base-files base-files: emit tagged switch configuration by default 2017-02-02 00:13:49 +01:00
boot uboot-kirkwood: fix goflexhome/net bootcommand 2017-02-09 12:26:48 +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-02-01 18:04:43 +01:00
kernel rt2x00: mt7620: lots of improvements 2017-02-08 22:21:26 +01:00
libs uclibc++: patch bugfix erase() on derived __base_associative 2017-02-09 12:26:55 +01:00
network iperf3: Update to 3.1.6 2017-02-09 12:26:36 +01:00
system procd: update to latest git HEAD 2017-02-09 09:14:45 +01:00
utils utils/e2fsprogs: Update to 1.43.4 2017-02-09 12:26:25 +01:00
Makefile Revert "build: always run package/cleanup before package/compile" 2017-01-22 13:47:40 +01:00