Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
src: fix crash on OnStreamRead on Windows
On Windows it's perfectly possible that the `uv_tcp_t` `read_cb` is called with an error and a null `uv_buf_t` if it corresponds to a `UV_HANDLE_ZERO_READ` read. Handle this case without crashing. Fixes: nodejs#40764
- Loading branch information