Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
src: fix compiler warnings in node_buffer.cc
`offset` and `max_length` can be initialized to `0` to avoid the warnings from `-Wmaybe-uninitialized`. Fixes: #38718
- Loading branch information