fs: avoid out-of-bounds arguments index access by tjhosford · Pull Request #11115 · nodejs/node
Navigation Menu
- Notifications You must be signed in to change notification settings
- Fork 35.2k
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters