FreeBSD Bugzilla – Attachment 220726 Details for
Bug 251969
security/openssl: fix ktls sendfile error reporting
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
openssl-ktls-ebusy-fix.patch
openssl-ktls-ebusy-fix.patch (text/plain), 499 bytes, created by
Oleksandr Tymoshenko
on 2020-12-20 00:57:17 UTC
(
hide
)
Description:
openssl-ktls-ebusy-fix.patch
Filename:
MIME Type:
Creator:
Oleksandr Tymoshenko
Created:
2020-12-20 00:57:17 UTC
Size:
499 bytes
patch
obsolete
>Index: security/openssl/files/extra-patch-ktls >=================================================================== >--- security/openssl/files/extra-patch-ktls (revision 558704) >+++ security/openssl/files/extra-patch-ktls (working copy) >@@ -888,7 +888,7 @@ > + > + ret = sendfile(fd, s, off, size, NULL, &sbytes, flags); > + if (ret == -1) { >-+ if (errno == EAGAIN && sbytes != 0) >++ if ((errno == EAGAIN || errno == EBUSY) && sbytes != 0) > + return sbytes; > + return -1; > + }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 251969
: 220726