0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/test/inspector
Ben Noordhuis 3d9b379cd0 inspector: fix request path nullptr dereference
Fix a nullptr dereference when an invalid path is requested.

Regression introduced in commit 69fc85d ("inspector: generate UUID for
debug targets"), caught by Coverity.

PR-URL: https://github.com/nodejs/node/pull/9184
Reviewed-By: Ali Ijaz Sheikh <ofrobots@google.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Eugene Ostroukhov <eostroukhov@google.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
2016-10-24 23:06:43 +02:00
..
inspector-helper.js inspector: fix request path nullptr dereference 2016-10-24 23:06:43 +02:00
inspector.status test: mark test-inspector flaky on windows 2016-09-29 11:56:41 -04:00
test-inspector.js inspector: fix request path nullptr dereference 2016-10-24 23:06:43 +02:00
testcfg.py