Skip to content

src: fix compiler warnings in node_buffer.cc

The variables could be initialized to 0 to avoid the warnings from -Wmaybe-uninitialized.

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

Merge request reports

Loading