0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-29 23:16:30 +01:00
nodejs/test
Fedor Indutny 9180140231 _stream_wrap: prevent use after free in TLS
Queued write requests should be invoked on handle close, otherwise the
"consumer" might be already destroyed when the write callbacks of the
"consumed" handle will be invoked. Same applies to the shutdown
requests.

Make sure to "move" away socket from server to not break the
`connections` counter in `net.js`. Otherwise it might not call `close`
callback, or call it too early.

Fix: https://github.com/iojs/io.js/issues/1696
PR-URL: https://github.com/nodejs/io.js/pull/1910
Reviewed-By: Trevor Norris <trev.norris@gmail.com>
2015-06-30 20:09:22 -07:00
..
addons test: remove smalloc add-on test 2015-06-01 23:17:52 +02:00
cctest
debugger debugger: improve ESRCH error message 2015-06-05 05:54:19 +02:00
disabled test: purge stale disabled tests 2015-06-25 11:21:41 -07:00
fixtures crypto: add cert check to CNNIC Whitelist 2015-06-16 23:26:29 +09:00
gc
internet crypto: add cert check to CNNIC Whitelist 2015-06-16 23:26:29 +09:00
message test: remove stray copyright notices 2015-05-26 17:17:40 +02:00
parallel _stream_wrap: prevent use after free in TLS 2015-06-30 20:09:22 -07:00
pummel lib,test: fix whitespace issues 2015-06-15 16:37:37 +02:00
sequential tools: re-enable comma-spacing linter rule 2015-06-29 19:04:16 +02:00
testpy test: create temp dir in common.js 2015-06-12 10:27:29 +10:00
timers
.eslintrc tools: enable/add additional eslint rules 2015-06-11 20:27:35 +02:00
common.js test: tmpdir creation failures should fail tests 2015-06-16 17:19:19 -07:00