mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-12-13 16:12:09 -05:00
uhttpd: fix segfault triggered by Basic Auth checking
SVN-Revision: 22805
This commit is contained in:
parent
48af005b73
commit
93c38f2b86
@ -8,7 +8,7 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=uhttpd
|
PKG_NAME:=uhttpd
|
||||||
PKG_RELEASE:=16
|
PKG_RELEASE:=17
|
||||||
|
|
||||||
PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME)
|
PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME)
|
||||||
PKG_BUILD_DEPENDS := libcyassl liblua
|
PKG_BUILD_DEPENDS := libcyassl liblua
|
||||||
|
|||||||
@ -728,8 +728,6 @@ int uh_auth_check(
|
|||||||
req->realm = realm;
|
req->realm = realm;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
realm = NULL;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* found a realm matching the username */
|
/* found a realm matching the username */
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user