You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are a number of cases where iov_base and iov_len are not cleaned up correctly in error cases, for example leaving a meaningless buffer to be returned, or having iov_base be NULL but iov_len set. This can be cleaned up with iov_free() which will be introduced as part of #746.
There are a number of cases where
iov_base
andiov_len
are not cleaned up correctly in error cases, for example leaving a meaningless buffer to be returned, or havingiov_base
be NULL butiov_len
set. This can be cleaned up withiov_free()
which will be introduced as part of #746.See #746 (comment) for discussion and more details.
The text was updated successfully, but these errors were encountered: