diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2012-05-30 15:30:07 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2012-05-30 15:30:07 +0000 |
commit | 5aefe3b277662416ea1a6e97292d4b360ef74c41 (patch) | |
tree | ba2a1fbb6084c1f7c69bfe9feef66370baf5ac59 /package/uhttpd/Makefile | |
parent | 3fc76fb7814dded3730571768f1b6d75fb981f0d (diff) | |
download | mtk-20170518-5aefe3b277662416ea1a6e97292d4b360ef74c41.zip mtk-20170518-5aefe3b277662416ea1a6e97292d4b360ef74c41.tar.gz mtk-20170518-5aefe3b277662416ea1a6e97292d4b360ef74c41.tar.bz2 |
uhttpd: fix wrongly applied sizeof() leading to writing beyound end of buffer and subsequent data corruption (#11557)
SVN-Revision: 32005
Diffstat (limited to 'package/uhttpd/Makefile')
-rw-r--r-- | package/uhttpd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/uhttpd/Makefile b/package/uhttpd/Makefile index f30d6ca..13da14d 100644 --- a/package/uhttpd/Makefile +++ b/package/uhttpd/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=uhttpd -PKG_RELEASE:=33 +PKG_RELEASE:=34 PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME) PKG_CONFIG_DEPENDS := \ |