mirror of https://github.com/lukechilds/node.git
Browse Source
Handle Z_DATA_ERROR errors from inflateSetDictionary() gracefully. Fixes the following assertion: node: ../src/node_zlib.cc:167: static void node::ZCtx::Process (uv_work_t*): Assertion `ctx->err_ == 0 && "Failed to set dictionary"' failed. Aborted (core dumped) Fixes #4632.v0.8.19-release
Ben Noordhuis
12 years ago
2 changed files with 23 additions and 3 deletions
Loading…
Reference in new issue