Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
src: validate args length in Access and Close
This is a follow-up of nodejs#17914. When Access and Close functions are called in Sync mode, the number of items in args is validated. These are the only two places in this file where this validation doesn't take place.
- Loading branch information