Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
connection: check that method arguments exist
The common implementation of `application.callMethod()` involves checking `args.length` which leads to crash if `args` is null or undefined. This commit provides a quick-and-dirty patch for only this vulnerability until the common approach for message sanity checking will have been developed. PR-URL: #100
- Loading branch information