We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3713f02 commit 38dc363Copy full SHA for 38dc363
ngx-build
@@ -401,6 +401,10 @@ sub apply_patches {
401
shell("patch -p1 < $root/../ngx_openresty/patches/nginx-$version-geoip_init_var_fields.patch");
402
chdir ".." or die "cannot switch to ..\n";
403
}
404
+
405
+ chdir "nginx-$version" or die "cannot switch to nginx-$version\n";
406
+ shell("patch -p1 < $root/../ngx_openresty/patches/nginx-$version-resolver_del_event_invalid_read.patch");
407
+ chdir ".." or die "cannot switch to ..\n";
408
409
410
sub usage {
0 commit comments