Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

zlib: don't ignore inflate/deflate errors #3052

Closed
bnoordhuis opened this issue Apr 2, 2012 · 0 comments
Closed

zlib: don't ignore inflate/deflate errors #3052

bnoordhuis opened this issue Apr 2, 2012 · 0 comments
Assignees
Labels

Comments

@bnoordhuis
Copy link
Member

5b8e1da#commitcomment-1158471

  • check the return code of deflate() and inflate()
  • should probably carry over the return code to the main thread
  • check for more than just Z_STREAM_ERROR
@ghost ghost assigned isaacs Apr 2, 2012
@isaacs isaacs closed this as completed in 01d46f3 Apr 2, 2012
isaacs added a commit to isaacs/node-v0.x-archive that referenced this issue Apr 18, 2012
* Upgrade V8 to 3.9.24.9

* Upgrade OpenSSL to 1.0.0f

* Upgrade npm to 1.1.18

* Show licenses in Binary installers

* Domains (isaacs)

* readline: rename "end" to "close" (Nathan Rajlich)

* tcp: make getsockname() return address family as string (Shigeki Ohtsu)

* http, https: fix .setTimeout() (ssuda)

* os: add cross platform EOL character (Mustansir Golawala)

* typed arrays: unexport SizeOfArrayElementForType() (Aaron Jacobs)

* net: honor 'enable' flag in .setNoDelay() (Ben Noordhuis)

* child_process: emit error when .kill fails (Andreas Madsen)

* gyp: fix 'argument list too long' build error (Ben Noordhuis)

* fs.WriteStream: Handle modifications to fs.open (isaacs)

* repl, readline: Handle newlines better (Nathan Rajlich, Nathan Friedly)

* build: target OSX 10.5 when building on darwin (Nathan Rajlich)

* Fix nodejs#3052 Handle errors properly in zlib (isaacs)

* build: add support for DTrace and postmortem (Dave Pacheco)

* core: add reusable Slab allocator (Ben Noordhuis)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants