aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2014-09-19 18:23:17 +0000
committerJo-Philipp Wich <jow@openwrt.org>2014-09-19 18:23:17 +0000
commitea09b6455f3010ecf674bcdf8e535a2de00fe98d (patch)
tree2a890830ed0c9a46e8a0709bb82526f70eafb029
parent57a10db1d36e430f786447501c3efce18775498a (diff)
downloadupstream-ea09b6455f3010ecf674bcdf8e535a2de00fe98d.tar.gz
upstream-ea09b6455f3010ecf674bcdf8e535a2de00fe98d.tar.bz2
upstream-ea09b6455f3010ecf674bcdf8e535a2de00fe98d.zip
BB: firewall: fix heap corruption in fw3_bitlen2netmask() with IPv6 addresses
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> Backport of r42610 git-svn-id: svn://svn.openwrt.org/openwrt/branches/barrier_breaker@42622 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r--package/network/config/firewall/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/network/config/firewall/Makefile b/package/network/config/firewall/Makefile
index a728ef4c9e..6e6d6acdc3 100644
--- a/package/network/config/firewall/Makefile
+++ b/package/network/config/firewall/Makefile
@@ -8,13 +8,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=firewall
-PKG_VERSION:=2014-09-18
+PKG_VERSION:=2014-09-18a
PKG_RELEASE:=$(PKG_SOURCE_VERSION)
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=git://nbd.name/firewall3.git
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
-PKG_SOURCE_VERSION:=10b9190c9d846ae0f9cfd0b0af3d93a99136a40a
+PKG_SOURCE_VERSION:=8ea29822ce53c36c91c7b67c6a99b2c50f2c373f
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
PKG_MAINTAINER:=Jo-Philipp Wich <jow@openwrt.org>