mirror of
https://github.com/openresty/openresty.git
synced 2024-10-13 00:29:41 +00:00
bugfix: win32/win64: the error log buffer size was merely 2048 bytes (now updated to 4096 bytes).
applied the win32_max_err_str patch for the nginx core.
This commit is contained in:
@ -34,6 +34,10 @@ cd nginx-$ver || exit 1
|
||||
|
||||
# patch the patch
|
||||
|
||||
echo "$info_txt applying the nginx-$main_ver-win32_max_err_str.patch"
|
||||
patch -p1 < $root/patches/nginx-$main_ver-win32_max_err_str.patch || exit 1
|
||||
echo
|
||||
|
||||
answer=`$root/util/ver-ge "$main_ver" 1.13.3`
|
||||
if [ "$answer" = "N" ]; then
|
||||
echo "$info_txt applying the patch for nginx security advisory (CVE-2017-7529)"
|
||||
|
Reference in New Issue
Block a user