You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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>
7 years ago
..
base-files base-files: emit tagged switch configuration by default 7 years ago
boot uboot-kirkwood: fix goflexhome/net bootcommand 7 years ago
devel Revert "gdb: fix build with gcc 4.1.2 as host compiler" 7 years ago
firmware ath10k-firmware: revert faulty PKG_SOURCE_DATE change from 7cb27b46 7 years ago
kernel rt2x00: mt7620: lots of improvements 7 years ago
libs uclibc++: patch bugfix erase() on derived __base_associative 7 years ago
network iperf3: Update to 3.1.6 7 years ago
system procd: update to latest git HEAD 7 years ago
utils utils/e2fsprogs: Update to 1.43.4 7 years ago
Makefile Revert "build: always run package/cleanup before package/compile" 7 years ago