Displaying 3 results from an estimated 3 matches for "gnutls_e_again".
2018 Jun 14
4
[PATCH nbdkit 0/2] Fix a couple of problems found by Coverity.
There are a few other issues that Coverity found, but I believe
all can be ignored ... except one:
We don't set umask anywhere inside nbdkit. Coverity complains that
this is a problem where we create temporary files, since the result of
mkstemp depends implicitly on the umask value. I think we might
consider setting umask anyway (eg. to 022) just to make plugin
behaviour more predictable.
2020 Mar 30
4
[libnbd PATCH 0/2] fix hangs against nbdkit 1.2
nbdkit 1.2 as a server waits for read() to see EOF, even after the
client has sent NBD_CMD_DISC. That was fixed in mbdkit 1.4; and most
modern NBD servers are smarter than this (they close() the write end
of their traffic soon after NBD_CMD_DISC). But it's easy enough to
revert nbdkit commit c70616f8 to get back to a server with the same
behavior as the older nbdkit, at which point both
2011 Oct 10
0
Wine release 1.3.30
...eW.
mspatcha: Add a stub implementation of GetFilePatchSignatureA/W.
Henri Verbeet (10):
secur32: Use gnutls_record_get_max_size() to get the maximum message size.
secur32: Return failure if chan_EncryptMessage() can't encrypt the entire buffer.
secur32: Properly handle GNUTLS_E_AGAIN in (GnuTLS) schan_imp_send().
secur32: Properly handle GNUTLS_E_AGAIN in (GnuTLS) schan_imp_recv().
wined3d: Make the device parameter to wined3d_device_present() const.
secur32: Handle the schan_buffers limit field in schan_get_buffer() instead of schan_pull().
wined3d: Ret...