mirror of
https://github.com/openresty/openresty.git
synced 2024-10-13 00:29:41 +00:00
Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
8b86c72ea2 |
18
patches/patch.2013.space.txt
Normal file
18
patches/patch.2013.space.txt
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
--- src/http/ngx_http_parse.c
|
||||||
|
+++ src/http/ngx_http_parse.c
|
||||||
|
@@ -617,6 +617,7 @@ ngx_http_parse_request_line(ngx_http_req
|
||||||
|
default:
|
||||||
|
r->space_in_uri = 1;
|
||||||
|
state = sw_check_uri;
|
||||||
|
+ p--;
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
break;
|
||||||
|
@@ -670,6 +671,7 @@ ngx_http_parse_request_line(ngx_http_req
|
||||||
|
default:
|
||||||
|
r->space_in_uri = 1;
|
||||||
|
state = sw_uri;
|
||||||
|
+ p--;
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
break;
|
@ -203,6 +203,13 @@ echo "$info_txt applying the cache_manager_exit patch for nginx $ver"
|
|||||||
patch -p1 < $root/patches/nginx-$ver-cache_manager_exit.patch || exit 1
|
patch -p1 < $root/patches/nginx-$ver-cache_manager_exit.patch || exit 1
|
||||||
echo
|
echo
|
||||||
|
|
||||||
|
answer=`$root/util/ver-ge "$main_ver" 1.4.4`
|
||||||
|
if [ "$answer" = "N" ]; then
|
||||||
|
echo "$info_txt applying the CVE-2013-4547 patch for nginx $ver"
|
||||||
|
patch -p0 < $root/patches/patch.2013.space.txt || exit 1
|
||||||
|
echo
|
||||||
|
fi
|
||||||
|
|
||||||
rm -f *.patch || exit 1
|
rm -f *.patch || exit 1
|
||||||
|
|
||||||
cd .. || exit 1
|
cd .. || exit 1
|
||||||
|
Reference in New Issue
Block a user