diff options
author | Jo-Philipp Wich <jo@mein.io> | 2017-11-06 12:04:25 +0100 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2017-12-13 16:46:36 +0100 |
commit | 2f75641b1fcc43bf3550ae00a5750477e80d86c5 (patch) | |
tree | 2f7cb90d6f30654036f77b17859b725210fe670e | |
parent | 79024cd3be383820b3a97f5c58b97bee63997328 (diff) | |
download | upstream-2f75641b1fcc43bf3550ae00a5750477e80d86c5.tar.gz upstream-2f75641b1fcc43bf3550ae00a5750477e80d86c5.tar.bz2 upstream-2f75641b1fcc43bf3550ae00a5750477e80d86c5.zip |
uhttpd: fix query string handling
Update to latest Git in order to fix potential memory corruption and invalid
memory access when handling query strings in conjunction with active basic
authentication.
a235636 2017-11-04 file: fix query string handling
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
(cherry picked from commit 05a4200d56efe439e298c8af3d82ac221b0e86e9)
-rw-r--r-- | package/network/services/uhttpd/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/network/services/uhttpd/Makefile b/package/network/services/uhttpd/Makefile index 609c9df007..465e54349d 100644 --- a/package/network/services/uhttpd/Makefile +++ b/package/network/services/uhttpd/Makefile @@ -12,9 +12,9 @@ PKG_RELEASE:=1 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL=$(LEDE_GIT)/project/uhttpd.git -PKG_SOURCE_DATE:=2017-08-19 -PKG_SOURCE_VERSION:=3fd58e9b6da7d9e1a4710dbeefc2d289baea09fb -PKG_MIRROR_HASH:=69bba3b04c5e1975b99dee4fc47672ebf5ab282f115249a46be0fe0b961eb34b +PKG_SOURCE_DATE:=2017-11-04 +PKG_SOURCE_VERSION:=a235636a2687fafb9c474e4b134a59ff66425c92 +PKG_MIRROR_HASH:=626392a485e8ab8085bb55d9424b176be9143529db59a820a7de71061a93a007 PKG_MAINTAINER:=Felix Fietkau <nbd@nbd.name> PKG_LICENSE:=ISC |