Skip to content

src: don't print interface if sin6_scope_id is 0

An interface with index 0 doesn't make sense and makes if_indextoname() to return ENXIO which crashes the process.

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

Merge request reports

Loading