Skip to content

repl: fix crash with large buffer tab completion

If the buffer or array is too large to completion, make a dummy smallest substitute object for it and emit a warning.

Fixes: https://github.com/nodejs/node/issues/3136

Checklist
  • make -j4 test (UNIX)
  • tests and/or benchmarks are included
  • commit message follows commit guidelines
Affected core subsystem(s)

repl

Merge request reports

Loading