Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dgram: add
nread
assertion to UDPWrap::OnRecv
This asserts that the number of bytes received by the socket is less than or equal to the size allocated for the temporary storage. Signed-off-by: Darshan Sen <[email protected]> PR-URL: #40295 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Minwoo Jung <[email protected]>
- Loading branch information