fs: avoid out-of-bounds arguments index access by tjhosford · Pull Request #11115 · nodejs/node

Skip to content

Navigation Menu

Sign in

Appearance settings

Conversation

This updates fs to prevent accessing out-of-range indices on the arguments object, which is known to cause V8 optimization bailout.

Related to issues discussed here: nodejs#10323

Labels

fs

Issues and PRs related to the fs subsystem / file system.

performance

Issues and PRs related to the performance of Node.js.