0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/test
Ben Noordhuis 47d6a94656 fs: fix ReadStream / WriteStream double close bug
* Calling fs.ReadStream.destroy() or fs.WriteStream.destroy() twice would close
  the file descriptor twice. That's bad because the file descriptor may have
  been repurposed in the mean time.

* A bad value check in fs.ReadStream.prototype.destroy() would prevent a stream
  created with fs.createReadStream({fd:0}) from getting closed.
2012-05-03 01:01:46 +02:00
..
disabled enable test-fs-largefile.js test 2012-04-05 18:18:48 -07:00
fixtures Change test fixture from symlink to regular file 2012-03-02 09:17:09 -08:00
internet Tests: fix jslint issues 2012-01-17 19:45:09 +01:00
message Tests: fix jslint issues 2012-01-17 19:45:09 +01:00
pummel tls: mitigate session renegotiation attacks 2012-02-16 18:15:21 +01:00
simple fs: fix ReadStream / WriteStream double close bug 2012-05-03 01:01:46 +02:00
CMakeLists.txt
common.js tests: fix more lint issues 2012-01-17 20:16:49 +01:00