summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2014-08-11 17:45:18 +0000
committerJo-Philipp Wich <jow@openwrt.org>2014-08-11 17:45:18 +0000
commitaa9e69908eccdee69d3a804e4fa69d386fc0e66f (patch)
tree5e2b0c916de5601ff104700c09bee1d8139dfed0
parentff6363dc19cd2a02d76f854442415ac7e26f644f (diff)
downloadmtk-20170518-aa9e69908eccdee69d3a804e4fa69d386fc0e66f.zip
mtk-20170518-aa9e69908eccdee69d3a804e4fa69d386fc0e66f.tar.gz
mtk-20170518-aa9e69908eccdee69d3a804e4fa69d386fc0e66f.tar.bz2
firewall: fix potential NULL pointer access
Properly skip struct ifaddr entries with NULL ifa_addr, thanks Kostas Papadopoulos for reporting. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 42138
-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 8ba0e7f..b353777 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-08-11
+PKG_VERSION:=2014-08-11a
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:=2807cc26b8e46eef5f23c06534a853dd48183331
+PKG_SOURCE_VERSION:=8205107ffd31a21c1d4d93eaa7a44d41c6c3c10d
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
PKG_MAINTAINER:=Jo-Philipp Wich <jow@openwrt.org>