<!-- Thank you for reporting an issue. This issue tracker is for bugs and issues found within Node.js core. If you require more general support please file an issue on our help repo. https://github.com/nodejs/help Please fill in as much of the template below as you're able. Version: output of `node -v` Platform: output of `uname -a` (UNIX), or version and 32 or 64-bit (Windows) Subsystem: if known, please specify affected core module name If possible, please provide code that demonstrates the problem, keeping it as simple and free of external dependencies as you are able. --> * **Version**: 9.00-pre, 8.1.0 * **Platform**: MacOS X, linux * **Subsystem**: module <!-- Enter your issue details below this comment. --> null character as first character of path component crashes node `require('\u0000abc')` causes node to crash. This bug was found using fuzzer [american fuzzy lop]( http://lcamtuf.coredump.cx/afl/ ) Edit: Corrected \u0001 to \u0000