Skip to content

src: fix clang 14 linker error

Rodrigo Muino Tomonari requested to merge github/fork/kvakil/fixclanglinux into main

Compiling with clang 14 on Ubuntu was failing with a linker error that node::MaybeStackBuffer::AllocateSufficientStorage was undefined in src/inspector/node_string.cc. I bisected it to the referenced PR. Add the missing util-inl.h include.

Refs: https://github.com/nodejs/node/pull/46817

Merge request reports

Loading