bugfix: applied a patch to the nginx core to fix a memory invalid read regression introduced in nginx 1.7.5+'s resolver.

This commit is contained in:
Yichun Zhang (agentzh)
2014-09-30 16:02:57 -07:00
parent 6facf67420
commit dde4c94fd0
3 changed files with 61 additions and 2 deletions

View File

@ -266,6 +266,10 @@ if [ "$answer" = "N" ]; then
echo
fi
echo "$info_txt applying the resolver_del_event_invalid_read patch for nginx"
patch -p1 < $root/patches/nginx-$main_ver-resolver_del_event_invalid_read.patch || exit 1
echo
rm -f *.patch || exit 1
cd .. || exit 1