Skip to content

tty: initialize winSize array with values

Rodrigo Muino Tomonari requested to merge github/fork/targos/tty-winsize into main

Assigning to a holey array in the native layer may crash if it has getters that throw.

Refs: https://github.com/nodejs/node/issues/54186

Merge request reports

Loading