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/libs
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
..
argp-standalone treewide: clean up download hashes 8 years ago
cyassl cyassl: update to wolfssl version 3.10.0 7 years ago
elfutils elfutils: bump to 0.168 7 years ago
gettext package: replace $(STAGING_DIR)/host with $(STAGING_DIR_HOSTPKG) 7 years ago
gettext-full gettext-full: fix to use $STAGING_DIR_HOSTPKG instead of $STAGING_DIR/host 7 years ago
gmp gmp: Update to 6.1.2 7 years ago
libbsd treewide: clean up download hashes 8 years ago
libconfig treewide: clean up download hashes 8 years ago
libevent2 treewide: clean up download hashes 8 years ago
libiconv package: replace $(STAGING_DIR)/host with $(STAGING_DIR_HOSTPKG) 7 years ago
libiconv-full treewide: clean up download hashes 8 years ago
libjson-c treewide: clean up download hashes 8 years ago
libmnl treewide: clean up download hashes 8 years ago
libnetfilter-conntrack treewide: clean up download hashes 8 years ago
libnetfilter-cthelper treewide: clean up download hashes 8 years ago
libnetfilter-cttimeout treewide: clean up download hashes 8 years ago
libnetfilter-log treewide: clean up download hashes 8 years ago
libnetfilter-queue treewide: clean up and unify PKG_VERSION for git based downloads 7 years ago
libnfnetlink treewide: clean up download hashes 8 years ago
libnftnl treewide: clean up and unify PKG_VERSION for git based downloads 7 years ago
libnl libnl: Update to 3.2.29 7 years ago
libnl-tiny libnl-tiny: define _GNU_SOURCE if not defined 8 years ago
libpcap libpcap: Fix build when PACKAGECONFIG ipv6 is not enabled 7 years ago
libreadline treewide: clean up download hashes 8 years ago
libroxml treewide: clean up download hashes 8 years ago
librpc treewide: clean up and unify PKG_VERSION for git based downloads 7 years ago
libtool libtool: don't clobber host libtool infrastructure 7 years ago
libubox libubox: update to the latest version 7 years ago
libunwind treewide: clean up download hashes 8 years ago
libusb libusb: Update to 1.0.21 7 years ago
libusb-compat treewide: clean up download hashes 8 years ago
lzo treewide: clean up download hashes 8 years ago
mbedtls mbedtls: add static files in staging_dir 7 years ago
ncurses ncurses: revert $(STAGING_DIR_HOSTPKG) to $(STAGING_DIR)/host where appropriate 7 years ago
nettle treewide: clean up download hashes 8 years ago
openssl openssl: update to version 1.0.2k 7 years ago
popt treewide: clean up download hashes 8 years ago
sysfsutils treewide: clean up download hashes 8 years ago
toolchain toolchain: Broaden the executable loader pattern 7 years ago
uclibc++ uclibc++: patch bugfix erase() on derived __base_associative 7 years ago
uclient uclient: Update to 2016-12-09 7 years ago
ustream-ssl ustream-ssl: remove legacy polarssl support 7 years ago
zlib zlib: Update to 1.2.11 7 years ago