-
- Downloads
Use SSIZE_MAX in trees_ostream_send_chunk() check
The overflow check should use SSIZE_MAX since the function returns the chunk_size of size_t which in theory "could be" bigger but in practice very unlikely. Reported-by:Tomasz Miąsko <tomasz.miasko@gmail.com> Signed-off-by:
David Goulet <dgoulet@riseup.net>
Please register or sign in to comment