|
From: Dan M. <da...@gm...> - 2016-05-10 06:05:58
|
> send_data calls send, and it checks the return value for errors (-1). > However, it does NOT check that the number of bytes written to the send > buffer matches the size of the data to send. Therefore, if the send buffer Assuming that send(), write() and the like complete the requested number of bytes is a pretty serious bug. |