v0.65
ngx_http_echo_create_ctx() uses ngx_pcalloc and may return NULL; the result was dereferenced unchecked, crashing the worker on allocation failure. Add early NGX_ERROR returns.
ngx_http_echo_create_ctx() uses ngx_pcalloc and may return NULL; the result was dereferenced unchecked, crashing the worker on allocation failure. Add early NGX_ERROR returns.