Skip to content

dgram: fix abort on bad args

Rodrigo Muino Tomonari requested to merge github/fork/cjihrig/dgram into master

This commit fixes a C++ abort for connected dgram sockets by improving input validation in the JS layer.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • commit message follows commit guidelines

Merge request reports

Loading