Files
node-v0.x-archive/src
Ben Noordhuis ccd37226c6 handle_wrap: fix NULL pointer dereference
Fix a NULL pointer dereference in src/handle_wrap.cc which is really a
use-after-close bug.

The test checks that unref() after close() works on process.stdout but
this bug affects everything that derives from HandleWrap. I discovered
it because child processes would sometimes quit for no reason (that is,
no reason until I turned on core dumps.)
2013-04-16 23:11:03 +02:00
..
2013-03-06 14:31:22 +04:00
2012-08-28 15:04:55 +02:00
2013-04-15 22:39:03 +02:00
2012-03-10 00:14:14 +01:00
2011-03-14 17:37:05 -07:00
2013-04-11 11:07:08 -07:00
2012-02-03 14:07:32 +00:00
2013-03-14 15:55:26 +01:00