The data contained in this repository can be downloaded to your computer using one of several clients.
Please see the documentation of your version control software client for more information.

Please select the desired protocol below to get the URL.

This URL has Read-Only access.

Statistics
| Branch: | Revision:

main_repo / test / simple / test-dgram-close.js @ 6f043940

History | View | Annotate | Download (1.66 KB)

# Date Author Comment
5ce50ece 11/19/2013 03:44 AM Fedor Indutny

dgram: fix abort when getting `fd` of closed dgram

v8's `messages.js` file's `CallSiteGetMethodName` is running through all
object properties and getter to figure out method name of function that
appears in stack trace. This run-through will also read `fd` property of...

0c2960ef 08/17/2013 11:11 AM Ben Noordhuis

dgram: fix assertion on bad send() arguments

Add range checks for the offset, length and port arguments to
dgram.Socket#send(). Fixes the following assertion:

node: ../../src/udp_wrap.cc:264: static v8::Handle<v8::Value>
node::UDPWrap::DoSend(const v8::Arguments&, int): Assertion...
1ce14eca 02/14/2012 08:10 AM Seth Fitzsimmons

dgram: handle close of dgram socket before DNS lookup completes