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

@ -1,7 +1,7 @@
#!/bin/bash
main_ver=1.7.4
minor_ver=1rc2
main_ver=1.7.5
minor_ver=1rc0
version=$main_ver.$minor_ver
echo $version